diff --git a/README.md b/README.md index 4a6cbd0..074d397 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ ## Resources -- [Risc-V Guru](https://risc-v.guru/) and [direct link to the instruction set](https://risc-v.guru/instructions/) +- [RISC-V Guru](https://risc-v.guru/) and [direct link to the instruction set](https://risc-v.guru/instructions/) +- [RISC-V Greehsheet](https://raw.githubusercontent.com/rswinkle/riscv_book/master/references/riscv_greensheet.pdf) and its [large version](https://raw.githubusercontent.com/rswinkle/riscv_book/master/references/riscv_greensheet_large.pdf) - [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/) +- [RISC-V Specifications](https://riscv.org/technical/specifications/) + +### Misc + +- [RISC-V Assembly Language Programming](https://github.com/rswinkle/riscv_book/)