Explain indirect data addressing mode (with examples) available in microprocessors.
Indirect Mode:
- Address given in instruction includes address where the operand resides.
Illustration:
LDAC @5 or LDAC (5)
Retrieves contents of location 5, uses this to access memory address.