Files
GroundPY/out.asm
2025-09-09 07:20:50 +10:00

20 lines
305 B
NASM

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