3.2.1.9 -as

-as requests a symbol table listing. The example below shows a listing that was generated using the -as command line option. Note that both defined and undefined symbols are listed.

Listing File Generated with -as Command Line Option

MPLAB ASM30 Listing:  sample2b.s

DEFINED SYMBOLS
                            *ABS*:00000000 fake
          sample2b.s:4      .text:00000000 _ ___reset
          sample2b.s:13     .text:0000001c L2
                            .text:00000000 .text
                            .data:00000000 .data
                             .bss:00000000 .bss

UNDEFINED SYMBOLS
_i
_j