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>exitm immediate macro exit masm directive</b> http://www.X-Hacker.org [<<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

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