Difference between revisions of "Z80:Directives:REPEAT/REPT"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
(No difference)

Latest revision as of 17:49, 5 February 2016

Repeat a series of statements in a loop.

Syntax

   .rpt count
       ;statements go here
   .loop; Functions similarly to "End" in TI BASIC.

See Also

for while