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...


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



May 26, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here