◄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► -♦-