Tells the assembler to repeatedly expand a series of statements described between this directive and the .ENDM directive the number of times equivalent to the value of the absolute-expression specified in the operand field.
Symbol field |
Mnemonic field |
Operand field |
Comment field |
[label:] |
.REPT : .ENDM |
absolute-expression |
[; comment] [; comment] |
If no corresponding .ENDM directive is found for a .REPT directive in the same file, an error will occur |