Difference between revisions of "Return Stack"

From Land Boards Wiki
Jump to navigation Jump to search
(Created page with "= IOP-16 Stack = * Sizes ** 0 (none) *** No JSRs or RTSs in code *** Can do JMPs ** 1 deep (does not need SRAM) *** Single deep calls ** Optionally deeper as build option (us...")
 
Line 1: Line 1:
 
= IOP-16 Stack =
 
= IOP-16 Stack =
  
 +
* Last-In, First-Out (LIFO)
 
* Sizes
 
* Sizes
 
** 0 (none)
 
** 0 (none)

Revision as of 14:22, 19 April 2022

IOP-16 Stack

  • Last-In, First-Out (LIFO)
  • Sizes
    • 0 (none)
      • No JSRs or RTSs in code
      • Can do JMPs
    • 1 deep (does not need SRAM)
      • Single deep calls
    • Optionally deeper as build option (uses SRAM)