Addressing Modes of 8085 Microprocessor By, Er. Swapnil V. Kaware
Addressing Modes of 8085 Microprocessor By, Er. Swapnil V. Kaware
8085 Microprocessor
For More Contents, do subscribe to my channel on
you tube as,
Presented By,
Er. Swapnil V. Kaware,
Assistant Professor
B.E. (Electronics), M.E. (Electronics)
[email protected]
Microprocessor Notes by Er. Swapnil V. Kaware ([email protected])
Definition
• The addressing mode of a microprocessor
defines the way in which the operand of
instructions can be accessed.
• e.g MOV
MVI
ADD
SUB
Microprocessor Notes by Er. Swapnil V. Kaware ([email protected])
Types of Addressing Modes
1). Immediate addressing mode,
• For Example:
• MVI A,20H: It moves 8 bit immediate data (20H) into
accumulator.
Microprocessor Notes by Er. Swapnil V. Kaware ([email protected])
(2) Register Addressing Mode
• For Example:
• MOV A,B: It moves contents of register B into
accumulator (A).
Microprocessor Notes by Er. Swapnil V. Kaware ([email protected])
(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.
• For Example:
• 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 ([email protected])
(5) Implied/Implicit Addressing Mode
• For Example:
• CMA : It Complements the contents of accumulator.
”Tech_Guru Swapnil
Kaware”
(Thanks For Watching)
Microprocessor Notes by Er. Swapnil V. Kaware ([email protected])