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

Stack Pointer: Difference between revisions

From SnesLab
Jump to: navigation, search
(→‎Reference: hid archive URL)
(→‎Reference: more correct paragraph terminology)
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
* [[POP]]
* [[POP]]
* [[RET]]
* [[RET]]
* [[Program Counter]]


=== Reference ===
=== Reference ===
* section 8.1.5 of [https://archive.org/details/SNESDevManual/book1/page/n182 page 3-8-4 of Book I] of the official Super Nintendo development manual
* subparagraph 8.1.5 of [https://archive.org/details/SNESDevManual/book1/page/n182 page 3-8-4 of Book I] of the official Super Nintendo development manual
* diversified activities: [https://archive.org/details/SNESDevManual/book1/page/n183 page 3-8-5 of Book I], lbid.
* diversified activities: [https://archive.org/details/SNESDevManual/book1/page/n183 page 3-8-5 of Book I], lbid.



Latest revision as of 13:19, 29 December 2023

The Stack Pointer on the SPC700 is 16-bit, but the upper byte is fixed by the hardware to be 0x01.

On the 65c816, the only two instructions that modify the stack pointer directly are TCS and TXS.

See Also

Reference