i think we don't use the same version of asm or something like that

try again

jmp start
rec db 'ererrw$'
start:
mov dx,@data
mov ds,dx
mov dx,offset rec
mov ah,9h
int 21h
mov ah 4ch
int 21h


or something like this it should works