Files
GroundPY/out.asm

27 lines
430 B
NASM

; ~~~ Auto generated by the GroundPY compiler for Linux x86_64 targets. ~~~
section .data
section .text
global _start
_start:
mov rax, 0
push rax
mov rax, 0
push rax
.loop:
mov rax, [rsp + 8]
add rax, 1
mov QWORD [rsp + 8], rax
mov rax, 100000000
mov rbx, [rsp + 8]
cmp rax, rbx
setg al
movzx rax, al
mov QWORD [rsp + 0], rax
mov eax, [rsp + 0]
test eax, eax
jnz .loop
mov rax, 60
mov rdi, [rsp + 0]
syscall