Defines a set of statements written between the .MACRO and .ENDM directives as a macro having the name specified in the symbol field.
Symbol field |
Mnemonic field |
Operand field |
Comment field |
name |
.MACRO : Macro body : |
[formal-parameter[, ... ]] |
[; comment] |
Defines a set of statements (called "a macro body") written between the .MACRO and .ENDM directives as a macro having the name specified in the symbol field. |
If there is no .ENDM directive corresponding to a .MACRO directive within the same file, the CCRL outputs a message. |
Numeric constants or Symbol can be specified as an argument in a macro call; if another type of argument is specified, an error will be output. |
A line of a sentence can be designated in the macro-body. Such as operand can't designate the part of the sentence. |