31 a2324: illegal base (2, 8, 10, 16), A2324: illegal base (2, 8, 10, 16), Assembler messages – Motorola HC12 User Manual

Page 272

Advertising
background image

User’s Manual

MCUez HC12 Assembler

272

Assembler Messages

MOTOROLA

Assembler Messages

12.3.31 A2324: Illegal Base (2, 8, 10, 16)

Type:

Error

Description:

An invalid base number follows a BASE directive. Valid base
numbers are 2, 8, 1, or 16. The expression specified in a BASE
directive must be an absolute expression and must match one
of the values listed here.

Example:

BASE 67

dataSec: SECTION

label: DS.B 8

BASE label

Tip:

Specify a valid value in the BASE directive.

Example:

BASE 16

dataSec: SECTION

label: EQU 8

BASE label

Advertising