Macro Directives
These directives let you create macros:
macro
endm
mexit
#define
For more information on macros, see
"Macros"
.
macro
Starts the definition of a macro.
endm
Ends the definition of a macro.
mexit
Stops macro execution before it reaches the .endm directive.
#define
Defines a C pre-processor macro with the specified parameters.