First page Back Continue Last page Graphics
Stack Operations
Push
- Copies a register or other value onto the stack and changes the stack pointer register.
Pop
- Copies the top most value addressed by the stack pointer to a register or memory location and adjusts the stack pointer accordingly.