Recent questions tagged addressing-modes

3 votes
1 answer
92
3 votes
1 answer
93
How many memory accesses required by the following instructions?SUB r1, r2, r3MUL r1, r2, (r3)DIV r1, r2, @(r4)Suppose every instruction is one word long, as well as ever...
6 votes
1 answer
94
A two- word instruction is stored in a location A. The operand part of instruction holds B. If the addressing mode is relative , the operand is available in location :A. ...
5 votes
2 answers
96
"The Address Part of the Index Addressing mode Instruction must set to zero,to behave like Register Indirect Mode Instruction"IS IT A VALID STATEMENT ?
1 votes
0 answers
98
Computer uses addressing modes to reduce number of bits in the addressing field of instruction.Justify this statement and give relevant reasons.
2 votes
1 answer
102
computer uses addressing modes to reduce the number of bits in the addressing field of the instructionCan someone please explain how this statement is true? PLEASEExample...
2 votes
1 answer
104
branch address sign displacement -32.Can anybody explain this line with example? Do it mean target address can be 32 bit before branch address?
3 votes
1 answer
105
What is the difference between Base addressing and Index addressing?And finally how does based indexed addressing works?
1 votes
1 answer
108
2 votes
1 answer
113
2 votes
1 answer
114
Self reallocating code required for displacement addressing mode.How ?Please someone explain this concept.
0 votes
1 answer
116
Match the pairs about implementation and addressing modes:$\begin{array}{|l|l|l|l|} \hline {} & \text{Group A} & {} & \text{Group B} \\ \hline A. & \text{Array} & I. & \t...
0 votes
0 answers
117
Match the following:$\begin{array}{|l|l|l|l|} \hline (i) & \text{Base addressing} & (p) & \text{Pointers} \\ \hline (ii) & \text{Indexed addressing} & (q) & \text{Loops} ...
2 votes
3 answers
118
9 votes
2 answers
119
The most appropriate matching for the following pairs :$\begin{array}{clcl} \text{X.} & \text{Indirect Addressing} & \text{i.} & \text{Loop} \\ \text{Y.} & \text{Immedi...