7 a1101: illegal label: label is reserved, A1101: illegal label: label is reserved, Assembler messages – Motorola HC12 User Manual

Page 252

Advertising
background image

User’s Manual

MCUez HC12 Assembler

252

Assembler Messages

MOTOROLA

Assembler Messages

12.3.7 A1101: Illegal Label: Label is Reserved

Type:

Error

Description:

A reserved identifier is used as a label. Reserved identifiers are:

• Mnemonics associated with target processor registers are

A, B, CCR, D, PC, SP, TEMP2, TEMP3, X, Y.

• Mnemonics associated with special target processor

operator are PAGE.

Example:

A: NOP

NOP

RTS

Tip:

Modify the label name to an identifier that is not reserved.

Example:

ASub: NOP

NOP

RTS

Advertising