Luna/apps/init.asm

5 lines
62 B
NASM
Raw Normal View History

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