Files
GroundPY/out.asm
SpookyDervish c2bdf555e4 optimizer fixed 👍
2025-09-09 17:47:43 +10:00

16 lines
239 B
NASM

; ~~~ Auto generated by the GroundPY compiler for Linux x86_64 targets. ~~~
section .data
section .text
global _start
_start:
push 0
mov rax, 1000
cmp rax, [rsp + 0]
setg al
movzx rax, al
push rax
mov rax, 60
mov rdi, [rsp + 0]
syscall