A final project for Computer Architecture that converts Java code to MIPS Assembly
Features
- A compiler that can handle basic language operations such as:
- Arithmetic operations,
- User-defined functions,
- Loop structures, and
- Print statements
- Operations are logged on the terminal for easy debugging!!
- Handle errors in real-time and are logged on the terminal
- A simple GUI that shows the original Java code to MIPS Assembly code
Screenshots