NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: nasm32 on September 09, 2014, 07:18:00 PM

Title: Prevent re-use of macro
Post by: nasm32 on September 09, 2014, 07:18:00 PM
How do I prevent a macro from "overwriting" or "redefining" my own macro. I've been looking into %ifdef and %ifmacro but even if they surround my macro doesn't prevent other macros from "overwriting" or "redefining" my own macro's. Is there a way to prevent that?