MCUez HC12 Assembler User’s Manual
MOTOROLA MCUasm Compatibility 315
User’s Manual MCUez HC12 Assembler
Appendix B. MCUasm Compatibility
B.1 Contents
B.2 Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315
B.3 Labels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315
B.4 Set Directive . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316
B.5 Obsolete Directives. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316
B.2 Introduction
The macro HC12 assembler has been extended to ensure compatibility with the
MCUasm assembler. MCUasm compatibilty mode can be activated by
specifying the option -MCUasm.
B.3 Labels
When MCUasm compatibility mode is activated, labels must be followed by a
colon, even if they start on column one.
Example:
label: NOP