| 1. |
Define Indirect Addressing ? |
|
Answer» In the case of immediate ADDRESSING the operand field gives the memory LOCATION. The word from the given address is fetched and it gives the address of the operand. Here the SECOND operand is given in indirect addressing mode. First the word in memory location 600 is fetched and which will give the address of the operand. In the case of immediate addressing the operand field gives the memory location. The word from the given address is fetched and it gives the address of the operand. Eg:ADD R5, [600] Here the second operand is given in indirect addressing mode. First the word in memory location 600 is fetched and which will give the address of the operand. |
|