Hello, I'm having some problems getting int21 function 9 working correctly.
I've searched around a little bit, but I seem to be missing something still because no matter what I change it doesn't seem to display what I'd like it to.
It seems to me that it should look like:
mov ah,09h
mov dx,msg
int 21
msg: db 'hello$'
Any help would be splendid. Thanks.