Stack Input: Integer
Stack Output: None
Operand: None
Since: 2.3
Description:
Sets the PC to the input value + current PC + 1. The effect is that if the popped value is 0, execution continues as normal. If the popped value is -1 the PC stays the same, and -2 and below will move the PC back by that value minus one.