2024-06-16 20:37:25 +00:00
|
|
|
janet.exe examples/sysir/samples.janet > temp.nasm
|
|
|
|
nasm -fwin64 temp.nasm -l temp.lst -o temp.o
|
2024-06-17 14:07:20 +00:00
|
|
|
link /entry:Start /subsystem:windows kernel32.lib user32.lib temp.o /out:temp.exe
|
2024-06-16 20:37:25 +00:00
|
|
|
temp.exe
|