#interface #risc-v #emulation #interpreting #instructions #mode #user

irv

A library with a very open interface to an interpreting RISC-V emulator

2 releases

0.0.2 Apr 14, 2022
0.0.1 Apr 6, 2022

#264 in Emulators

MIT license

28KB
576 lines

irv

Crates.io

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.

Dependencies