A 3-letter opcode for the 6502 processor. Means literally 'Jump to Subroutine'. This instruction causes the processor to jump to a specified location in memory and continue working from there. Only when a RTS instruction is encountered does the processor return to its previous location in memory (the address is kept on the stack).

Back to the 6502 opcodes metanode