REPEAT specifies the number of times to generate the statements inside the macro.
Syntax
REPEAT Expression Statements ENDMRemarks
The Expression field must evaluate to an Absolute-ExpressionType (it cannot contain forward references). Because the repeat block will be expanded at assembler time, the number of iterations must be known then.