FOR/IRP (Iterative Macro Expansion Using List of Arguments)

The FOR directive, used in combination with the ENDM directive, designates a block of statements to be repeated, once for each argument in the list enclosed by angle brackets. Each repetition substitutes the next item in the <Argument-List> entry for every occurrence of Parameter in the block.