Simple Java To Mips converter
-Gui designed to be simple, you put java code on the left and press Compile
button then it gives you the assembly code on the text
area on the right.
- Then click
run
to run the assembly code in the MARS simulator alse incorporated inside this source code as a library.
Can convert simple java code structures like:
- simple conditionals
- Operations
- Loops (simple ones)