nor86/kernel.asm

9 lines
57 B
NASM
Raw Normal View History

2021-06-30 17:35:07 +00:00
org 0x500
mov ax, 0x0e40
int 0x10
hang:
hlt
jmp hang