 | C166 User's Guide |  |
|
|
| StacksTwo different stacks are available to C16x programs. - The System Stack, which contains return address (for CALL instructions). Return addresses are retrieved from the stack by the RET instructions. Additionally, the PUSH and POP instructions may be used to save and retrieve data from the system stack.
- The User Stack, which contains the stack frame used for function variables.
|
|