rdos/boot/hello.asm

9 lines
93 B
NASM

org 0x7C00
jmp short main
nop
nop
main mov ax, 0x0e37
int 0x10
halt hlt
jmp short halt