Section 3: Assembler
249
TI
-
89 / TI
-
92 Plus Sierra C Assembler Reference Manual
Not for Distribution
Beta Version February 2, 2001
NOL / NOLIST — Disable Assembly Listing
Syntax
NOL
NOLIST
Description
The
NOL
and
NOLIST
directives prevent a listing of the assembly from being
generated. This allows portions of the assembly to be omitted from the listing file.
The listing is resumed with the
LIST
directive. Pairs of
NOLIST
and
LIST
directives can be nested.
NOOBJ — Suppress Object Code Generation
Syntax
NOOBJ
Description
The
NOOBJ
directive suppresses generation of an object file. This directive has
the same effect as the
-K
command line flag.
NOPAGE — Do Not Page Listing File
Syntax
NOPAGE
Description
The
NOPAGE
directive suppresses paging in the listing file. The listing is
generated as one continuous page.