organized

This commit is contained in:
2025-09-06 01:57:43 +01:00
parent 4b6f8513c2
commit f458cc6731
8 changed files with 239 additions and 180 deletions

View File

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