Advertisements
Advertisements
Question
Explain the following addressing mode of 8085 Microprocessor:
Direct Addressing
Explain
Advertisements
Solution
- In direct addressing mode, the memory address is given immediately after the opcode in the program.
- The operand’s address is explicitly mentioned within the instruction itself.
- Instructions that use direct addressing mode are three bytes long: the first byte contains the opcode, the second byte holds the lower-order address, and the third byte contains the higher-order address.
- Example: LDA 9FFFH - This instruction loads the accumulator with the contents of the memory location 9FFFH.
shaalaa.com
Is there an error in this question or solution?
2021-2022 (March) Set 1
