Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 456 Bytes

dot_repeat.md

File metadata and controls

13 lines (8 loc) · 456 Bytes

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