finish base

This commit is contained in:
nora 2025-03-09 14:46:50 +01:00
parent 7026e5c1b8
commit b8d9f28059
6 changed files with 98 additions and 11 deletions

View file

@ -4,8 +4,7 @@ A small RISC-V emulator written in Rust.
## Features
- [ ] Base RV32I instruction set
- missing fence and pause
- [x] Base RV32I instruction set
- [x] M standard extension
- [ ] A standard extension
- [ ] F standard extension