Item | Name | Type | Description |
---|---|---|---|
|
Repeat Loop | Operation | Instruction repeats or loops through the encompassed instruction(s). The number of iterations is set by the value of the required input operand . |
|
Loop Control | Operation | Provides the function to either break out of the loop and continue program execution after the encompassed instructions, or immediately halt execution at that point and restart at the beginning of the loop |
|
Increment | Operand | Returns the current loop iteration value |