More resources in readme

This commit is contained in:
Imbus 2024-04-05 18:27:18 +02:00
parent 8024135f25
commit 6e1839892a

View file

@ -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/)