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

STOP (SPC700): Difference between revisions

From SnesLab
Jump to: navigation, search
(Nintendo does not want)
Line 35: Line 35:
|}
|}


'''STOP''' is an [[SPC700]] standby instruction.  It hangs the [[S-SMP]] until reset. <sup>[2]</sup>
'''STOP''' 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>


=== See Also ===
=== See Also ===
Line 45: Line 45:
# Official Super Nintendo development manual on STOP: Table C-20 in [https://archive.org/details/SNESDevManual/book1/page/n235 Appendix C-10 of Book I]
# Official Super Nintendo development manual on STOP: Table C-20 in [https://archive.org/details/SNESDevManual/book1/page/n235 Appendix C-10 of Book I]
# https://problemkaputt.de/fullsnes.htm#snesapuspc700cpujumpcontrolcommands
# https://problemkaputt.de/fullsnes.htm#snesapuspc700cpujumpcontrolcommands
# https://archive.org/details/SNESDevManual/book1/page/n226


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

Revision as of 09:16, 18 December 2023

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

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

See Also

References

  1. Official Super Nintendo development manual on STOP: Table C-20 in Appendix C-10 of Book I
  2. https://problemkaputt.de/fullsnes.htm#snesapuspc700cpujumpcontrolcommands
  3. https://archive.org/details/SNESDevManual/book1/page/n226