- 70 -
Copyright L
EXIBOOK
2002
GB
Count jumps
Sub-program
The value in a memory is increased or decreased. If the value does not
equal 0, the next statement is executed. If it is 0, a jump is performed
to the statement following the next “ ; ” or “
”.
Increase When
≠
0
Isz
When =0
Decrease When
≠
0
Dsz
When =0
: Statement
: Value in memory
A display of Prog n (n=0 to 9) will appear when a sub-program is
executed from a main program. The execution of program will
be located to the position after the fundamental Prog n when the
sub-program finish.
V
V
S
S
{
:
}
Memory
name
V
V
S
S
{
:
}
Memory
name
S
V