[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
IFNB             Assemble If Argument Is Not Blank             MASM Directive

  IFNB <argument>
  statements
  [ELSE
  statements]
  ENDIF

    Initiates a conditional block, causing assembly of statements up to
    the optional ELSE directive, provided argument is not blank.

       Notes:     IFB and IFNB are usually used for conditional assembly
                  of macros based on the presence or absence of parameters
                  in the macro call.

                  Note that the angle brackets, <>, are required around
                  the argument.  The argument can be any name, number, or
                  expression.

See Also: IFB
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson