Luna/apps/init.asm

5 lines
62 B
NASM
Raw Normal View History

2022-09-30 17:43:14 +02:00
section .text
global _start
_start:
mov rax, 0
int 42h