cj n
conditional jump
Code: Function A
Description: Jump if Areg is 0 (i.e. jump if false). The destination of the jump is
expressed as a byte offset from the instruction following the conditional jump.
Definition:
if (Areg = false)
Iptr′ ← next instruction + n
else
{
Areg′ ← Breg
Breg′ ← Creg
Creg′ ← Areg
}
Status Register:
No effect
Comments:
Primary instruction.
The initial Areg can be recovered using arot.
See also: eqc gt gtu j jab
section 4.6.
100/205
®