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
(superscripted)
(3 cycle Instructions)
 
(10 intermediate revisions by the same user not shown)
Line 7: Line 7:
|'''Speed'''
|'''Speed'''
|+
|+
|implied
|[[Implied]] (type 3)
|DB
|DB
|1 byte
|1 byte
Line 14: Line 14:


{| class="wikitable" style="float:right;clear:right;width:30%"
{| class="wikitable" style="float:right;clear:right;width:30%"
!colspan="8"|Flags Clobbered
!colspan="8"|Flags Affected
|+
|+
|N
|[[Negative Flag|N]]
|V
|[[Overflow Flag|V]]
|M
|[[M Flag|M]]
|X
|[[X Flag|X]]
|D
|[[Decimal Flag|D]]
|I
|[[I Flag|I]]
|Z
|[[Zero Flag|Z]]
|C
|[[Carry Flag|C]]
|+
|+
|.
|.
Line 35: Line 35:
|}
|}


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


[[Category: ASM]]
[[Category:ASM]]
[[Category:65c02 additions]]
[[Category:65c02 additions]]
[[Category:One-byte Instructions]]
[[Category:Control Instructions]]
[[Category:Implied Instructions]]
[[Category:Three-cycle Instructions]]


=== See Also ===
=== See Also ===
* [[WAI]]
* [[WAI]]
* [[STOP]]


=== External Links ===
=== External Links ===
* [[Eyes & Lichty]] page on STP: https://archive.org/details/0893037893ProgrammingThe65816/page/n530
* [[Eyes & Lichty]] page 504, on STP: https://archive.org/details/0893037893ProgrammingThe65816/page/n530
* [[Labiak]] page on STP: https://archive.org/details/Programming_the_65816/page/n195
* [[Labiak]] page 185 on STP: https://archive.org/details/Programming_the_65816/page/n195
* 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

Latest revision as of 12:14, 14 December 2023

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.

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