-C[s08|08]: Generate Code for Specific HC08 Families

Group

CODE GENERATION

Scope

Compilation Unit

Syntax
  -Cs08
  
  
Arguments

s08: HCS08 family

08: HC08 family

Default

-C08

Defines

__HCS08__

Pragmas

None

Description

Setting this option generates code for the HC(S)08 family. In addition, using this option allows all new HC(S)08 operation-operand combinations in the HLI.

Example
  __asm LDHX 2,X;