REMU-V will be a full RISC-V emulator which is coded in C and takes the input in pure RISC-V assembly code. For the time being I don't have any plan on making a compiler, since some compilation tools for RISC-V already exist, although very annoying to get started with.
To compile simply use cmake.
cmake -B build/
- Mainly anyone who finds an interest on learning the ISA of RISC-V in a practical way.
- Anyone who wants to contribute to an emulator repository.
- Anyone with a deep interest in assembly code and contributing to open source.
- REMU-V will try to implement 32 bit, 64 bit instructions and any future additions to RISC-V in the future.