DEV Community

Nayr91
Nayr91

Posted on

MIPs Instruction SIM

I was assigned the tasks to write a small program to mimic an aspect of how a CPU works. I decided to focus on MIPs instructions and how they are processed. I set about taking instructions (Basic ones only) and created a cache and a memory to load and store between and execute the instructions.

If you would like to check it out, please see below on my GitHub. If you have any constructive feedback, I am always happy to hear.

My GitHub

Thank you!

Top comments (0)