383
FOR, NEXT
1
2
3
4
4
6
7
8
7.6
S
tructure cr
eation
instructions
7.6.1
F
OR, NEXT
7.6
Structure creation instructions
n
: Number of repetitions of FOR to NEXT loop (1 to 32767) (BIN 16 bits)
Function
(1) When the processing in the FOR to NEXT loop is executed n-times without conditions, the step following the NEXT
instruction will be executed.
(2) The value of n can be designated at between 1 and 32767. If it is designated from -32768 to 0, the processing which is
executed when n=1 will be performed.
(3) If you do not desire to execute the processing called for within the FOR to NEXT loop, use the CJ or SCJ instruction to
jump.
(4) FOR instructions can be nested up to 16 deep.
FOR, NEXT
FOR to NEXT instruction loop
7.6.1
FOR, NEXT
Setting
Data
Internal Devices
R, ZR
J \
U \G
Zn
Constants
K, H
Other
Bit
Word
Bit
Word
n
––
Basic
Process
High
performance
Redundant Universal
LCPU
n
NEXT
FOR
Repeat program
FOR
NEXT
F
OR
i
nstruct
i
ons
can
be
nested
up
to
16
deep
.
K
5
F
OR
K
3
F
OR
K
100
F
OR
NE
X
T
NE
X
T
NE
X
T
X
X1
X2