Files
GroundPY/out.asm

20 lines
305 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
push 1
.loop:
mov rax, [rsp + 8]
add rax, 1
mov QWORD [rsp + 8], rax
mov rax, 100000000
2025-09-09 07:20:50 +10:00
mov rbx, [rsp + 8]
cmp rax, rbx
2025-09-09 07:20:50 +10:00
jg .loop
mov rax, 60
2025-09-09 07:20:50 +10:00
mov rdi, [rsp + 8]
syscall