OUTPUT
Function
-Lasmc[={a|c|i|s|h|p|e|v|y}]
a: Do not write the address in front of every instruction
c: Do not write the hex bytes of the instructions
i: Do not write the decoded instructions
s: Do not write the source code
h: Do not write the function header
p: Do not write the source prolog
e: Do not write the source epilog
v: Do not write the compiler version
y: Do not write cycle information
All printed together with the source
None
None
The -Lasmc option configures the output format of the listing file generated with the -Lasm: Generate Listing File option. The addresses, the hex bytes, and the instructions are selectively switched off.
The format of the listing file uses the layout shown in the following listing. The letters in brackets ([]) indicate which suboption to use to switch the instruction off.
[v] ANSI-C/cC++ Compiler V-5.0.1 [v] [p] 1: [p] 2: void myfun(void) { [h] [h] Function: myfun [h] Source : C:\Freescale\test.c [h] Options : -Lasm=%n.lst [h] [s] 3: } [a] 0000 [c] 3d [i] RTS [e] 4: [e] 5: // comments [e] 6:
-Lasmc=ac