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>endm terminate macro or repeat block masm directive</b> http://www.X-Hacker.org [<<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

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