Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Control-Flow Directives
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Select a directive for more information.
 
     Directive     Description
 
     .IF           Generates conditional IF code
     .ELSE         Generates conditional ELSE code
     .ELSEIF       Generates conditional ELSEIF code
     .ENDIF        Completes conditional code
 
     .WHILE        Generates WHILE loop code
     .ENDW         Completes WHILE loop
     .REPEAT       Generates REPEAT loop code
     .UNTIL[CXZ]   Generates code to test REPEAT loop exit conditions
 
     .BREAK        Terminates enclosing loop
     .CONTINUE     Skips to loop evaluation code
 
     See also: Control-Flow Instructions, Run-Time Comparison Operators
                                    -♦-