998 views
1 votes
1 votes
For which register, the effective register

 

                             (BX)

                       EA=(DI)                 is

                              (SI)

a) relative base indexed

b)register indirect

c)base indexed

d)register relative

1 Answer

1 votes
1 votes

In Based Indexed Addressing the operand’s Effective address(EA) is sum of the content of a base register BX or BP and an index register SI or DI.

EA=[BX]+[SI]/[DI]

Answer C

Related questions

1 votes
1 votes
1 answer
1
gshivam63 asked Jun 28, 2016
1,456 views
Consider a computer system that has a cache with 512 blocks each of which can store 32 bytes.All addresses are byte addresses.Which Cache set will the memory address 0xFB...
0 votes
0 votes
0 answers
2
3 votes
3 votes
2 answers
3
Aghori asked Jul 14, 2017
1,174 views
#include <stdio.h int main() { int *p = (int *)20; int *q = (int *)30; printf("%d", q - p); }Explain which one of the following is correct?Compilation error.102None of th...
0 votes
0 votes
2 answers
4
_Dipak_ asked Apr 17, 2015
374 views