A13205: RS08 instructions only supported in RS08 mode (use option -Crs08)

[ERROR]

Description

The instruction exists for the RS08 core, but not for the HC08 (or HCS08) core. As the assembler is currently in HC08 mode, it does not support it.

Example
  CodeSec: SECTION

     ADCX

  
Tips