Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 235 Bytes

File metadata and controls

6 lines (4 loc) · 235 Bytes

A RISC-V Emulator in Rust

This is a work in progress emulator for RISC-V written in Rust. Currently it only supports the RV32I instruction set with the M extension.

The plan is to eventually support the A extension, and boot Linux.