NOLIST

Abbreviation

NOLI

Arguments

None.

Default

LIST

Description

The NOLIST control prevents subsequent lines of your assembly program from appearing in the generated listing file. If a line that would normally not be listed causes an assembler error, that line will be listed along with the error message.

NOTE

You may specify this control on the command line and any number of times within the source file.

See Also

LIST

Example
A51 SAMPLE.A51 NOLIST

$NOLI