Memory Region - CPU Stack Page: Difference between revisions

From NerdConsole
Jump to navigationJump to search
(Created page with "'''Address Range:''' <span class='mono'>$0100 - $01FF</span> To allow for calling subroutines, the CPU reserves page 1 of the address space for the call stack. It can be used for other purposes too, if needed, but most of the time it will be used automatically by the CPU to handle calling and returning from function calls. Return to Memory Regions. {{#css:User:NerdOfEpic/builtin-paltte.css}}")
 
No edit summary
Line 6: Line 6:


Return to [[Memory Regions]].
Return to [[Memory Regions]].
{{#css:User:NerdOfEpic/builtin-paltte.css}}
{{#css:User:NerdOfEpic/builtin-palette.css}}

Revision as of 13:34, 27 January 2024

Address Range:

$0100 - $01FF

To allow for calling subroutines, the CPU reserves page 1 of the address space for the call stack. It can be used for other purposes too, if needed, but most of the time it will be used automatically by the CPU to handle calling and returning from function calls.

Return to Memory Regions.