[<<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
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson