From 2d1a8256bee68a22a9c812b130e280e23ee7d804 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Mon, 19 Aug 2024 01:51:13 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d1c197e..f624fee 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ The awesome list of things. - [A standard lib for C](https://github.com/gregoryc/standardlib): The missing standard lib for C. - [Different ways to handle C Errors](https://mccue.dev/pages/7-27-22-c-errors) +## RISC-v + +- 🔥🌟🔥 [Hello RISC-V Assembly](https://www.youtube.com/watch?v=qLzD33xVcRE): This was hands down the best explaination of building a helloworld in riscv assembly. Additionally, he shows you how to run it in qemu and output the console from the virtual machine over serial to your terminal. + ## Golang ### Learning Go