4.38 List Directive
The MPASM LIST
directive enables and controls content in the
listing file.
Suggested Replacement
The PIC Assembler's LIST options
directive performs many of
the functions of this directive, as shown in the following table.
MPASM List Option | Purpose | Suggested PIC Assembler Replacement |
---|---|---|
b=nnn | Set tabs spaces | No replacement available |
c=nnn | Set column width | c=nnn |
f=format | Set the hex file format | Use the -g driver option |
free | Use free-format parser | No replacement available |
fixed | Use fixed-format parser | No replacement available |
mm=[on|off] | Print memory map in listing | Use the -msummary option to print
memory usage to the console |
n=nnn | Set lines per page | n=nnn |
p=device | Select device | p=device |
pe=type | Select device and enable PIC18 extended instruction mode | Use the -mcpu option in conjunction
with the -misa option |
r=radix | Set source code radix | Use the RADIX assembler
directive |
st=[on|off] | Print symbol table in listing | No replacement available, but a symbol table is always produced in the listing |
t=[on|off] | Truncate listing lines | t=[on|off] |
w=[0|1|2] | Set message level | Use the -w option to suppress
warnings |
x=[on|off] | Enable macro expansion | x=[on|off] |