From 88e63cbd1f0bed68b4d573ed67c5f940fc1c77ae Mon Sep 17 00:00:00 2001 From: Alexandru-Florin Ene <94986496+inixyz@users.noreply.github.com> Date: Sun, 29 Oct 2023 16:24:02 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdba4e5..247c1a4 100644 --- a/README.md +++ b/README.md @@ -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).