1
0
Fork 0

risc-v doc

Strix 2024-01-15 03:25:40 +01:00
parent 4d6611aef6
commit b04ae4e652
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7

14
RISCV-ASM.md Normal file

@ -0,0 +1,14 @@
simple risc-v hello world in asm
risc-v is very promising, might be a good idea to look into a risc-v board to test on...
- [Dongshan Nezha STU](https://linux-sunxi.org/DongshanPi_Nezha_STU)
- [ESP32-C3](https://a.aliexpress.com/_mKsgL9m)
deps:
- qemu riscv
- riscv toolchain (gcc,ld,as)
run:
```
sh ./run.sh build
```