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

CLRP (SPC700): Difference between revisions

From SnesLab
Jump to: navigation, search
(created page)
 
(correct info)
Line 1: Line 1:
'''SETP''' is an [[SPC700]] instruction that sets the [[direct page flag]].
'''CLRP''' is an [[SPC700]] instruction that clears the [[direct page flag]].


{| class="wikitable" style="float:right;clear:right;width:30%"
{| class="wikitable" style="float:right;clear:right;width:30%"
Line 10: Line 10:
|+
|+
|implied
|implied
|40
|20
|1 byte
|1 byte
|2 cycles
|2 cycles
Line 29: Line 29:
|.
|.
|.
|.
|1
|0
|.
|.
|.
|.
Line 38: Line 38:


=== See Also ===
=== See Also ===
* [[CLRP]]
* [[SETP]]


[[Category:ASM]]
[[Category:ASM]]
[[Category:SPC700]]
[[Category:SPC700]]

Revision as of 00:22, 7 May 2023

CLRP is an SPC700 instruction that clears the direct page flag.

Basic Info
Addressing Mode Opcode Length Speed
implied 20 1 byte 2 cycles
Flags Clobbered
N V P B H I Z C
. . 0 . . . . .

See Also