More resources

This commit is contained in:
Imbus 2024-04-05 19:54:32 +02:00
parent e3082a19cb
commit 86754df83b

View file

@ -9,4 +9,9 @@
### Misc ### Misc
- [RISC-V From Scratch](https://github.com/twilco/riscv-from-scratch)
- [RISC-V from scratch 1: Introduction, toolchain setup, and hello world!](https://twilco.github.io/riscv-from-scratch/2019/03/10/riscv-from-scratch-1.html)
- [RISC-V from scratch 2: Hardware layouts, linker scripts, and C runtimes](https://twilco.github.io/riscv-from-scratch/2019/04/27/riscv-from-scratch-2.html)
- [RISC-V from scratch 3: Writing a UART driver in assembly](https://twilco.github.io/riscv-from-scratch/2019/07/08/riscv-from-scratch-3.html)
- [RISC-V from scratch 4: Creating a function prologue for our UART driver](https://twilco.github.io/riscv-from-scratch/2019/07/28/riscv-from-scratch-4.html)
- [RISC-V Assembly Language Programming](https://github.com/rswinkle/riscv_book/) - [RISC-V Assembly Language Programming](https://github.com/rswinkle/riscv_book/)