mov ax,4
mov bx,1
mov ecx,h
mov dx,12
int 80h
mov ax,1
dec bx
int 80h
h db "Hello World!"