Assembler Listing File
Source Listing
MCUez HC12 Assembler User’s Manual
MOTOROLA Assembler Listing File 215
10.4.5 Source Line Listing
This column contains the source statement. This is a copy of the source line
from the source module. For lines resulting from a macro expansion, the source
line is the expanded line where parameter substitution has been performed.
Example:
Abs. Rel. Loc. Obj. code Source line
---- ---- ------ --------- -----------
11 ;--------------------
22 ; File: test.o
33 ;--------------------
44
55 INCLUDE "macro.inc"
61i cpChar: MACRO
72i LDD \1
83i STD \2
94i ENDM
10 5i
11 6 codeSec: SECTION
12 7 Start:
13 8 cpChar ch1, ch2
14 2m 000000 FC xxxx + LDD ch1
15 3m 000003 7C xxxx + STD ch2
16 9 000006 A7 NOP
17 10 000007 A7 NOP