SlideShare a Scribd company logo
1 of 12
Addressing Modes of
8085 Microprocessor
For More Contents, do subscribe to my channel on
you tube as,
”Tech_Guru Swapnil Kaware”
Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
Addressing Modes of 8085
Microprocessor
Presented By,
Er. Swapnil V. Kaware,
Assistant Professor
B.E. (Electronics), M.E. (Electronics)
svkaware@yahoo.co.in
Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
Definition
• The addressing mode of a microprocessor
defines the way in which the operand of
instructions can be accessed.
• The various ways of specifying data (or
operands) for instructions are also called
as addressing modes.
Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
Opcode & Operand
• An opcode is short form for 'Operation Code.'
• Opcode is an instruction that tells processor what to do
with the variable or data written besides it.
• Oprand is a variable that stores data (and data can be a
memory address or any data that we want to process).
• e.g. MVI A,B
• here instruction MVI is an opcode. A & B are oprands.
Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
• Assembly language uses symbolic codes instead of
binary or to represent the opcodes known as
mnemonics.
• Mnemonics are instructions or commands to perform
a particular operation given by user to microprocessor.
• e.g MOV
MVI
ADD
SUB
Mnemonics
Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
Types of Addressing Modes
1). Immediate addressing mode,
2). Register addressing mode,
3). Direct addressing mode,
4). Register Indirect addressing mode,
5). Implied/Implicit addressing mode.
Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
(1) Immediate Addressing Mode
• In 8085, the ‘I’ letter falls under this category.
• Letter ‘I’ Indicates “Immediate Addressing Mode”.
• The data can be either 8 bit or 16 bit.
• If the immediate data is 16 bit, the instruction is of 3 bytes.
• For Example:
• MVI A,20H: It moves 8 bit immediate data (20H) into
accumulator.
Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
(2) Register Addressing Mode
• In 8085, the “Register Addressing Mode “ specifies the
source operand, destination operand or both to be
contained in an 8085 register.
• This results in faster execution because it is not
necessary to access memory locations for operands.
• For Example:
• MOV A,B: It moves contents of register B into
accumulator (A).
Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
(3) Direct Addressing Mode
• In 8085, the “Direct Addressing Mode” specifies the 16 bit
address of the operand within the instruction itself, the second
and third bytes of instruction contain 16 bit address.
• This is a 3-byte instruction.
• The address of the operand is available in the instruction itself
• For Example:
• STA 8000H; Store the contents of the Accumulator in the
location 8000H
(4) Register Indirect Addressing Mode
• In 8085, The 16-bit address location of the operand
stored in a register pair (H-L) is given in the instruction.
• The address of the operand is given in an indirect way
with the help of a register pair. So it is called Register
indirect addressing mode.
• For Example:
• MOV M,A: It stores the contents of Accumulator (A) into
Memory location (M), location pointed by HL register
pair.
Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
(5) Implied/Implicit Addressing Mode
• In 8085, the “Implied/Implicit Addressing Mode”,
opcode specifies the address of operands.
• This mode doesn't require any operand
• For Example:
• CMA : It Complements the contents of accumulator.
Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
For More Contents, do subscribe
to my channel on you tube as,
”Tech_Guru Swapnil
Kaware”
(Thanks For Watching)
Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)

More Related Content

What's hot

8237 dma controller
8237 dma controller8237 dma controller
8237 dma controller
Tech_MX
 
8085 MICROPROCESSOR ARCHITECTURE AND ITS OPERATIONS
8085 MICROPROCESSOR ARCHITECTURE AND ITS OPERATIONS8085 MICROPROCESSOR ARCHITECTURE AND ITS OPERATIONS
8085 MICROPROCESSOR ARCHITECTURE AND ITS OPERATIONS
RamaPrabha24
 

What's hot (20)

Architecture OF 8085
Architecture OF 8085Architecture OF 8085
Architecture OF 8085
 
8086 class notes-Y.N.M
8086 class notes-Y.N.M8086 class notes-Y.N.M
8086 class notes-Y.N.M
 
Presentation on 8086 microprocessor
Presentation on 8086 microprocessorPresentation on 8086 microprocessor
Presentation on 8086 microprocessor
 
8086 pin diagram description
8086 pin diagram description8086 pin diagram description
8086 pin diagram description
 
8085 instruction set
8085 instruction set8085 instruction set
8085 instruction set
 
8085 Architecture & Memory Interfacing1
8085 Architecture & Memory Interfacing18085 Architecture & Memory Interfacing1
8085 Architecture & Memory Interfacing1
 
8085 instructions and addressing modes
8085 instructions and addressing modes8085 instructions and addressing modes
8085 instructions and addressing modes
 
Cache Memory
Cache MemoryCache Memory
Cache Memory
 
Addressing modes
Addressing modesAddressing modes
Addressing modes
 
80386 Architecture
80386 Architecture80386 Architecture
80386 Architecture
 
8257 DMA Controller
8257 DMA Controller8257 DMA Controller
8257 DMA Controller
 
8086 memory segmentation
8086 memory segmentation8086 memory segmentation
8086 memory segmentation
 
Instruction Set of 8051 Microcontroller
Instruction Set of 8051 MicrocontrollerInstruction Set of 8051 Microcontroller
Instruction Set of 8051 Microcontroller
 
1327 Addressing Modes Of 8086
1327 Addressing Modes Of 80861327 Addressing Modes Of 8086
1327 Addressing Modes Of 8086
 
8086 memory segmentation
8086 memory segmentation8086 memory segmentation
8086 memory segmentation
 
8237 dma controller
8237 dma controller8237 dma controller
8237 dma controller
 
Pin Description Of Intel 80386 DX Microprocessor
Pin Description Of Intel 80386 DX MicroprocessorPin Description Of Intel 80386 DX Microprocessor
Pin Description Of Intel 80386 DX Microprocessor
 
3.programmable interrupt controller 8259
3.programmable interrupt controller 82593.programmable interrupt controller 8259
3.programmable interrupt controller 8259
 
Pin Description and Register Organization of 8086 Microprocessor
Pin Description and Register Organization of 8086 MicroprocessorPin Description and Register Organization of 8086 Microprocessor
Pin Description and Register Organization of 8086 Microprocessor
 
8085 MICROPROCESSOR ARCHITECTURE AND ITS OPERATIONS
8085 MICROPROCESSOR ARCHITECTURE AND ITS OPERATIONS8085 MICROPROCESSOR ARCHITECTURE AND ITS OPERATIONS
8085 MICROPROCESSOR ARCHITECTURE AND ITS OPERATIONS
 

Similar to Addressing modes of 8085 by Er. Swapnil V. Kaware

Addressing mode
Addressing modeAddressing mode
Addressing mode
ilakkiya
 
8086 microprocessor instruction set by Er. Swapnil Kaware
8086 microprocessor instruction set by Er. Swapnil Kaware8086 microprocessor instruction set by Er. Swapnil Kaware
8086 microprocessor instruction set by Er. Swapnil Kaware
Prof. Swapnil V. Kaware
 

Similar to Addressing modes of 8085 by Er. Swapnil V. Kaware (20)

Microprocessor and Microcontroller.pptx
Microprocessor and Microcontroller.pptxMicroprocessor and Microcontroller.pptx
Microprocessor and Microcontroller.pptx
 
Addressing Modes of 8085 Microprocessor
Addressing Modes of 8085 MicroprocessorAddressing Modes of 8085 Microprocessor
Addressing Modes of 8085 Microprocessor
 
3. Addressing Modes in 8085 microprocessor.pptx
3. Addressing Modes in 8085 microprocessor.pptx3. Addressing Modes in 8085 microprocessor.pptx
3. Addressing Modes in 8085 microprocessor.pptx
 
Lecture 10
Lecture 10Lecture 10
Lecture 10
 
Addressing modes of 8085
Addressing modes of 8085Addressing modes of 8085
Addressing modes of 8085
 
module-3.pptx
module-3.pptxmodule-3.pptx
module-3.pptx
 
Addressing modes of 8085
Addressing modes of 8085Addressing modes of 8085
Addressing modes of 8085
 
8051 addressing
8051 addressing8051 addressing
8051 addressing
 
instruction format and addressing modes
instruction format and addressing modesinstruction format and addressing modes
instruction format and addressing modes
 
Addressing modes 8085
Addressing modes 8085Addressing modes 8085
Addressing modes 8085
 
Addressing mode
Addressing modeAddressing mode
Addressing mode
 
Microprocessor
MicroprocessorMicroprocessor
Microprocessor
 
Addressing Modes of 8085 Microprocessor.
Addressing Modes of 8085 Microprocessor.Addressing Modes of 8085 Microprocessor.
Addressing Modes of 8085 Microprocessor.
 
Addresing mode and timing diagram
Addresing mode and timing diagramAddresing mode and timing diagram
Addresing mode and timing diagram
 
8086 microprocessor instruction set by Er. Swapnil Kaware
8086 microprocessor instruction set by Er. Swapnil Kaware8086 microprocessor instruction set by Er. Swapnil Kaware
8086 microprocessor instruction set by Er. Swapnil Kaware
 
8085-instruction.ppt
8085-instruction.ppt8085-instruction.ppt
8085-instruction.ppt
 
Microprocessors-based systems (under graduate course) Lecture 3 of 9
Microprocessors-based systems (under graduate course) Lecture 3 of 9 Microprocessors-based systems (under graduate course) Lecture 3 of 9
Microprocessors-based systems (under graduate course) Lecture 3 of 9
 
8085 addressing modes
8085 addressing modes8085 addressing modes
8085 addressing modes
 
lecture7-7_15936_addressing-modes.ppt
lecture7-7_15936_addressing-modes.pptlecture7-7_15936_addressing-modes.ppt
lecture7-7_15936_addressing-modes.ppt
 
8085_Microprocessor(simar).ppt
8085_Microprocessor(simar).ppt8085_Microprocessor(simar).ppt
8085_Microprocessor(simar).ppt
 

More from Prof. Swapnil V. Kaware

Cryptography & Network Security By, Er. Swapnil Kaware
Cryptography & Network Security By, Er. Swapnil KawareCryptography & Network Security By, Er. Swapnil Kaware
Cryptography & Network Security By, Er. Swapnil Kaware
Prof. Swapnil V. Kaware
 
Digital signal processing By Er. Swapnil Kaware
Digital signal processing By Er. Swapnil KawareDigital signal processing By Er. Swapnil Kaware
Digital signal processing By Er. Swapnil Kaware
Prof. Swapnil V. Kaware
 
Advanced optical communication By Er. Swapnl Kaware
Advanced optical communication By Er. Swapnl KawareAdvanced optical communication By Er. Swapnl Kaware
Advanced optical communication By Er. Swapnl Kaware
Prof. Swapnil V. Kaware
 

More from Prof. Swapnil V. Kaware (20)

Corona Virus Awareness by, Er. Swapnil V. Kaware
Corona Virus Awareness by, Er. Swapnil V. KawareCorona Virus Awareness by, Er. Swapnil V. Kaware
Corona Virus Awareness by, Er. Swapnil V. Kaware
 
Basic Electronics By, Er. Swapnil V. Kawrare
Basic Electronics By, Er. Swapnil V. KawrareBasic Electronics By, Er. Swapnil V. Kawrare
Basic Electronics By, Er. Swapnil V. Kawrare
 
Best GD tips by, Er. Swapnil V. Kaware
Best GD tips by, Er. Swapnil V. KawareBest GD tips by, Er. Swapnil V. Kaware
Best GD tips by, Er. Swapnil V. Kaware
 
Best Interview Tips By, Er. Swapnil V. Kaware
Best Interview Tips By, Er. Swapnil V. KawareBest Interview Tips By, Er. Swapnil V. Kaware
Best Interview Tips By, Er. Swapnil V. Kaware
 
Chandrayaan 2 By, Er. Swapnil V. Kaware
Chandrayaan 2 By, Er. Swapnil V. KawareChandrayaan 2 By, Er. Swapnil V. Kaware
Chandrayaan 2 By, Er. Swapnil V. Kaware
 
LED Lighting for Energy Efficiency By, Er. Swapnil V. Kaware
LED Lighting for Energy Efficiency By, Er. Swapnil V. KawareLED Lighting for Energy Efficiency By, Er. Swapnil V. Kaware
LED Lighting for Energy Efficiency By, Er. Swapnil V. Kaware
 
Microprocessor & Interfacing (Part-2) By Er. Swapnil V. Kaware
Microprocessor & Interfacing (Part-2) By Er. Swapnil V. KawareMicroprocessor & Interfacing (Part-2) By Er. Swapnil V. Kaware
Microprocessor & Interfacing (Part-2) By Er. Swapnil V. Kaware
 
Microprocessor & Interfacing (Part-1) By Er. Swapnil V. Kaware
Microprocessor & Interfacing (Part-1) By Er. Swapnil V. KawareMicroprocessor & Interfacing (Part-1) By Er. Swapnil V. Kaware
Microprocessor & Interfacing (Part-1) By Er. Swapnil V. Kaware
 
Combinational Logic Circuits
Combinational Logic CircuitsCombinational Logic Circuits
Combinational Logic Circuits
 
Microprocessor Lab Manual by Er. Swapnil V. Kaware
Microprocessor Lab Manual by Er. Swapnil V. KawareMicroprocessor Lab Manual by Er. Swapnil V. Kaware
Microprocessor Lab Manual by Er. Swapnil V. Kaware
 
LED basics by Er. Swapnil V. Kaware
LED basics by Er. Swapnil V. KawareLED basics by Er. Swapnil V. Kaware
LED basics by Er. Swapnil V. Kaware
 
Electronics Lab Manual by Er. Swapnil V. Kaware
Electronics Lab Manual by Er. Swapnil V. KawareElectronics Lab Manual by Er. Swapnil V. Kaware
Electronics Lab Manual by Er. Swapnil V. Kaware
 
Transistors & Oscillators by Er. Swapnil Kaware
Transistors & Oscillators by Er. Swapnil KawareTransistors & Oscillators by Er. Swapnil Kaware
Transistors & Oscillators by Er. Swapnil Kaware
 
Basic Electronics (Rectifiers) by Er. Swapnil Kaware
Basic Electronics (Rectifiers) by Er. Swapnil KawareBasic Electronics (Rectifiers) by Er. Swapnil Kaware
Basic Electronics (Rectifiers) by Er. Swapnil Kaware
 
Basic Electronics by Er. Swapnil Kaware
Basic Electronics by Er. Swapnil KawareBasic Electronics by Er. Swapnil Kaware
Basic Electronics by Er. Swapnil Kaware
 
Digital Electronics Basics by Er. Swapnil Kaware
Digital Electronics Basics by Er. Swapnil KawareDigital Electronics Basics by Er. Swapnil Kaware
Digital Electronics Basics by Er. Swapnil Kaware
 
Digital computer Basics by, Er. Swapnil Kaware
Digital computer Basics by, Er. Swapnil KawareDigital computer Basics by, Er. Swapnil Kaware
Digital computer Basics by, Er. Swapnil Kaware
 
Cryptography & Network Security By, Er. Swapnil Kaware
Cryptography & Network Security By, Er. Swapnil KawareCryptography & Network Security By, Er. Swapnil Kaware
Cryptography & Network Security By, Er. Swapnil Kaware
 
Digital signal processing By Er. Swapnil Kaware
Digital signal processing By Er. Swapnil KawareDigital signal processing By Er. Swapnil Kaware
Digital signal processing By Er. Swapnil Kaware
 
Advanced optical communication By Er. Swapnl Kaware
Advanced optical communication By Er. Swapnl KawareAdvanced optical communication By Er. Swapnl Kaware
Advanced optical communication By Er. Swapnl Kaware
 

Recently uploaded

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Recently uploaded (20)

Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 

Addressing modes of 8085 by Er. Swapnil V. Kaware

  • 1. Addressing Modes of 8085 Microprocessor For More Contents, do subscribe to my channel on you tube as, ”Tech_Guru Swapnil Kaware” Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
  • 2. Addressing Modes of 8085 Microprocessor Presented By, Er. Swapnil V. Kaware, Assistant Professor B.E. (Electronics), M.E. (Electronics) svkaware@yahoo.co.in Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
  • 3. Definition • The addressing mode of a microprocessor defines the way in which the operand of instructions can be accessed. • The various ways of specifying data (or operands) for instructions are also called as addressing modes. Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
  • 4. Opcode & Operand • An opcode is short form for 'Operation Code.' • Opcode is an instruction that tells processor what to do with the variable or data written besides it. • Oprand is a variable that stores data (and data can be a memory address or any data that we want to process). • e.g. MVI A,B • here instruction MVI is an opcode. A & B are oprands. Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
  • 5. • Assembly language uses symbolic codes instead of binary or to represent the opcodes known as mnemonics. • Mnemonics are instructions or commands to perform a particular operation given by user to microprocessor. • e.g MOV MVI ADD SUB Mnemonics Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
  • 6. Types of Addressing Modes 1). Immediate addressing mode, 2). Register addressing mode, 3). Direct addressing mode, 4). Register Indirect addressing mode, 5). Implied/Implicit addressing mode. Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
  • 7. (1) Immediate Addressing Mode • In 8085, the ‘I’ letter falls under this category. • Letter ‘I’ Indicates “Immediate Addressing Mode”. • The data can be either 8 bit or 16 bit. • If the immediate data is 16 bit, the instruction is of 3 bytes. • For Example: • MVI A,20H: It moves 8 bit immediate data (20H) into accumulator. Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
  • 8. (2) Register Addressing Mode • In 8085, the “Register Addressing Mode “ specifies the source operand, destination operand or both to be contained in an 8085 register. • This results in faster execution because it is not necessary to access memory locations for operands. • For Example: • MOV A,B: It moves contents of register B into accumulator (A). Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
  • 9. (3) Direct Addressing Mode • In 8085, the “Direct Addressing Mode” specifies the 16 bit address of the operand within the instruction itself, the second and third bytes of instruction contain 16 bit address. • This is a 3-byte instruction. • The address of the operand is available in the instruction itself • For Example: • STA 8000H; Store the contents of the Accumulator in the location 8000H
  • 10. (4) Register Indirect Addressing Mode • In 8085, The 16-bit address location of the operand stored in a register pair (H-L) is given in the instruction. • The address of the operand is given in an indirect way with the help of a register pair. So it is called Register indirect addressing mode. • For Example: • MOV M,A: It stores the contents of Accumulator (A) into Memory location (M), location pointed by HL register pair. Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
  • 11. (5) Implied/Implicit Addressing Mode • In 8085, the “Implied/Implicit Addressing Mode”, opcode specifies the address of operands. • This mode doesn't require any operand • For Example: • CMA : It Complements the contents of accumulator. Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)
  • 12. For More Contents, do subscribe to my channel on you tube as, ”Tech_Guru Swapnil Kaware” (Thanks For Watching) Microprocessor Notes by Er. Swapnil V. Kaware (svkaware@yahoo.co.in)