Features:
- Low-level control flow, memory handling, and recursive logic in MIPS
- Displays of algorithm design at the hardware/ISA level
Requirements:
- MIPS simulator (MARS QtSPIM etc)
- Familiarity with MIPS instruction set architecture
Install MARS simulator with:
- Bash:
- sudo apt install default-jdk -y
- wget http://courses.missouristate.edu/KenVollmar/MARS/MARS_4_5.jar -O MARS.jar
- cd /path/to/MARS.jar/
- java -jar MARS.jar