1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-17 15:57:12 +00:00

More work on x64 backend.

This commit is contained in:
Calvin Rose
2024-06-14 16:57:32 -05:00
parent 232a8faa35
commit 314e684097
4 changed files with 77 additions and 34 deletions

View File

@@ -2,4 +2,4 @@
build/janet examples/sysir/samples.janet > temp.nasm
nasm -felf64 temp.nasm -l temp.lst -o temp.o
ld -o temp.bin -dynamic-linker /lib64/ld-linux-x86-64.so.2 -lc temp.o
./temp.bin
valgrind ./temp.bin