Lab assignment 1
Course ET4-074 Computer Architecture

This assignment is meant to refresh your knowledge and skills about assembly language programming. The task is to write a small program in MIPS assembly language, and test it on the SPIM simulator.

You need the following:

Install the program (follow the instructions in the README file).

Make one of the following programming exercises:

  1. Sorting
  2. Greatest Common Divisor
Good luck