bits 16 org 0x100 mov ah, 09h mov dx, msg int 21h mov ah, 4ch mov al, 0 int 21h msg db "Hello, World!$"