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
|
2025-09-08 20:21:36 +10:00
|
|
|
_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
|
2025-09-08 20:21:36 +10:00
|
|
|
mov rax, 100000000
|
2025-09-09 07:20:50 +10:00
|
|
|
mov rbx, [rsp + 8]
|
2025-09-08 20:21:36 +10:00
|
|
|
cmp rax, rbx
|
2025-09-09 07:20:50 +10:00
|
|
|
jg .loop
|
2025-09-08 20:21:36 +10:00
|
|
|
mov rax, 60
|
2025-09-09 07:20:50 +10:00
|
|
|
mov rdi, [rsp + 8]
|
2025-09-08 20:21:36 +10:00
|
|
|
syscall
|