cobol2.hlp (Table of Contents; Topic list)
ASMLIST (↑ Compiler Control)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:    ASMLIST
 
  Function:     Makes the compiler produce an assembly listing.
 
  Syntax:
 
     ─┬───┬──┬──────ASMLIST─┬─"file-name"─┬───
        └─/─┘  │              └─()─────────┬┘
               └┬────┬ASMLIST──────────────┘
                └─NO─┘
 
  Parameters:   file-name            Listing file. Can include a path.
 
  Default:      NOASMLIST
 
  Phase:        Generate
 
  $SET:         Initial
                                    -♦-