Stack Pointer
Register $29 is called the ‘stack pointer’
It contains an address in memory of the top of a stack
In MIPS stacks grow ‘downwards’
When pushing or popping items onto or from the stack, we must adjust $29
Remember byte addressing!
Previous slide
Next slide
Back to first slide
View graphic version