MODEL TINY STACK 100h DATASEG hops525 DB 'Sinter - 13 Months' CODESEG start: mov ax,@data mov ds,ax mov dx,offset hops525 mov ah,09h int 21h mov ah,04Ch mov al,1h int 21h end start