asha is a decompiler that for RISC-V written for a final year project.
A full writeup will be coming soon.
- RV32/64I
- RV32/64M
- RV32/64A
using an implementation of the fibonacci function as an example
Build the program with cargo
> cargo build --release
and run the executable, or simply run with cargo
> cargo run --release
Released under MIT Non-AI by @redraincatching.


