This GUI is a step-by-step visualization to help you understand the principles of the MIPS simulator.
It was conducted in conjunction with the MIPS Simulator project, which is an open-source project.
The completed GUI can be found at this link.
This GUI was developed as REACT and is implemented for Assembler
and Simulator
, which are the main functions of MIPS simulator.
The first tab implements the Assembler function of converting assembly files into binary files, and the second tab implements the Simulator that shows how the register data stack changes for each cycle.
The assembler is divided into
assembly panel
andbinary panel
to show how the assembly language is translated into binary.
The simulator shows the commands currently running and displays changes in registers, data, and stacks when you run them.
If you want to contribute to mips-GUI, please come in Git Repository and clone!
Always opening to join this project for developing this library.
❗️ISSUE →
Licensed under the MIT License, Copyright © 2023-present MIPS-Simulator-UNIST