Just playing around
- Assembly 72.3%
- Linker Script 27.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| README.md | ||
| test.ld | ||
| test.s | ||
riscv64-linux-gnu-as -march=rv64i -mabi=lp64 -o test.o -c test.s
riscv64-linux-gnu-ld -T test.ld --no-dynamic-linker -m elf64lriscv -static -nostdlib -s -o test test.o
qemu-system-riscv64 -machine virt -bios test