risc-v doc
parent
4d6611aef6
commit
b04ae4e652
1 changed files with 14 additions and 0 deletions
14
RISCV-ASM.md
Normal file
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
|
||||
```
|
Loading…
Reference in a new issue