From 12c05b4879e68c8e69b2c1987fd3c6d2fc59f7ab Mon Sep 17 00:00:00 2001 From: vhaudiquet Date: Mon, 9 Oct 2023 19:48:12 +0200 Subject: [PATCH] Added resource in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 68267c5..774b4b8 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ make tests ## Resources used +RISC-V Specifications: +- https://five-embeddev.com/riscv-isa-manual/latest/instr-table.html (instruction table) +- https://five-embeddev.com/riscv-isa-manual/latest/priv-instr-table.html (privileged instructions) + Juraj's Blog, mostly: - https://jborza.com/post/2021-04-04-riscv-supervisor-mode/ - https://jborza.com/emulation/2021/04/22/ecalls-and-syscalls.html