Files
GroundPY/out.asm

16 lines
239 B
NASM
Raw Normal View History

2025-09-06 21:18:22 +10:00
; ~~~ Auto generated by the GroundPY compiler for Linux x86_64 targets. ~~~
2025-09-04 07:45:20 +10:00
section .data
section .text
2025-09-02 06:42:58 +10:00
global _start
_start:
2025-09-09 07:20:50 +10:00
push 0
2025-09-09 17:47:43 +10:00
mov rax, 1000
cmp rax, [rsp + 0]
setg al
movzx rax, al
push rax
mov rax, 60
2025-09-09 17:47:43 +10:00
mov rdi, [rsp + 0]
syscall