soaplin/testing/test.asm
2025-05-11 18:37:15 +02:00

9 lines
No EOL
98 B
NASM

bits 64
section .text
global _start
_start:
mov rax, 10
.hey:
add rax, 1
jmp .hey