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: Difference between revisions

From SnesLab
Jump to: navigation, search
(created page)
 
(superscript ref)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
The '''Stack''' is a buffer which remembers the state of subroutines that are currently executing.
The '''Stack''' is a buffer which remembers the state of subroutines that are currently executing.
On the [[65c816]], the stack is always in [[bank]] zero.<sup>[1]</sup>
=== See Also ===
* [[Stack Pointer]]
=== Reference ===
# https://wilsonminesco.com/816myths


[[Category:ASM]]
[[Category:ASM]]
[[Category:Inherited from 6502]]

Latest revision as of 07:44, 15 December 2023

The Stack is a buffer which remembers the state of subroutines that are currently executing.

On the 65c816, the stack is always in bank zero.[1]

See Also

Reference

  1. https://wilsonminesco.com/816myths