mips-sim
Here are 4 public repositories matching this topic...
A Mips I CPU simulation written in C++ that is completely programmable and can run most instructions.
-
Updated
Mar 11, 2018 - C++
The main purpose of this project is to understand MIPS Assembly language. The input of this program is a file consisting sequence of MIPS instructions in binary. This version expands the first to implement behaviour of cache. At the end of the execution, the simulator reports the number of total cache hits and misses. These programs contain 500+…
-
Updated
Sep 26, 2022 - C++
The main purpose of this project is to understand MIPS Assembly language. The input of this program is a file consisting sequence of MIPS instructions in binary. Software simulates behaviour of MIPS CPU by reading instructions and changing values of registers. At the end program prints out the current value of the registers, which matcheswith th…
-
Updated
Sep 26, 2022 - C++
Improve this page
Add a description, image, and links to the mips-sim topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mips-sim topic, visit your repo's landing page and select "manage topics."