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

RETI (SPC700): Difference between revisions

From SnesLab
Jump to: navigation, search
(created page)
 
(removed dots)
Line 1: Line 1:
'''RETI''' (RETurn from Interrupt) is an [[SPC700]] instruction that returns from an interrupt.
'''RETI''' (RETurn from Interrupt) is an [[SPC700]] instruction that returns from an interrupt.  All NVPBHIZC flags are restored.


{| class="wikitable" style="float:right;clear:right;width:30%"
{| class="wikitable" style="float:right;clear:right;width:30%"
Line 27: Line 27:
|C
|C
|+
|+
|.
|
|.
|
|.
|
|.
|
|.
|
|.
|
|.
|
|.
|
|}
|}



Revision as of 05:33, 7 May 2023

RETI (RETurn from Interrupt) is an SPC700 instruction that returns from an interrupt. All NVPBHIZC flags are restored.

Basic Info
Addressing Mode Opcode Length Speed
implied 7F 1 byte 6 cycles
Flags Clobbered
N V P B H I Z C

See Also