Luna/apps/init.asm

5 lines
62 B
NASM

section .text
global _start
_start:
mov rax, 0
int 42h