SPRU513Y August 2001 – June 2022 SM320F28335-EP
These directives format the listing file:
.asg .break .emsg |
.eval .fclist .fcnolist |
.length .mlist .mmsg |
.mnolist .sslist .ssnolist |
.var .width .wmsg |
A | turns on listing of all directives and data, and subsequent expansions, macros, and blocks. | |
B | limits the listing of .byte and .char directives to one line. | |
D | turns off the listing of certain directives (same effect as .drnolist). | |
L | limits the listing of .long directives to one line. | |
M | turns off macro expansions in the listing. | |
N | turns off listing (performs .nolist). | |
O | turns on listing (performs .list). | |
R | resets the B, L, M, T, and W directives (turns off the limits of B, L, T, and W). | |
T | limits the listing of .string directives to one line. | |
W | limits the listing of .word and .int directives to one line. | |
X | produces a cross-reference listing of symbols. You can also obtain a cross-reference listing by invoking the assembler with the --asm_cross_reference_listing option (see Section 5.15). |