else
{
IptrReg′ ← next instruction
Areg′ ← Breg
Breg′ ← Creg
Creg′ ← undefined
}
This says that if the value in Areg is zero, then the jump is taken (the instruction
operand, n, is added to the instruction pointer), otherwise the stack is popped and
execution continues with the next instruction.
16/212
®