IFNDEF Assemble If Name Is Not Defined MASM Directive
IFNDEF <name>
statements
[ELSE
statements]
ENDIF
Initiates a conditional block, causing assembly of statements up to
the optional ELSE directive, provided name is a label, variable, or
symbol that has not yet been defined.
Notes: The name argument can be any valid name.
If the name is defined as a forward reference, IFNDEF
will be true on Pass 1 IFNDEF, but false on Pass 2.
Seealso:
This page last updated on Fri Nov 30 10:49:50 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster