Assembler Messages
Introduction
MCUez HC12 Assembler User’s Manual
MOTOROLA Assembler Messages 245
12.3.59 A12109: Illegal Character at the End of Line . . . . . . . . . . . . . . . 298
12.3.60 A12110: No Operand Expected . . . . . . . . . . . . . . . . . . . . . . . . . . 299
12.3.61 A12201: Lexical Error in First or Second Field . . . . . . . . . . . . . 300
12.3.62 A12202: Not an HC12 Instruction or Directive. . . . . . . . . . . . . . 301
12.3.63 A12203: Reserved Identifiers not Allowed as Instruction
or Directive . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 301
12.3.64 A12401: Value Out of Range –128...127. . . . . . . . . . . . . . . . . . . 302
12.3.65 A12402: Value Out of Range –32,768...32,767. . . . . . . . . . . . . . 304
12.3.66 A12403: Value Out of Range –256...255. . . . . . . . . . . . . . . . . . . 305
12.3.67 A12405: PAGE with Initialized RAM not Supported . . . . . . . . . 307
12.3.68 A12408: Code Size Per Section Is Limited to 32 Kbytes . . . . . . 308
12.3.69 A12409: In PC Relative Addressing Mode, References
to Object Located in Another Section or File Only Allowed
for IDX2 Addressing Mode . . . . . . . . . . . . . . . . . . . . . . . . . . 309
12.3.70 A12411: Restriction: Label Specified in a DBNE, DBEQ,
IBNE, IBEQ, TBNE, or TBEQ Instruction Should Be Defined
in the Same Section They Are Used . . . . . . . . . . . . . . . . . . . . 310
12.2 Introduction
The assembler can generate three types of messages:
1. Warning
2. Error
3. Fatal
12.2.1 Warning
A message will be printed and assembly will continue. Warning messages are
used to indicate possible programming errors to the user.
12.2.2 Error
A message will be printed and assembly will stop. Error messages are used to
indicate illegal usage of the language.