Applications of Register Indirect Addressing Mode

The main application of the register indirect addressing mode is that it is used implement pointers. Some applications of register indirect mode are listed below.

  • Register indirect addressing mode is used to implement pointer.
  • Register indirect addressing mode can be used to pass an array.

Register indirect addressing mode in 8085 Microprocessor

Register indirect mode in 8085 microprocessors is an addressing mode in which the address part of the instruction specifies the address of the register, and the register holds the effective address of the operand. The operand is present in the effective address specified by the register. In this article, we will explore register indirect addressing mode in 8085 microprocessors in detail along with examples. Also, we will discuss the advantages and disadvantages and applications of register indirect addressing modes.

Similar Reads

Register Indirect Mode in 8085 Microprocessor

The register indirect mode in the 8085 microprocessor is the addressing mode in which the register specifies the effective address of the operand. In other words, in the register indirect mode in the 8085 microprocessor, the operand is present in the address specified in the register in the instruction. In this addressing mode, the address of the operand is specified indirectly by using the register....

Advantages and Disadvantages of Register Indirect Mode in 8085 Microprocessor

Some advantages and disadvantages of register indirect mode are listed below....

Applications of Register Indirect Addressing Mode

The main application of the register indirect addressing mode is that it is used implement pointers. Some applications of register indirect mode are listed below....

Conclusion

From the above discussion we can conclude that the 8085 microprocessors have different addressing modes. In the register indirect mode of 8085 microprocessor the address of the operand is specified by the register given in the instruction. The operand is fetched from the address specified in the register present in the instruction and then the desired operation is performed on it....

FAQs-Register indirect addressing mode in 8085 Microprocessor

What is Effective Address?...

Contact Us