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.
Seealso:
This page last updated on Fri Nov 30 10:49:50 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster