A SERVICE OF

logo

6. Explanation of Commands
6.1 Command List
- 87 -
(5) Program branch commands
Class
Process
unit
Command
sign
Symbol
Process details
No.
of
step
Page
CJ
CJ
P**
Jump to Pn after input conditions are met
2 222
Jump
JMP
JMP P**
Jump to Pn unconditionally
2
222
Program
end
FEND
FEND
End process during sequence program
1
224
CALL
CALL P**
2
226
Subroutine
call
CALLP
CALLP
P**
Execute P** sub-routine program after
input conditions are met
8
226
RET
RET
Return to main program from subroutine
program
1 226
FOR
FOR
n
5
230
NEXT
NEXT
Execute n times between FOR to NEXT
4
230
BREAK
BREAK
DP**
5
232
Return
BREAKP
BREAKP
DP**
Forcibly end the execution of FOR
to NEXT cycle and jump to pointer Pn
11
232