Skip to content
The Computer Science
TheCScience
  • Engineering Subjects
    • Human Values
    • Computer System Architecture
    • Microprocessor
    • Digital Communication
    • Internet of Things
  • NCERT Solutions
    • Class 12
    • Class 11
  • Solutions
    • HackerRank
      • C Solutions
      • C++ Solutions
      • Java Solutions
      • Python Solutions
      • Algorithms Solutions
      • Data Structures Solutions
    • HackerEarth Solutions
    • Leetcode Solutions
  • JEE 2027
The Computer Science
TheCScience

Operations of 8085 Microprocessor

YASH PAL, April 5, 2022April 24, 2026

Operations of 8085 Microprocessor – The 8085 microprocessor can perform various operations on the given data by selecting the necessary instructions from its set. These instructions are stored in memory. The 8085 microprocessor reads (fetches) one instruction at a time, interprets it with the help of the instruction set library, and performs the data manipulation indicated by the instruction.

The result can be stored in memory or sent to the output device. The microprocessor can also respond to externally initiated signals. It can be interrupted, reset, or asked to wait to synchronize with slower peripherals.

Table of Contents

  • Basic Operations of 8085 Microprocessor
    • Microprocessor-initiated operations
    • Internal Data Operations
    • Externally initiated operations

Basic Operations of 8085 Microprocessor

All the various functions/operations performed by the 8085 microprocessor can be classified into the following categories:

  1. Microprocessor-initiated operations.
  2. Internal data operations.
  3. Externally initiated operations.

Microprocessor-initiated operations

All those operations in which a microprocessor communicates with its peripheral (memory and I/O device) fall under this category. These operations are

  1. Memory Read (data or instruction)
  2. Memory Write (data or instruction)
  3. Input Read (data)
  4. Output Write (data)

All the above-mentioned operations are initiated by the microprocessor itself. The 8085 microprocessor performs these operations using three system buses

  1. Address bus
  2. Data bus
  3. Control bus

Working Process of Microprocessor – The microprocessor has to follow the same steps to perform any microprocessor-initiated operation.

  • First, it identifies the address of the memory location or I/O port using the address bus.
  • Second, it transfers the data/instruction in binary form using the data bus. The data bus is bidirectional, and data can be transferred from the microprocessor to the peripheral (memory or input/output) or from the peripheral to the microprocessor.
  • Third, the timing and control unit of the microprocessor provides appropriate control signals using the control bus.
Operations of 8085 Microprocessor
Figure 1: Operations of the 8085 Microprocessor Block Diagram

Figure 1 shows the memory read operation of the microprocessor. In this example, it is assumed that the operation code (op-cod) of the instruction is 4F H(0100 1111) and is stored in memory location XX0AH. To perform this operation, the program counter (PC) places the address (XX0AH) of the memory location on the address bus. The control unit sends the memory read control signal (MEMR) to enable the output buffer of the memory chip. The control signal MEMR is a combination of two control signals IO/M and RD.

As the output buffer of the memory chip is enabled, the opcode stored in memory will be placed on the data bus and copied to the instruction decoder of the microprocessor. The instruction is then decoded and executed according to the binary pattern of the instruction.

Internal Data Operations

The internal architecture of the 8085 microprocessor is responsible for performing internal data operations. The internal data operations of the 8085 microprocessor are as follows:

  1. Store 8-bit data in its general-purpose registers (B, C, D, E, H, and L) for the proper execution of data.
  2. Perform arithmetic and logic operations on the given operands. The ALU block of the microprocessor is responsible for completing these operations. One of the operands is stored in the accumulator, and the result of the operation is also stored in the accumulator.
  3. Test for the conditions of the result by checking the status of five individual bits of the flag register to take further decisions.
  4. Sequence the execution of instructions one by one using the program counter (PC).
  5. Store data temporarily during execution in the predefined R/W memory locations called the stack, and manage the sequence of the store and read operations of data on the stack using the stack pointer (SP).

Externally initiated operations

Externally, devices can initiate some asynchronous signals abruptly to make the microprocessor perform some specific operations by terminating its normal program execution. These operations are:

  1. Reset – When this signal is generated externally, all the internal operations are suspended, and the program counter (PC) is cleared to hold 0000H.
  2. Ready– Ready signal is generated by slower devices so that they can synchronize with the faster microprocessor.
  3. Interrupt – An interrupt signal is generated by the peripheral to terminate the normal execution of instructions and to execute some other instructions. These special instructions are known as service routines. After completing the service routine of an interrupt, the microprocessor resumes its normal operations.
  4. DMA operations – The HOLD pin is used for Direct Memory Access (DMA) operations. Through this pin, the DMA controller requests the microprocessor to relinquish control of buses and allows peripherals to use them.

Microprocessor Subject Tutorials & Notes | Beginners Guide
engineering subjects Microprocessor microprocessor

Post navigation

Previous post
Next post

Leave a Reply

Your email address will not be published. Required fields are marked *

Introduction to Microprocessor
Generations of Computer
Microprocessor Types
Types of Computer Systems
Types of Programming Languages
Basic Computer Structure
Interfacing Logic Devices
Number System in Computer
Number System Arithmetic – Addition & Subtraction

Microprocessor as CPU
8085 Microprocessor Architecture
Pin Configuration of 8085 Microprocessor
Demultiplexing of Address and Data Bus in 8085 Microprocessor
Basic Operations of the 8085 Microprocessor
Memory Organization in 8085 Microprocessor

Microprocessor memory structure
Memory Interfacing with 8085 Microprocessor
Memory address decoding in a microprocessor
Input/Output Interfacing in Microprocessor

8085 Microprocessor Programming Model
8085 Assembly Language Programming
8085 Microprocessor Instructions
Microprocessor Programming Steps
Flowchart Design of a Program
8085 Microprocessor Data Transfer Instructions
8085 Microprocessor Arithmetic Instructions
8085 Microprocessor Logical Instructions
8085 Microprocessor Branch Instructions
8085 Microprocessor Machine-Processor Control Instructions
Basic Structure of an Assembly Language Program
Programming Techniques for Repeated Tasks
Debugging of a Microprocessor Program

8085 Microprocessor Timing Operations
Timing Diagram of 8085 Microprocessor
Time Delay in Microprocessor
Stack in 8085 Microprocessor
Subroutine in 8085 Microprocessor
MACRO in Microprocessor

Interrupts in 8085 Microprocessor
Digital to Analog Converter (DAC) in Microprocessor
Analog to Digital Converter (ADC) in Microprocessor

Programmable Peripheral Interface
8255 (PPI) Programmable Peripheral Interface
Programmable Interval Timer (PIT) 8253/8254
Programmable Interrupt Controller (PIC) 8259
Direct Memory Access (DMA) Controller 8257

8086 Microprocessor Architecture, Instructions, and Pin Diagram
Addressing Modes of the 8086 Microprocessor
Instruction Set of 8086 Microprocessor
8088 Microprocessor Architecture with Pin Diagram
Difference between 8085, 8086, and 8088 Microprocessors
80186 Microprocessor Architecture
80286 Microprocessor Architecture & Features
80386 Microprocessor Architecture & Features
80486 Microprocessor Architecture & Features
80586 (Pentium) Microprocessor Architecture & Features

8051 Microcontroller Architecture
8051 Microcontroller Memory Organization
8051 Microcontroller Pin Configuration & Programming Model
8051 Microcontroller Timers and Counters
Serial Communication in 8051 Microcontroller
Interrupts of the 8051 Microcontroller
Addressing Modes of the 8051 Microcontroller
Intel MMX Architecture
Dual Core Processor

LED & Multiplexed Display Interfacing with Microprocessor
Liquid Crystal Display (LCD) Pin Configuration & Interfacing
Matrix Keyboard Interfacing with Microprocessor
8279 Keyboard/Display Controller
Programmable Communication Interface (USART) 8251
Serial Communication Standards in Microprocessor
Computer System Standard Buses

TheCScience

At TheCScience.com, our mission is to make quality education accessible to everyone. We provide in-depth, easy-to-understand articles covering Secondary, Senior Secondary, and Graduation-level subjects.

Our content is designed to simplify complex concepts through clear explanations, diagrams, and structured learning—helping students build strong fundamentals and succeed academically without financial barriers.

Pages

About US

Contact US

Privacy Policy

DMCA

Our Tools

Hosting - get 20% off

Engineering Subjects

Internet of Things

Human Values

Digital Communication

Computer System Architecture

Microprocessor

Programming Tutorials

Data Structure and Algorithm

C

Java

NCERT

Class 12th

©2026 TheCScience | WordPress Theme by SuperbThemes