Grazie per l'aiuto ma l'errore rimane e per quanto mi scervelli non riesco a capire. Questo è il messaggio di errore:
INT 21h, AH=09h -
address: 07238
byte 24h not found after 2000 bytes.
; correct example of INT 21h/9h:
mov dx, offset msg
mov ah, 9
int 21h
ret
msg db "Hello$"