Hi All!
I have a variable called key, defined as key db "A$".
inside the program i change its value to "B" and display, still i get the same initial value which is "A". Can somebody help please?, my prog is as follows:
DOSSEG
.MODEL SMALL
.STACK 200h...