More resources in readme
This commit is contained in:
parent
8024135f25
commit
6e1839892a
1 changed files with 7 additions and 2 deletions
|
@ -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/)
|
||||
|
|
Loading…
Reference in a new issue