z80:Directives:WHILE
From Learn @ Cemetech
Jump to navigationJump to searchRepeat a series of statements in a loop.
Syntax
.while condition ;statements go here .loop; Functions similarly to "End" in TI BASIC.
See Also
Repeat a series of statements in a loop.
.while condition ;statements go here .loop; Functions similarly to "End" in TI BASIC.