The following table lists the macro control directives, used for the definition and expansion of macros.
| Directive | Description |
|---|---|
| ENDM - End macro definition | End of user defined macro. |
| MACRO - Begin macro definition | Start of user defined macro. |
| MEXIT - Terminate Macro Expansion | Exit from macro expansion. |