soaplin/testing/test.asm
2025-05-08 15:17:13 +02:00

8 lines
No EOL
78 B
NASM

bits 64
section .text
global _start
_start:
int 0x80
lol:
jmp lol