◄Directives► ◄Contents► ◄Index► ────────────────────────────────────────────────────────────────────────────── Mnemonic Description MACRO Marks beginning of macro, specifying name and parameters ENDM Ends macro definition or repeat block EXITM Terminates expansion of the macro LOCAL Declares name to be local to macro PURGE Purges macro definitions from memory REPT Starts a block repeated n times IRP Starts a block repeated once for each argument given IRPC Starts a block repeated once for each character in a string -♦-