Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 349 Bytes

File metadata and controls

10 lines (8 loc) · 349 Bytes

REPT

Syntax

rept <expression>

Description

Repeats the assembly of the block between rept and endr <expression> number of times. has to be positive. The internal symbol REPTN always holds the iteration counter of the inner repeat loop, starting with 0. REPTN is -1 outside of any repeat block.