X101
LBL 1
LOOP 1 DT 0
X100
MV.US U 10
If DT0 = K5, jumps five
times and stop jumping
even if X101 is on.
DT 0
● If the value in the memory area specified in [S] is 0 from the first time, the program does not
jump to the specified label but instead performs the next process.
● The label is shared between the JP and LOOP instructions. A label can be used as the jump
destination for any instruction, as many times as required.
● The LBL instruction specifying the same number can only be written once in a single
program.
● If the jump destination label is not programmed, a syntax error occurs.
3.27 LOOP, LBL (LOOP, Label)
3-88 WUME-FP7CPUPGR-12