0% found this document useful (0 votes)
5 views10 pages

Addressing Modes of 8085

The document discusses the addressing modes of the Intel 8085 microprocessor, which are essential for performing operations by specifying the operation, source address, and destination address. It outlines five types of addressing modes: Direct, Register, Register Indirect, Immediate, and Implicit Addressing Modes, each with specific examples. Understanding these modes is crucial for programming the 8085 microprocessor effectively.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views10 pages

Addressing Modes of 8085

The document discusses the addressing modes of the Intel 8085 microprocessor, which are essential for performing operations by specifying the operation, source address, and destination address. It outlines five types of addressing modes: Direct, Register, Register Indirect, Immediate, and Implicit Addressing Modes, each with specific examples. Understanding these modes is crucial for programming the 8085 microprocessor effectively.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 10

ADDRESSING MODES

OF 8085

Mr. Gursharan Singh Tatla


professorgstatla@gmail.com

Gursharan Singh Tatla 1


Addressing Modes of
8085
To perform any operation, we
have to give the corresponding
instructions to the
microprocessor.
Ineach instruction, programmer
has to specify 3 things:
◦ Operation to be performed.
◦ Address of source of data.
◦ Address of destination of result.
Gursharan Singh Tatla 2
Addressing Modes of
8085
The method by which the
address of source of data or the
address of destination of result is
given in the instruction is called
Addressing Modes.
The term addressing mode refers
to the way in which the operand
of the instruction is specified.

Gursharan Singh Tatla 3


Types of Addressing
Modes
Intel8085 uses the following
addressing modes:
1. Direct Addressing Mode
2. Register Addressing Mode
3. Register Indirect Addressing Mode
4. Immediate Addressing Mode
5. Implicit Addressing Mode

Gursharan Singh Tatla 4


Direct Addressing
Mode
In this mode, the address of the
operand is given in the
instruction itself.
LDA 2500 Load the contents of memory
H location 2500 H in
accumulator.

LDA is the operation.


2500 H is the address of source.
Accumulator is the destination.

Gursharan Singh Tatla 5


Register Addressing
Mode
Inthis mode, the operand is in
general purpose register.

MOV Move the


A,
MOVB is the
contents
operation. of
B is the register B to A.
source of data.
A is the destination.

Gursharan Singh Tatla 6


Register Indirect
Addressing Mode
Inthis mode, the address of
operand is specified by a register
pair.
MOV A, Move data from memory
M location specified by H-L pair
to accumulator.

MOV is the operation.


M is the memory location specified
by H-L register pair.
A is the destination.
Gursharan Singh Tatla 7
Immediate Addressing
Mode
In this mode, the operand is
specified within the instruction
itself.
MVI A, 05 Move 05 H in accumulator.
H

MVI is the operation.


05 H is the immediate data
(source).
A is the destination.
Gursharan Singh Tatla 8
Implicit Addressing
Mode
If address of source of data as well
as address of destination of result is
fixed, then there is no need to give
any operand along with the
instruction.
CMA Complement accumulator.

CMA is the operation.


A is the source.
A is the destination.
Gursharan Singh Tatla 9
Gursharan Singh Tatla 10

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy