jumpc |
Class: B |
(legend) |
Operand Stack | Heap | Condition Codes |
|
N/A | 0 if this instruction does not jump, a value greater than 0 otherwise. |
Jump to the absolute address specified by the value on top of the stack if the condition is > 0. Decrements the condition code if jump. By decrementing the condition code, the programmer can efficiently use this instruction for performing loops. |