A1101: Illegal label: label is reserved

[ERROR]

Description

A reserved identifier is used as label. Reserved identifiers are the mnemonics associated with target processor registers and some additional Reserved Symbols.

Example
  X: SET 3

  
Tips

Modify the name of the label to a identifier which is not reserved.

Example
  _X: SET 3

  
See also

Reserved Symbols