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

SLEEP (SPC700): Difference between revisions

From SnesLab
Jump to: navigation, search
(→‎References: Appendix C-1)
(added syntax)
Line 36: Line 36:


'''SLEEP''' is an [[SPC700]] standby instruction.  It hangs the [[S-SMP]] until reset.<sup>[2]</sup>  Nintendo does not want you to use this instruction.<sup>[3]</sup>
'''SLEEP''' is an [[SPC700]] standby instruction.  It hangs the [[S-SMP]] until reset.<sup>[2]</sup>  Nintendo does not want you to use this instruction.<sup>[3]</sup>
==== Syntax ====
<pre>
SLEEP
</pre>


=== See Also ===
=== See Also ===

Revision as of 17:16, 6 July 2024

Basic Info
Addressing Mode Opcode Length Speed
Implied (type 3) EF 1 byte 3 cycles
Flags Affected
N V P B H I Z C
. . . . . . . .

SLEEP is an SPC700 standby instruction. It hangs the S-SMP until reset.[2] Nintendo does not want you to use this instruction.[3]

Syntax

SLEEP

See Also

References

  1. Official Super Nintendo development manual on SLEEP: Table C-20 in Appendix C-10 of Book I
  2. https://problemkaputt.de/fullsnes.htm#snesapuspc700cpujumpcontrolcommands
  3. Appendix C-1