From 17108dd33aa00890ed8c0ed30503c10ba9182022 Mon Sep 17 00:00:00 2001 From: Alexandru-Florin Ene <94986496+inixyz@users.noreply.github.com> Date: Sun, 29 Oct 2023 17:14:33 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a3e9aa4..9128a35 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ make ## Usage +The core of tinyriscv is self-contained within a a single platform-agnostic file which you can easily compile in your application/engine. No specific build process is required. You can add the .h file into your existing project. + +Example: ```c #include "tinyriscv.h" int main(){ @@ -40,6 +43,7 @@ int main(){ } ``` +Output: ``` ABI Reg Hex │ ABI Reg Hex ───────────────────┼───────────────────