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.

Seealso:



This page last updated on Fri Nov 30 10:49:50 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster