A simple and basic MIPS emulator in C++, with UI in Qt.
The following MIPS code is a simple implementation of finding the Factorial of the number placed in register $t2.
The final computed value is placed again in the $t2 register.
TODO :-
- Add Build instructions
- Add gif instead of screenshots
- Add documentation for all the instruction supported in the emulator