This is a mips simulator written in C++. Project done by Krishnendu Sudheesh(CS18B020) and Dinkar(CS18B010).
INSTRUCTIONS TO RUN:
1.You should have g++ compiler. 2.Run g++ mips-simulator.cpp in the terminal 3.Run ./a.exe in the terminal 4.All the register values and memory values will be printed on the screen
MIPS COMMANDS IMPLEMENTED: ADD , ADDI , SUB , LI , LW , SW , LA , LUI , J , BGT , BLT ,BNE , BEQ , SLT