[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
ENDM Terminate Macro or Repeat Block MASM Directive
1. name MACRO [dummyparameter,,,]
statements
ENDM
2. REPT expression
statements
ENDM
3. IRP dummyname,<parameter,,,>
statements
ENDM
4. IRPC dummyname,string
statements
ENDM
Terminates a macro (MACRO) definition, a repeat (REPT) block, an item
repeat (IRP) block, or an item character repeat (IRPC) block.
See Also:
MACRO
REPT
IRP
IRPC
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson