z80:Directives:WHILE

From Learn @ Cemetech
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Repeat a series of statements in a loop.

Syntax

   .while condition
       ;statements go here
   .loop; Functions similarly to "End" in TI BASIC.


See Also

repeat/rept for