/mipshit

MIPS single-cycle simulator written in Python

Primary LanguagePython

mipshit

Single-cycle MIPS simulator written in Python

Usage

Put your instructions in the code list and run. Follow the example for syntax.

Supported instructions
or
add
sub
slt
beq
addi
lw
sw

I wrote this program in my spare time when I was studying Computer Architecture at university. I was doing this to better understand the datapath of the MIPS architecture but I never got to finish this.