◄Directive Summary► ◄Summary► ────────────────────────────────────────────────────────────────────────────── Syntax: PURGE macroname [,macroname]... Deletes the specified macros or group of macros from memory. A macro can purge itself if PURGE is on the last line of the macro. This directive should be used if your system does not have enough memory to keep all the macros needed for a source file in memory at the same time. Redefining a macro automatically purges the previous definition. macroname A currently defined macro. See Also: MACRO, ENDM, EXITM -♦-