Thanks for that mate ive managed to get it working. I have another question though. If im to make this 32bit, how do you display a string correctly?
Using:
mov ah, 09h
mov dx, OFFSET t_msga
int 21h
That does not work when i put the program through a 32 bit assembler, how can i fix this? if i...