irv 0.0.1

A library with a very open interface to an interpreting RISC-V emulator.
Documentation
1
2
3
4
5
6
# irv
A library with a very open interface to an interpreting RISC-V emulator.

This crate provides only user-mode emulation, but I plan to make an interface
for adding additional instructions, which will be enough to implement privilege
modes other than user mode.