PPT Slide
-al Create assembler listing file
-as Retain asm symbols for debugging
Notes:
Here we see options for the assembler, the ASM6x tool.
Minus L creates an assembler listing file, which would have a list of the opcodes with the assembly language statement.
Minus AS would return assembly symbols for debugging. This is useful, for instance, when we want to be able to find the symbol for a loop in the debugger.