.REPEAT

Asmc Macro Assembler

Asmc Macro Assembler Reference

.REPEAT

.REPEAT
   statements
   .UNTIL condition

Generates code that repeats execution of the block of statements until condition becomes true. .UNTILCXZ, which becomes true when CX is zero, may be substituted for .UNTIL. The condition is optional with .UNTILCXZ.

See Also

Directives Reference | Signed compare | Return code