2 introduction, 1 warning, 2 error – Motorola HC12 User Manual
Page 245: Introduction, Warning, Error

Assembler Messages
Introduction
MCUez HC12 Assembler
User’s Manual
MOTOROLA
Assembler Messages
245
A12109: Illegal Character at the End of Line . . . . . . . . . . . . . . . 298
A12110: No Operand Expected . . . . . . . . . . . . . . . . . . . . . . . . . . 299
A12201: Lexical Error in First or Second Field . . . . . . . . . . . . . 300
A12202: Not an HC12 Instruction or Directive. . . . . . . . . . . . . . 301
A12203: Reserved Identifiers not Allowed as Instruction
or Directive . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 301
A12401: Value Out of Range –128...127. . . . . . . . . . . . . . . . . . . 302
A12402: Value Out of Range –32,768...32,767. . . . . . . . . . . . . . 304
A12403: Value Out of Range –256...255. . . . . . . . . . . . . . . . . . . 305
A12405: PAGE with Initialized RAM not Supported . . . . . . . . . 307
A12408: Code Size Per Section Is Limited to 32 Kbytes . . . . . . 308
A12409: In PC Relative Addressing Mode, References
A12411: Restriction: Label Specified in a DBNE, DBEQ,
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.