Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

Awesome Lists containing this project

README

        



Logo

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
```