Answer the question
In order to leave comments, you need to log in
How to find the length of an array?
InBuff label byte
MaxSymb Db 9
RealSymb Db ?
StringT db 1 dup (' ')
Answer the question
In order to leave comments, you need to log in
MaxSymb Db 9
RealSymb Db ?
StringT db 1 dup(' ')
StringT db 9 dup (' ')
, otherwise the input will overwrite what is there further in memory.I tried and do so mov cx, InBuff[0] , mov cx, InBuff[1] no difference.
mov cl, [RealSymb]
len equ $ - StringT - doesn't come out, also gives 1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question