Program
commands
Unconditional
jump
Program execution jumps to the Lbl n which
corresponds to Goto n.
*n = 0 through 9
Conditional
jumps
If conditional expression is true, the statement
after “ =>” is executed. If not true, execution
jumps to the statement following next or
“ j ” .
True
C D < ^ X Z > ( i> { j }C sD
Not true
CE3): Formula
(~R): Relational operator
GD: Statement
* The relational operator is:
= , * , >, <, >, <.
Count jumps
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 “ a ".
Increase whenQD^o
“± 7 ^ c b [ , } c p
W h en Q D = 0
Decrease whenQD^o
D>! " ¿ T : c b { , } c p
W h e n C v V o
C W ) : Statement
C \T ): Value in memory
Subroutines
Program execution jumps from main routine
to subroutine indicated by Prog n (n = 0
through 9). After execution of the subroutine,
execution returns to the point following Prog
n in the original program area.
- 1 7 8 -