From 279fc9b754364ab3f6e1c2a20d186ae7e2093d43 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Fri, 5 Apr 2024 17:05:34 +0200 Subject: [PATCH] Readme with useful resources --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a6cbd0 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Risc-V Assembly Language Programming + +## Resources + +- [Risc-V Guru](https://risc-v.guru/) and [direct link to the instruction set](https://risc-v.guru/instructions/) +- [RISC-V ISA Manual](https://riscv.org/wp-content/uploads/2017/05/riscv-spec-v2.2.pdf) +- [Risc-V Specifications](https://riscv.org/technical/specifications/)