58
2 INSTRUCTION TABLES
2.5 Application Instructions
Structure creation instructions
Category Instruction
symbol
Symbol Processing details Execution
condition
Number
of basic
steps
Subset Reference
Number of
repeats
FOR • Executes n times between
the [FOR] and [NEXT].
2 Page 457
NEXT 1
BREAK • Forcibly ends the
execution of the [FOR] to
[NEXT] cycle and jumps
pointer Pn.
3 Page 460
BREAKP
Subroutine
program
calls
CALL • Executes subroutine
program Pn when input
condition is met. (S1 to Sn
are arguments sent to
subroutine program. n5)
2+n
*1
●
*3
Page 462
CALLP
RET • Returns from subroutine
program
1 Page 467
FCALL • Performs non-execution
processing of subroutine
program Pn if input
conditions have not been
met. (S1 to Sn are
arguments sent to
subroutine program. n5)
2+n
*1
Page 468
FCALLP
ECALL • Executes subroutine
program Pn from within
designated program name
when input condition is
met. (S1 to Sn are
arguments sent to
subroutine program. n5)
3+n
*2
Page 472
ECALLP
Subroutine
program
calls
EFCALL • Performs non-execution
processing of subroutine
program Pn if input
conditions have not been
met. (S1 to Sn are
arguments sent to
subroutine program. n5)
3+n
*2
Page 477
EFCALLP
XCALL • Executes subroutine
program Pn when input
condition is met.
• Performs non-execution
processing of subroutine
program Pn if input
conditions have not been
met. (S1 to Sn are
arguments sent to
subroutine program. n5)
2+n
*1
Page 481
CALL Pn
CALLP Pn
FCALL Pn
FCALLP Pn
: File name
ECALL
PnS1 Sn
ECALLP PnS1 Sn
:
File name
EFCALL Pn
S1toSn
:File name
EFCALLPPn
S1toSn
:File name