9 lines
68 B
NASM
9 lines
68 B
NASM
org 0
|
|
jmp init
|
|
|
|
init: mov ax, 0x0e37
|
|
int 0x10
|
|
|
|
hlt: hlt
|
|
jmp hlt
|