Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>ifndef assemble if name is not defined masm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
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.

See Also: IFDEF

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson