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