Labels

When MCUasm compatibility mode is activated, labels must be followed by a colon, even when they start on column 1.

When MCUasm compatibility mode is activated, following portion of code generate an error message, because the label label is not followed by a colon.

Listing: Example

label     DC.B  1

When MCUasm compatibility mode is not activated, the previous portion of code does not generate any error message.