Unit I - 8085 Microprocessor
Unit I - 8085 Microprocessor
MICROPROCESSOR
A silicon chip that contains a CPU.
In the world of personal computers,
the terms microprocessor and CPU are used
interchangeably.
• integrated circuit that consists of a CPU (for
executing the instructions
• performing the arithmetic and logical
operations) and
• some other small circuits including memory
interfaces, input/output interfaces, and some
other support functions.
Contin
• designed to work with external memory and
I/O devices.
• It can access the memory and I/O devices
through a set of dedicated lines called the
address bus and data bus.
• The address bus carries the address of the
memory or I/O device the microprocessor
wants to access, and
• the data bus carries the actual data.
Contin
have a wide range of applications which
includes
• Personal Computers
• Servers
• Mobile Devices, etc.
are used in applications that require high
processing power, complex calculations, and
multitasking capabilities
Contin
What is Microcontroller?
• is defined as a digital Integrated circuit that
has its own microprocessor, memory, and I/O
devices
• also contains various support circuits such as
Timers, A/D Converters, serial Input-Output,
and other circuits.
Contin
• The main motive of the microcontrollers is
their usage in the embedded system.
• Embedded systems are electronic systems
that are dedicated to performing specific
functions.
• Examples of embedded systems include home
appliances, automotive systems, medical
devices, and industrial control systems.
.
Contin
• Microcontrollers are particularly suitable for
applications that require low power
consumption, real-time control, and compact
size
• Since all the essential components are
integrated into a single chip, microcontrollers
can reduce the cost and complexity of the
overall system
Contin
• Difference between Microprocessor and
Microcontroller
Contin
Contin
8085 Microprocessor
• The Intel 8085 is an 8-bit microprocessor
introduced by Intel in 1977
• It was binary compatible with the more-famous
Intel 8080
• but required less supporting hardware, thus
allowing simpler and less expensive
microcomputer systems to be built.
• The "5" in the model number came from the fact
that the 8085 requires only a +5-Volt (V) power
supply rather than the +5 V, −5 V and
• +12 V supplies the 8080 needed. The main
features of 8085 μP are:
Contin
The main features of 8085 μP are:
It is an 8-bit microprocessor.
It is manufactured with N-MOS
technology.
It has 16-bit address bus and hence can
address up to 216= 65536 bytes (64KB)
memory locations through A0–A15.
The first 8 lines of address bus and 8 lines
of data bus are multiplexed AD0–AD7
Data bus is a group of 8 lines D0–D7
Contin
• It supports external interrupt request.
• A 16-bit program counter (PC)
• A 16-bit stack pointer (SP)
• Six 8-bit general purpose register arranged in pairs: BC,
DE, HL.
• It requires a signal +5V power supply and operates at
3.2 MHZ single phase clock.
• It is enclosed with 40 pins DIP (Dual in line package).
Basic Structure of Computer