If a label ends with underscore followed by a number, then the number part of the lable will be highlighted as a numeric constant. This applies to the declaration of the label (with or without colon), as well as references.
Numbers which are not at the end of the label are not affected. For instance, in the label LAB_123_456only the number 456 will be highlighted like a numeric constant.
If a label ends with underscore followed by a number, then the number part of the lable will be highlighted as a numeric constant. This applies to the declaration of the label (with or without colon), as well as references.
Numbers which are not at the end of the label are not affected. For instance, in the label
LAB_123_456only the number 456 will be highlighted like a numeric constant.