Search results for addressing-modes

0 votes
1 answer
21
40 votes
4 answers
22
Which of the following addressing modes permits relocation without any change whatsoever in the code?Indirect addressingIndexed addressingBase register addressingPC relat...
0 votes
1 answer
29
When we write MOV #1000 , it means we are writing the value 1000 into the accumulator. But when we write MOV 1000 here 1000 refers to address of what ? register or MM ? (...
40 votes
3 answers
30
The memory locations $1000,1001$ and $1020$ have data values $18,1$ and $16$ respectively before the following program is executed.$$\begin{array}{ll} \text{MOVI} & \text...
1 votes
2 answers
31
The addressing mode / s, which uses the PC instead of a general-purpose register is: Indexed with offset RelativeDirectBoth Indexed with offset and direct
2 votes
1 answer
34
Could you please explain How we can implement indirect addressing mode using Index addressing mode.. and vice versa..??
0 votes
1 answer
35
How to implement indirect addressing mode using register indirect addressing mode???
3 votes
1 answer
36
41 votes
4 answers
37
Which of the following addressing modes are suitable for program relocation at run time?Absolute addressingBased addressingRelative addressingIndirect addressingI and IVI...
4 votes
5 answers
38
A stack organized computer is characterised by instructions withindirect addressingdirect addressingzero addressingindex addressing