Is there a way to perform the equivalent of the c preprocessor directive #undef in masm?
Try
PURGE macroname
Deletes the specified macros from memory.
I've never tried it but it might work.
PURGE macroname
Deletes the specified macros from memory.
I've never tried it but it might work.