1 / 9

8085 Addressing Modes

8085 Addressing Modes. Addressing Modes.  The number & Different kind of ways the programmer can refer to data stored in the memory  The different ways that a microprocessor can access data are referred to as Addressing modes Immediate Addressing mode

joyce
Télécharger la présentation

8085 Addressing Modes

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 8085 Addressing Modes

  2. Addressing Modes The number & Different kind of ways the programmer can refer to data stored in the memory The different ways that a microprocessor can access data are referred to as Addressing modes Immediate Addressing mode Register Addressing mode Direct Addressing mode Indirect Addressing mode Implied Addressing mode Addressing Modes

  3. Immediate Addressing Mode 8 or 16 bit data can be specified as a part of Instruction The instruction having ‘I’ (Immediate) letter fall under this category Examples : MVI C,25H MVI M,7CH LXI D,245EH ADI 87H Immediate Addressing Mode

  4. Register Addressing Mode Data transfer between Registers Specifies the Source ,Destination or Both Operand in an 8085 registers Faster Execution (it is not necessary to access memory locations ) Examples : MOV A,B ADD E SPHL XCHG INR L Register Addressing Mode

  5. Direct Addressing Mode Specifies 16 bit address of the operand within instruction itself Second & third bytes of instruction contain 16 bit Note : In interface IO port address is only 8 bit Examples : LDA 2000H LHLD 1111H IN 75H Direct Addressing Mode

  6. Indirect Addressing Mode The memory address where the operand located is specified by the contents of a register pair Examples : LDAX B MOV M,D Immediate Indirect MVI M,55H Register Indirect ADC M [A A +Cy+(M)] DCR M [(HL)(HL)+1] PUSH PSW Indirect Addressing Mode

  7. Implied Addressing Mode Opcode specifies the address of the operands Examples : CMA ( A A ) STC (Cy 1) RAL DAA Implied Addressing Mode

  8. ? Machine Control group Examples : EI DI NOP HLT SIM RIM Answer : ?

  9. NULL Addressing Mode Machine Control group Examples : EI DI NOP HLT SIM RIM Answer : NULL Addressing Mode NULL Addressing Mode

More Related