Untitled
Untitled
Control
By
Spandan Mukherjee
BWU/DCS/22/192
Section-D
Diploma in CSE
Brainware University
Intel 8085
Microprocessor: An
Introduction
The Intel 8085: An 8-bit microprocessor introduced in 1977.
Successor to the Intel 8080, with simplified power requirements
(single +5V supply). Widely used in early microcomputers,
industrial control systems, and embedded applications. Clock
speed: Up to 3 MHz. Approximately 6,500 transistors.
8085 Architecture: Key Features
Memory Data Bus
8-bit data bus, 16-bit address bus (64KB addressable Multiplexed address/data bus (AD0-AD7)
memory)
8085 Registers: Overview
General Purpose Accumulator Flags
B, C, D, E, H, L (8-bit each) A: 8-bit register for arithmetic Stores status flags (Sign, Zero,
and logical operations Auxiliary Carry, Parity, Carry)
3 Flag Register
Reflects status of the CPU after arithmetic or logical operations
Program Counter (PC) and Stack Pointer (SP
Program Counter (PC) Stack Pointer (SP)
16-bit register that holds the address of the next 16-bit register that points to the top of the stack in memory
instruction to be executed
8085 Addressing Modes
Indirect
Address of the data
is in a register pair
8085 Instruction Cycle,
Machine Cycle, and T-
States
1 Instruction Cycle
Time taken to execute one complete instruction
2 Machine Cycle
Time taken to access memory or I/O
3 T-State
Subdivision of the operation performed in one clock period
Timing and Control Unit
Generates Control Signals
For execution of instructions
Control Signals
ALE, RD, WR, S0, S1, IO/M
INTR
General-purpose interrupt; requires an external interrupt
controller
Summary and Applications
Foundation Key Features
The Intel 8085: A Registers, addressing
foundational modes, timing, and
microprocessor control signals
Legacy
Influenced the development of subsequent microprocessors
Thank You