2 Instruction Descriptions
2-82
NJ-series Instructions Reference Manual (W502)
• Always place this instruction between the FOR and NEXT instructions (or the FOR and END_FOR
instructions in ST).
• If FOR-NEXT loops (or FOR-END_FOR loops in ST) are nested, you will need one BREAK instruc-
tion (or one EXIT instruction in ST) for each nesting level to cancel all repeat processing.
• Do not use Jump Instructions (e.g., the JMP instruction) to interrupt repeat processing. Always use a
BREAK instruction (or an EXIT instruction in ST) to cancel repeat processing.
Precautions for Correct Use