Knowledge Base

PC = (I <> 0) ? LLLL : (PC + 1)

Evaluates the number in the Index Register I. If I<>0, transfers program control (jumps) to the program line LLLL, otherwise executes the next instruction in line.

See also GoIfIZ