cobol2.hlp (Table of Contents; Topic list)
ASMLIST Details (↑ Compiler Control)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     If you specify an existing file it is overwritten. When NOASMLIST is
     specified, no assembly listing is produced. If you specify ASMLIST
     with no file-name, the assembly listing is sent to the screen.
 
     ASMLIST() causes the assembly listing to be put in the file
     file-name.GRP, where file-name is the root of the name of the program
     being compiled.
 
     If you use ASMLIST together with SOURCEASM and you follow ASMLIST by
     the word NOASM, you get an assembly listing showing source code but
     not assembly code. This is useful because of the "BADCODE" comments
     you get on the source lines.
 
     For details of "BADCODE", see also SOURCEASM
 
     See also MASM
              PARAS
                                    -♦-