Just playing around
  • Assembly 72.3%
  • Linker Script 27.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-03 15:10:25 +02:00
README.md fucking markdown 2026-08-03 15:10:25 +02:00
test.ld Addding some stuff 2026-08-03 15:09:22 +02:00
test.s Addding some stuff 2026-08-03 15:09:22 +02:00

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