◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Select a directive for more information. Directive Description MACRO Starts a macro block ENDM Ends a macro block PURGE Removes macro from memory TEXTEQU Defines text symbol, resolves text macros and expressions LOCAL Declares local macro placeholder PUSHCONTEXT Saves context information to stack POPCONTEXT Restores saved context information from stack EXITM Terminates enclosing macro GOTO Skips to label in macro REPEAT Repeats assembly of block given number of times WHILE Repeats assembly of block while true FOR Repeats macro for each parameter given FORC Repeats macro for each character given See also: Macro Labels, OPTION OLDMACROS, Control-Flow Directives -♦-