User’s Manual MCUez HC12 Assembler
294 Assembler Messages MOTOROLA
Assembler Messages
12.3.55 A12103: Operand not Allowed
Type: Error
Description: The operand specified in an assembly instruction is not valid
for this instruction.
Example:
DataSec: SECTION
data DS.B 20
CodeSec: SECTION
LEAX #data
Tip: Check the CPU12 Reference Manual, Motorola document
order number CPU12RM/AD, and CPU12 Reference Guide,
document order number CPU12RG/D, and ensure that the
source code contains only valid instructions and addressing
mode combinations.
Example:
DataSec: SECTION
data DS.B 20
CodeSec: SECTION
LDX #data