Files
GroundPY/out.asm

27 lines
431 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-07 13:38:16 +10:00
mov rax, 0
push rax
push 1
.loop:
mov rax, 1
mov rbx, [rsp + 8]
add rax, rbx
mov QWORD [rsp + 8], rax
2025-09-07 14:08:45 +10:00
mov rax, 100000000
mov rbx, [rsp + 8]
2025-09-07 13:38:16 +10:00
cmp rax, rbx
setne al
movzx rax, al
mov QWORD [rsp + 0], rax
mov eax, [rsp + 0]
test eax, eax
jnz .loop
mov rax, 60
mov rdi, [rsp + 8]
syscall
2025-09-02 06:42:58 +10:00