1.

Explain All The Addressing Modes Of The 8085 With The Help Of Examples.?

Answer»

The various types of ADDRESSING modes of the 8085 are as follows:

  1. Direct addressing: The INSTRUCTIONS in itself CONTAIN the opearand. For ex. STA5513H or in/out instructions such as IN PORT C.
  2. Register addressing: The general purpose registers contain the operands. For ex. MOV A, B;
  3. Register indirect addressing: This involves the use of register PAIRS instead of a single register. For ex MOV A, M; ADD M.
  4. Immediate addressing: The example are MVI A, 07; or ADI 0F etc.
  5. Implicit addressing: this FORM of addressing contains no operands. For ex. RAR, CMA etc.

The various types of addressing modes of the 8085 are as follows:



Discussion

No Comment Found