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

RTL: Difference between revisions

From SnesLab
Jump to: navigation, search
(created page)
 
m (de-pluralize "bytes")
Line 11: Line 11:
|stack
|stack
|6B
|6B
|1 bytes
|1 byte
|6 cycles
|6 cycles
|}
|}

Revision as of 01:44, 1 May 2023

RTL (Return from Subroutine Long) is a 65c816 instruction used to return control from a subroutine that was called from a different bank.

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

See Also