Syntax:
|
|
|
|
|
|
|
Description:
Macroasembler allows the use of numeric constants in decimal, hexadecimal, and binary places. Hexadecimal constants start the dollar sign '$
', fixed binary sign at '@
', decimal constants do not require any designation.
Examples:
alpha= $A 12E ; hexadecimal constant |
|
|
|