diff --git a/RISCV-ASM.md b/RISCV-ASM.md new file mode 100644 index 0000000..8f5b2f0 --- /dev/null +++ b/RISCV-ASM.md @@ -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 +```