-Ll: Show label statistics

Group

Output

Syntax
  -Ll
  
Arguments

None

Description

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.

Example:
  Test.asm:

  TINY_RAM_VARS: SECTION  S12Z_SHORT;Insert your data 
  definition here

  tmp:        DS.B   1..

  FiboLoop:   ST D0,    tmp ; store last

  RTS

  Test.lst:

  Freescale Assembler 

   Ind.  Name             tiny       short

   ----  ----             ----       -----

      1  tmp                      1          1