Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benmcavoy/trv-emu
A simple RISC-V emulator written in C++
https://github.com/benmcavoy/trv-emu
emulator fun-coding virtual-machine
Last synced: about 1 month ago
JSON representation
A simple RISC-V emulator written in C++
- Host: GitHub
- URL: https://github.com/benmcavoy/trv-emu
- Owner: BenMcAvoy
- License: gpl-2.0
- Created: 2024-04-20T14:06:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T22:46:40.000Z (8 months ago)
- Last Synced: 2024-05-02T15:13:34.493Z (8 months ago)
- Topics: emulator, fun-coding, virtual-machine
- Language: C++
- Homepage: https://github.com/BenMcAvoy/TRV-Emu/
- Size: 1.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tiny RISC-V Emulator
A simple RISC-V emulator written in C++.
Releases
·
Report Bugs
·
Request Features
## Dependencies
- CMake
- C++20## Features
- RV32I base integer instruction set
## Build
```bash
cmake -B build .
cmake --build build
```