Files
GroundPY/out.asm

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