[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
EXITM            Immediate Macro Exit                          MASM Directive

  EXITM

    Causes immediate exit from a macro (MACRO) or repeat (REPT) block and
    returns control to the next statement following the macro or repeat-
    block call.

       Notes:     If the EXITM is in a nested macro (MACRO) or repeat
                  (REPT) block, control is continued to the outer level
                  block.

                  The EXITM directive is generally used with the
                  conditional IF directives to conditionally include or
                  exclude statements in a macro or repeat block.

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