Output
-Ll
None
It displays label statistics in the list file.The option gives the gain in terms of code size for a label if moved to SHORT or TINY section.
Test.asm:
TINY_RAM_VARS: SECTION RS08_SHORT;Insert your data
definition here
tmp: DS.B 1..
FiboLoop: STA tmp ; store last
RTS
Test.lst:
Freescale Assembler
Ind. Name tiny short
---- ---- ---- -----
1 tmp 1 1