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.
IRPC
◄Directive Summary► ◄Summary► ◄Example►
──────────────────────────────────────────────────────────────────────────────
Syntax: IRPC parameter,string
statements
ENDM
Marks a block repeated once for each character in the string, with the
character replacing the parameter on each repetition.
parameter A valid symbol name. If the parameter appears in statements,
then it is replaced by a different character each time.
string A literal string or a symbol defined with a string equate.
See Also: ENDM, EXITM, IRP, REPT
-♦-