dot-while.md

May 1, 2024 ยท View on GitHub

Asmc Macro Assembler Reference

.WHILE

.WHILE condition

statements

.ENDW

Generates code that executes the block of statements while condition remains true.

See Also

Conditional Control Flow