soaplin/testing/test.asm
2025-05-09 16:01:25 +02:00

14 lines
No EOL
158 B
NASM

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