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
(no flags affected) |
(EI/DI have no effect) |
||
(2 intermediate revisions by the same user not shown) | |||
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> | ||
[[EI]] and [[DI]] have no effect on the behavior of SLEEP. | |||
No flags are affected. | No flags are affected. | ||
Line 43: | Line 45: | ||
SLEEP | SLEEP | ||
</pre> | </pre> | ||
Perhaps SLEEP would have been more useful if the APU supported hardware interrupts. | |||
=== See Also === | === See Also === | ||
Line 53: | Line 57: | ||
# https://problemkaputt.de/fullsnes.htm#snesapuspc700cpujumpcontrolcommands | # https://problemkaputt.de/fullsnes.htm#snesapuspc700cpujumpcontrolcommands | ||
# [https://archive.org/details/SNESDevManual/book1/page/n226 Appendix C-1] | # [https://archive.org/details/SNESDevManual/book1/page/n226 Appendix C-1] | ||
# anomie: https://github.com/yupferris/TasmShiz/blob/master/spc700.txt#L584 | |||
[[Category:ASM]] | [[Category:ASM]] |
Latest revision as of 06:03, 22 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]
EI and DI have no effect on the behavior of SLEEP.
No flags are affected.
Syntax
SLEEP
Perhaps SLEEP would have been more useful if the APU supported hardware interrupts.
See Also
References
- Official Super Nintendo development manual on SLEEP: Table C-20 in Appendix C-10 of Book I
- https://problemkaputt.de/fullsnes.htm#snesapuspc700cpujumpcontrolcommands
- Appendix C-1
- anomie: https://github.com/yupferris/TasmShiz/blob/master/spc700.txt#L584