Recent questions tagged addressing-modes

0 votes
2 answers
64
what is the number of memory accessed required inregister indirect modeindex register modebase register modepls explain in details with examples
0 votes
1 answer
68
A two-word instruction "JMP 65" is located from the address 200010. What is the effective address computed if the instruction follows relative addressing mode? My answer ...
0 votes
1 answer
69
Choose the correct formula for Effective Address calculationBase + (Size*Scale) +Displacement)(Base + Size)*Scale +DisplacementBase + Size*(Scale +Displacement)(Base + Si...
0 votes
1 answer
70
5 votes
1 answer
71
0 votes
1 answer
72
I got Option D , and Are we saving 1 cycle by replacement ? ( if yes then may be solved it correct else i am wrong somewhere )
1 votes
0 answers
73
0 votes
1 answer
76
how we generally write addressing mode in instruction. eg. immediate addressing mode: add #51. Direct2. Indirect3. Register4. Register Indirect5. Indexed6. Based7. Displa...
0 votes
1 answer
80
Are memory to memory instructions allowed?Eg. ADD [123], [345] or MOV [123], [343]If not, then why?
4 votes
2 answers
83
1 votes
1 answer
86
Plz describeWhich addressing mode does this following line represents and how?Index addressing mode, $X\left ( R_{1} \right )$, where $X$ is an offset represented in $2$'...
2 votes
1 answer
87
Adding a constant to the content of registerIs ita)Immediate mode or b) Indexed mode?
4 votes
2 answers
89
A computer has 32 bit instruction and 12 bit address . If there are 250 two address instructions , the no. of one -address instructions can be .....Plz formulate a generi...