Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
End Macro and Repeat Blocks
 Example                                   Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Syntax:   EXITM [textitem]
 
  See also: FOR, FORC, REPEAT, MACRO, ENDM
 
  Description:
 
     Terminates expansion of the current macro or repeat block and
     begins assembly of the next statement outside the block. If the
     EXITM directive is encountered in a nested macro block, the
     assembler returns to expanding the previous block level.
 
     The <textitem> parameter is a text item that is returned to the
     calling statement. The <textitem> field is valid only with an
     EXITM directive at the end of a MACRO block.
     See: textitem
                                    -♦-