This is an emulator for a MIPS (Microprocessor without Interlocked Pipelined Stages), it is accompanied by a custom built assembler.
ADD THE REGISTER AND MEMORY LAYOUT DIAGRAMS
You will need make for this.
-
Clone the repo
git clone https://github.com/chriswebbb/MIPS_Emulator -
Go into the MIPS_EMULATOR\cmake-build-debug directory.
-
Then run make and the .exe will be generated within the same file.
-
Now run the .exe and it will ask for assembly code, type in assembly.txt and it will run some premade code.
Distributed under the MIT License.
