Computer Hardware User Manual

User’s Manual MCUez HC12 Assembler
86 Assembler Options MOTOROLA
Assembler Options
Generates the following output in the assembly listing file:
5 5 INCLUDE
"macro.inc"
6 1i cpChar: MACRO
7 2i LDD \1
8 3i STD \2
9 4i 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
Contents of included files, as well as macro definition,
invocation and expansion are stored in the listing file. Refer to
Section 10. Assembler Listing File for detailed information.
See also: 5.4.6 -Lc, 5.4.7 -Ld, 5.4.8 -Le, and 5.4.9 -Li