Built-in Macros
The standard macro processor has three built-in macros you may use alone or in your macro definitions. They are:
- The REPT macro which repeats a block a specified number of times.
- The IRP macro which repeats a block once for each specified argument.
- The IRPC macro which repeats a block once for each character in a string.
Each of these built-in macros must be terminated with the ENDM statement.