(S u m m a r y )
Command
Formula
Operation
Unconditional
jump
Lbl n
Goto n (n = natural number
from 0 through 9)
Performs unconditional jump to
Lbl n corresponding to Goto n.
Conditional
jumps
Left Relational Right^
side operator side
Statement j ' jstatement
(Relational operators: =, * ,
>, <, <)
Left and right sides are com
pared. If the conditional expres
sion is true, the statement after
=> is executed.
If not true, execution jumps to
the statement following the next
: or i .
Statements include numeric ex
pressions, Goto commands,
etc.
Count jumps Isz Memory name:
Statement | ^ jstatement
Dsz Memory name:
Statement j m jstatement
(Memory name consists of
single character from A
through Z, A[ ], etc.)
Numeric value stored in
memory is increased (Isz) or
decreased (Dsz) by one. If result
equals 0, a jump is performed
to the statement following the
next: or A. Statements include
numeric expressions, Goto
commands, etc.
- 1 2 6 -