bits 16 org 0x0ff mov ah, 9 mov dx, msg int 0x21 mov ah, 0x4C mov al, 0 int 0x21 msg db "Hello World!$"