qa.hlp (Table of Contents; Topic list)
REPT
   Directive Summary  Summary
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:    REPT expression
                 statements
                 ENDM
 
  Marks a block of statements to be assembled a fixed number of times
  (determined by value of expression).
 
  Repeat blocks must be terminated with ENDM.
 
  expression   Must evaluate to a numeric constant.
 
  statements   Any valid assembler statements.
 
   See Also:  IRP, IRPC
                                    -♦-