Files
zorth/build.sh
2025-09-06 01:57:43 +01:00

1 line
108 B
Bash

ghc Main.hs -o zorth && ./zorth > out.asm && nasm -f elf64 out.asm -o out.o && ld out.o -o a.out && ./a.out