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

STP: Difference between revisions

From SnesLab
Jump to: navigation, search
(linkify cart slot)
 
(6 intermediate revisions by the same user not shown)
Line 38: Line 38:


No flags are affected.
No flags are affected.
Recall that the [[cartridge slot]] and [[expansion port]] can both reset the [[control deck]].


==== Syntax ====
==== Syntax ====
Line 43: Line 45:
STP
STP
</pre>
</pre>
Eyes & Lichty (at the bottom of page 504) claims that STP was first introduced on the 65802/816, but it is on the 65c02 datasheet.


[[Category:ASM]]
[[Category:ASM]]
Line 58: Line 62:
* [[STOP (SPC700)]]
* [[STOP (SPC700)]]
* [[STOP (Super FX)]]
* [[STOP (Super FX)]]
* [[Reset Traces]]


=== External Links ===
=== External Links ===
* [[Eyes & Lichty]] page 504, on STP: https://archive.org/details/0893037893ProgrammingThe65816/page/504
* [[Eyes & Lichty]], [https://archive.org/details/0893037893ProgrammingThe65816/page/504 page 504] on STP
* [[Labiak]] page 185 on STP: https://archive.org/details/Programming_the_65816/page/n195
* [[Labiak]], [https://archive.org/details/Programming_the_65816/page/n195 page 185] on STP
* snes9x implementation of STP: https://github.com/snes9xgit/snes9x/blob/master/cpuops.cpp#L3328
* snes9x implementation of STP: https://github.com/snes9xgit/snes9x/blob/master/cpuops.cpp#L3328
* undisbeliever on STP: https://undisbeliever.net/snesdev/65816-opcodes.html#stp-stop-the-processor
* undisbeliever on STP: https://undisbeliever.net/snesdev/65816-opcodes.html#stp-stop-the-processor
* Clark, Bruce. http://www.6502.org/tutorials/65c816opcodes.html#6.9


=== References ===
=== References ===
# Although "Stop The Processor" fits, all the letters in this mnemonic are from the word "stop."  See row 58 of Table 5-1, "Instruction Set Table" on Page 21 of the official 65c02 datasheet: https://www.westerndesigncenter.com/wdc/documentation/w65c02s.pdf
# Although "Stop The Processor" fits, all the letters in this mnemonic are from the word "stop."  See row 58 of Table 5-1, "Instruction Set Table" on Page 21 of the official 65c02 datasheet: https://www.westerndesigncenter.com/wdc/documentation/w65c02s.pdf

Latest revision as of 15:34, 20 August 2024

Basic Info
Addressing Mode Opcode Length Speed
Implied (type 3) DB 1 byte 3 cycles
Flags Affected
N V M X D I Z C
. . . . . . . .

STP (SToP-the-clock)[1] is an instruction that halts the 65c816, putting it into a low power state until it is reset. The PHI2 clock is held high.

No flags are affected.

Recall that the cartridge slot and expansion port can both reset the control deck.

Syntax

STP

Eyes & Lichty (at the bottom of page 504) claims that STP was first introduced on the 65802/816, but it is on the 65c02 datasheet.

See Also

External Links

References

  1. Although "Stop The Processor" fits, all the letters in this mnemonic are from the word "stop." See row 58 of Table 5-1, "Instruction Set Table" on Page 21 of the official 65c02 datasheet: https://www.westerndesigncenter.com/wdc/documentation/w65c02s.pdf