246
Section 3: Assembler
TI
-
89 / TI
-
92 Plus Sierra C Assembler Reference Manual
Not for Distribution
Beta Version February 2, 2001
LIST — Enable Assembly Listing
Syntax
LIST
Description
The LIST directive causes a listing of the assembly to be generated (default). It is
used to resume the assembly listing after it has been disabled with the NOL or
NOLIST directive. Pairs of NOLIST and LIST directives can be nested.
LLEN — Set Line Length of Listing File
Syntax
LLEN
length
Description
length
Specifies the line length. It is an absolute expression that cannot
contain any forward, external, or undefined references. The
minimum line length is 40.
The LLEN directive sets the line length of the listing file to
length characters. The
default line length is 80.
Example
LLEN 132