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
m (de-pluralize "bytes")
No edit summary
Line 1: Line 1:
'''RTL''' (Return from Subroutine Long) is a [[65c816]] instruction used to return control from a subroutine that was called from a different bank.
'''RTL''' (Return from Subroutine Long) is a [[65c816]] instruction used to return control from a subroutine that was called from a different bank.


{| class="wikitable" style="float:right;clear:right;width:30%"
{| class="wikitable" style="width:30%"
!colspan="8"|Basic Info
!colspan="8"|Basic Info
|+
|+
Line 15: Line 15:
|}
|}


{| class="wikitable" style="float:right;clear:right;width:30%"
{| class="wikitable" style="width:30%"
!colspan="9"|Flags Clobbered
!colspan="9"|Flags Clobbered
|+
|+

Revision as of 09:21, 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