beautypg.com

A1104: undeclared user-defined symbol

Page 254

background image

User’s Manual

MCUez HC12 Assembler

254

Assembler Messages

MOTOROLA

Assembler Messages

12.3.9 A1104: Undeclared User-Defined Symbol

Type:

Error

Description:

The label is referenced in the assembly file,
but it is never defined.

Example:

Entry:

LDX #56

STX #Variable

RTS

Tip:

The label must be defined in the current
assembly file or specified as an external label.

Example:

XREF Variable

Entry:

LDX #56

STX #Variable

RTS