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
(created page)
 
(added ref)
Line 1: Line 1:
The '''Stack Pointer''' on the [[SPC700]] is 16-bit, but the upper byte is fixed by the hardware to be 0x01.
The '''Stack Pointer''' on the [[SPC700]] is 16-bit, but the upper byte is fixed by the hardware to be 0x01.
=== Reference ===
* [https://archive.org/details/SNESDevManual/book1/page/n182 page 3-8-4 of Book I] of the official Super Nintendo development manual


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

Revision as of 23:11, 18 July 2023

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

Reference