next up previous contents index
Next: JSRIND Up: Jumps Previous: RST   Contents   Index

JSR

Stack Input: None

Stack Output: Program Address

Operand: Label or Integer

Since: 1.0

Description:

Sets the PC to the instruction found at the label, pushes the current PC + 1 onto the stack, and continues execution at the next instruction. This is usually used with LINK for subroutines.



David Levitan 2006-02-12