Posts tagged calling-convention
MIPS Assembly Part 1: Stacks and Subroutines
- 16 September 2023
Having recently registered for a Computer Architechture & Organization course, I decided to take some time to start writing MIPS assembly code. However, no sooner had I started writing my first program than I encountered an obstacle: how to properly manipulate the stack and call subroutines.