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>ife assemble if false masm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
IFE              Assemble If False                             MASM Directive

  IFE expression
  statements
  [ELSE
  statements]
  ENDIF

    Initiates a conditional block, causing assembly of statements up to
    the optional ELSE directive, provided expression is false (evaluates
    to 0).

       Notes:     IFE directives may be nested to 255 levels.

                  The expression for the IFE directive must resolve to an
                  absolute value and must not be a forward reference.

See Also: IF

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