A13203: Not a HC08 instruction or directive

[ERROR]

Description

The identifier detected in an assembly line instruction part is neither an assembly directive, nor an HC08 instruction, nor a user defined macro.

Example
  CodeSec: SECTION
    ...

     LDAA #$5510
  
Tips