Motorola HC12 User Manual

Page of 328
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
See also: