Update README.md

This commit is contained in:
Alexandru-Florin Ene
2023-10-29 16:24:02 +02:00
committed by GitHub
parent a7f1d60a5b
commit 88e63cbd1f

View File

@@ -2,5 +2,6 @@
# tinyriscv
Compact, simple and easy-to-use RISCV emulator written in C.
Compact, simple and easy-to-use RISCV emulator written in C. The core is contained in a single-file-header tinyriscv.h following the STB library style.
It is fast, portable, platform agnostic, and self-contained (no external dependencies).