hazel/user/userinit.asm
2024-07-03 15:42:01 -04:00

6 lines
66 B
NASM

[bits 32]
global _start
_start:
mov eax, 0xDEADBEEF
jmp $