shbk 0 Newbie Poster

inpstr label byte
maxlen db 100
actlen db ?
string db '$'
dda db 10


if I place data after structure(dda), it will be overlapped by this structure
i don't know why it happens.
Does anyone have ideas?