This project simulates the execution of an assembly code in the MIPs machine.
- 1. Install [java] version
1.8.0_121
- 2. Install Gradle version
6.4.1
Choose windows x64:
https://www.oracle.com/java/technologies/javase-jdk8-downloads.html
- -> MacOS
brew install gradle
- -> Linux
-> Debian based distros
- sudo apt-get install gradle
-> Arch based distros
- sudo pacman -S gradle
- -> LINUX
git clone https://github.com/l1n3rd4/JSembler.git
cd JSembler
gradle clean build
- After:
java -jar JSembler.jar [input-file][output-file]
This project is licensed under the MIT license.