Directives That Format The Output Listing; Invoking The Assembler - Texas Instruments TMS320C54x User Manual

Digital signal processors
Table of Contents

Advertisement

4.6 Directives That Format the Output Listing

The following directives format the listing file:
-
The .drlist directive causes printing of the directive lines to the listing; the
.drnolist directive turns it off. You can use the .drnolist directive to
suppress the printing of the following directives:
.asg
.break
.emsg
You can use the .drlist directive to turn the listing on again.
-
The source code contains a listing of false conditional blocks that do not
generate code. The .fclist and .fcnolist directives turn this listing on and
off. You can use the .fclist directive to list false conditional blocks exactly
as they appear in the source code. You can use the .fcnolist directive to
list only the conditional blocks that are actually assembled.
-
The .length directive controls the page length of the listing file. You can
use this directive to adjust listings for various output devices.
-
The .list and .nolist directives turn the output listing on and off. You can
use the .nolist directive to stop the assembler from printing selected
source statements in the listing file. Use the .list directive to turn the listing
on again.
-
The source code contains a listing of macro expansions and loop blocks.
The .mlist and .mnolist directives turn this listing on and off. You can use
the .mlist directive to print all macro expansions and loop blocks to the
listing, and the .mnolist directive to suppress this listing.
-
The .option directive controls certain features in the listing file. This
directive has the following operands:
B
limits the listing of .byte directives to one line.
L
limits the listing of .long directives to one line.
M
turns off macro expansions in the listing.
R
resets the B, M, T, and W options.
T
limits the listing of .string directives to one line.
W
limits the listing of .word directives to one line.
X
produces a symbol cross-reference listing. (You can also obtain
a cross-reference listing by invoking the assembler with the
–x option.)
-
The .page directive causes a page eject in the output listing.
Directives That Format the Output Listing
.eval,
.length
.fclist
.mlist
.fcnolist
.mmsg
.mnolist
.var
.sslist
.width
.ssnolist
.wmsg
Assembler Directives
4-17

Advertisement

Table of Contents
loading

Table of Contents