.REPEAT(32 位 MASM)

生成代码,该代码反复执行 statements 块,直至 condition 变为 true.UNTILCXZ,在 CX 为零时它会变为 true,可以代替 .UNTIL。 对于 .UNTILCXZ,condition 是可选的。 (仅限 32 位 MASM。)

语法

.REPEAT
statements
.UNTILcondition

另请参阅

指令参考
MASM BNF 语法