.model small .data ciao db "ciao$" .stack .code mov ah,09h mov dx,OFFSET ciao int 21h end