This project is dedicated to assist people in learning the assembly
language based on RISC-V Instruction Set Architecture (ISA), made by
former 2nd year students at the Ukrainian Catholic University
during "Computer Systems Architectures" course.
- RV32I ISA support
- Tools for running and debugging assembly code
- process visualization
// TODO
// TODO
// TODO
- Finish UI
- Implement the debugger and visualisation tools
- Provide sufficient testing
- Update logical block of instructions to avoid using built-in
shl/shr
methods - Finish runner to execute written code
- Integrate the RISC-V Translator into the application
- Implemented arithmetic instructions
- Finish the remaining instructions