/MIPS-processor-simulator

C implementation of a MIPS processor simulator. Made to serve as an implementation for the Intro to Computer Systems coursework 2, taught by Dr. Boris Grot.

Primary LanguageC

MIPS-processor simulator

This serves as my implementation of the 2nd coursework for Informatics 2C - Computer Systems, taught by Dr. Grot at the University of Edinburgh

instructions

The C program simulates the following instruction for a multi-cycle MIPS processor:

  • ADD
  • LW
  • SW
  • ADDI
  • J
  • BQE
  • SLT

credit

Instructor: Boris Grot TA: Siavash Katebzadeh