C18000: Label not set

[ERROR]

Description

The HLI assembler assumes every unknown symbol to be a label. But if this symbol/label is not defined, this message will occur.

Example
  asm lda xyz;  // error

  
Tips

Check if this label exists or if there is a misspelling. If it is a C/C++ object, check if there is a declaration of it.