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
(→Reference: Clark link) |
(thousands deep) |
||
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> | On the [[65c816]], the stack is always in [[bank]] zero. It can be thousands of bytes deep.<sup>[1]</sup> | ||
These instructions push things to the stack: | These instructions push things to the stack: |