Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.25 KB

MIPS Emulator

Contributions contributions welcome

Open-Source Open Source Love MIT Licence

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.

Screenshot 1

Image 1

Screenshot 2

Image

Screenshot 3

Image 4

Screenshot 4

Image 5

Screenshot 5

Image 8

Screenshot 6

Image 9

Screenshot 7

Image 10

TODO :-

  • Add Build instructions
  • Add gif instead of screenshots
  • Add documentation for all the instruction supported in the emulator