8 lines
No EOL
78 B
NASM
8 lines
No EOL
78 B
NASM
bits 64
|
|
section .text
|
|
global _start
|
|
|
|
_start:
|
|
int 0x80
|
|
lol:
|
|
jmp lol |