mov eax,4
mov ebx,1
mov ecx,h
mov edx,12
int 80h
mov eax,1
mov ebx,0
int 80h
h db "Hello World!"