SLAU131V October 2004 – February 2020
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. | |
H | limits the listing of .half and .short 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, H, M, T, and, W directives (turns off the limits of B, H, M, 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_listing_cross_reference option (see Section 4.3). |