Assembler Directives - LIST, NOLIST


These directives have no effect if "Generate List File" is not checked in the Assembler Options.

LIST - Turns on listing of the assembled source to the corresponding .L68 file.

NOLIST
- Turns off listing of the assembled source to the corresponding .L68 file.
NOLIST has no effect on error messages which are always written to the list file if "Generate List File" is checked.

The default is listing on.

       NOLIST
* This code will not be listed to the .L68 file
       .
       LIST
* This code will be listed to the .L68 file
       .