.model tiny .data message db 'Hello world! $' .code org 100h start: mov ah,09h int 21h ret end start