Q. 3. Explain the various addressing modes of 8085 with example

Answer :
These are various technique to specify data for instruction
  • Direct addressing mode
  • Register addressing mode
  • Register addressing mode
  • Immediate addressing mode
  • Implicit addressing mode

 

  • Direct addressing mode : In this addressing mode the address of the operand is given in the instruction. Ex: STA 2000H &IN 02H 
  • Register addressing mode: In this addressing mode the operands are in the general purpose register. The opcode specify the address of the register and the operation to be Perform. Ex: MOV A,B ADD B
  • Register indirect addressing mode: 1. In this addressing mode the address of the operand is specify by a register pair. Ex: LXI H,2000H MOV A,M
  • Immediate addressing mode : 1. In this adressing mode operand is specify with in the instruction. 2. Ex: MVI A,05H // Move immediate data 05H to accumulator.
  • Implicit addressing mode : 1. This instruction operates on the content of the accumulator. 2. They don’t required operand address. 3. EX: CMA //Complement

Join for Daily Updates

Telegram Internship Group (1st, 2nd, 3rd, 4th Year Join)JOIN HERE (Telegram Group)
Telegram Scholarship Group (UG, PG, Ph.D. Join)JOIN HERE (Telegram Group)
Telegram Job Group (Govt, MNC, Engg, BSc, BCA)JOIN HERE (Telegram Group)
Telegram Job Group (Mech, Civil, Elect Engineering)JOIN HERE (Telegram Group)
Follow Us On LinkedInJOIN HERE

2 thoughts on “Q. 3. Explain the various addressing modes of 8085 with example”

Leave a Comment