Recent questions tagged addressing-modes

14 14 votes
3 answers 3 answers
1.8k
1.8k views
Match each addressing mode in $\textbf{List I}$ with a data element or an element of a data structure (in a high-level language) in $\textbf{List II}$:\[\begin{array}{|l|...
1 1 vote
1 answers 1 answer
317
317 views
Consider the following:1. Operation code2. Source operand reference3. Result operand reference4. Next instruction referenceWhich of the above are typical elements of mach...
2 2 votes
1 answers 1 answer
489
489 views
Consider a processor with a 4-byte jump instruction encountered at memory address 4096. If the jump instruction is in PC-relative mode and the instruction at memory addre...
0 0 votes
1 1 answer
170
170 views
What is the primary disadvantage of using indirect addressing mode?It eliminates the need for instructionsIt is faster than direct addressingIt reduces the need for regis...
0 0 votes
1 1 answer
270
270 views
In which addressing mode, the address of the operand is given by the sum of a constant value and the content of a register?Indexed AddressingBase Register AddressingDirec...
0 0 votes
1 1 answer
184
184 views
Which of the following addressing modes is used when the operand is directly specified in the instruction?Immediate AddressingRegister AddressingDirect AddressingIndirect...
1 1 vote
0 0 answers
278
278 views
What is the difference between JUMP statement in Direct Addressing mode and Immediate Addressing mode."JUMP 233" in direct addressing mode means program going to memory a...
4 4 votes
2 2 answers
494
494 views
Registers $R4$ contains the decimal number $2000$. If the addressing mode used is $12$($R4$) (Base plus Displacement addressing mode), what is the Effective Address ($EA$...
3 3 votes
2 2 answers
483
483 views
Registers $R$$4$ and $R5$ contain the decimal numbers $2000$ and $3000$, respectively. If the addressing mode used is $\mathbf{2 8 ( R 4 , ~ R 5 )}$, what is the Effectiv...