C18127: Label, instruction, or directive expected

[ERROR

Description

The HLI assembler expects an instruction mnemonic, a label definition or a directive.

Example
  asm LD //Error: this instruction mnemonic is not part of 
  the HCS08 instruction set.

  
Tips

Check if the instruction/directive mnemonic is correctly typed or if the label definition is followed by a colon character.