Site Tools


documentation:development:opera:pf25:tktfldr:augfldr:7augi

Repetitive assembly


The conditional looping statement, useful for generating repetitive tables, is provided in the assembler by the WHILE…WEND directives. This produces an assembly-time loop, not a run-time loop. Because the test for the WHILE condition is made at the top of the loop, it is possible that no code will be generated during assembly; lines are listed as for conditional assembly. The syntax is:

WHILE

...code...
WEND
documentation/development/opera/pf25/tktfldr/augfldr/7augi.txt · Last modified: 2022/10/10 16:54 by 127.0.0.1