MIPS Instruction Set Simulator Module
Role in the System
This module houses the implementation of standard MIPS instructions such as ADD, ADDI, BGTZ, etc, etc. The relevant files are mipssim.h and mipssim.cc. This module is internal to the hardware and is needed to organise the low-level registers and operations of the CPU.