What additional flexibility does the based-indexed addressing mode have over based or
indexed addressing modes?
Given the following declaration of table1
table1 resw 10
fill in the blanks in the following code:
mov ESI, _______ ; ESI = displacement of 5th element
; (i.e., table1[4] in C)
mov AX,[table1+ESI]
cmp AX, _______ ; compare 5th and 4th elements
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here