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>ifb assemble if argument is blank masm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
IFB              Assemble If Argument Is Blank                 MASM Directive

  IFB <argument>
  statements
  [ELSE
  statements]
  ENDIF

    Initiates a conditional block, causing assembly of statements up to
    the optional ELSE directive, provided argument is 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: IFNB

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