We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

RTS: Difference between revisions

From SnesLab
Jump to: navigation, search
(added 6502 category)
(depluralize "1 bytes")
Line 11: Line 11:
|stack
|stack
|60
|60
|1 bytes
|1 byte
|6 cycles
|6 cycles
|}
|}

Revision as of 15:16, 7 May 2023

RTS (Return from Subroutine) is a 65c816 instruction used to return control from a subroutine that was called from the same bank.

Basic Info
Addressing Mode Opcode Length Speed
stack 60 1 byte 6 cycles
Flags Clobbered
N V M X D I Z C
. . . . . . . .

See Also