27 a2318: section not declared, A2318: section not declared, Assembler messages – Motorola HC12 User Manual

Page 268

Advertising
background image

User’s Manual

MCUez HC12 Assembler

268

Assembler Messages

MOTOROLA

Assembler Messages

12.3.27 A2318: Section not Declared

Type:

Error

Description:

The label specified in a SWITCH directive is not associated
with a section.

Example:

dataSec: SECTION

label1: DS.B 1

codeSec: SECTION

SWITCH daatSec

Tip:

Specify the name of a previously defined section in the
SWITCH instruction.

Example:

dataSec: SECTION

label1: DS.B 1

codeSec: SECTION

SWITCH dataSec

Advertising