hi i think i got the wrong logic
pls. see my code below:
.DATA VAR WORD DUP(?) mm db 13, 10, "Enter a digit: $" m1 db 13, 10, "Enter string: $" m2 db 13, 10, "Reverse string is: $"
I only said to declare a word variable
var dw ?
not an array of words
VAR WORD DUP?
Take a look at this.