Assembly Array data storing
问题 Here is a new update on what i'm doing currently. I'm confused on how to use the data i stored in S2 to search the same word in the whole screen. If found highlight the word. DOSBOX - compiler : A86 org 100h ;----------------------------------------------------- lea bp, S1 mov cx, 35 mov al, 1 mov ah, 13h mov bh, 0 mov dl, 0 mov dh, 25 mov bl, 7 int 10h ;---------------------------------------------------------- ; Asks input' mov di,1 start: mov ah, 0 int 16h mov dx,ax mov ah, 0eh cmp dx