41
CS/CJ/NSJ Series Instructions Reference Manual (W474)
2. Summary of Instructions
2-2 Instruction Functions
2
2-2-3 Sequence Control Instructions
BREAK LOOP
BREAK
514
Output
Required
208
FOR-NEXT
LOOPS
NEXT
513
The instructions between FOR(512) and NEXT(513) are repeated a
specified number of times. FOR(512) and NEXT(513) are used in
pairs.
Output
Not required
205
Instruction
Mnemonic
Code
Symbol/Operand Function Location
Execution
condition
Page
BREAK(514)
N repetitions
Condition a ON
Programmed in a FOR-NEXT loop to cancel the execution of the loop
for a given execution condition. The remaining instructions in the loop
are processed as NOP(000) instructions.
Repetitions
forced to end.
Processed as
NOP(000).
NEXT(513)