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
(created page) |
(see also stack pointer) |
||
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. | ||
=== See Also === | |||
* [[Stack Pointer]] | |||
[[Category:ASM]] | [[Category:ASM]] |
Revision as of 03:39, 26 November 2023
The Stack is a buffer which remembers the state of subroutines that are currently executing.