Define Indirect Addressing ?
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.