A1605: Invalid label name: <LabelName>

[ERROR]

Description

The character detected at the beginning of a label is not valid. The following characters are allowed at the beginning of a label:

<LabelName> is the label name detected.

Example
  #label:    DS.B 1

  
Tips

Replace the specified character by a `.'or a `_'

Example
  _label:    DS.B 1