The 8085 Pin Description
The 8085 Pin Description
Properties:
• It is an 8-bit microprocessor.
• Manufactured with N-MOS technology which is a variant of MOS
(metal oxide semiconductor technology). It uses n channel silicon-
gate process.
• 40-pin DIP (dual inline package) IC.
• It has 16-bit address bus and thus has 216 = 64𝐾𝐵 addressing
capability.
• Operate with 3 MHz single-phase clock.
• +5 V dc single power supply. (1)
o The logic pin layout and signal groups of the 8085 microprocessor
are shown in Fig. below. All the signals are classified into six groups:
• Address bus • Power supply & frequency signals
• Data bus • Externally initiated signals
• Control & status signals • Serial I/O signals
o A simplified diagram that does not indicate the pin numbers, but
only indicates the functions of the various pins, can be called a
functional pin diagram which is shown (partly) for 8085 below.
𝑽𝒄𝒄 & 𝑽𝒔𝒔 Pins:
The 8085 needs a power supply of +5 V
dc for its working. Pin-40 is 𝑉𝑐𝑐 pin and
should be connected to +5 V dc power
supply. Pin-20 is 𝑉𝑠𝑠 pin and should be
connected to power supply ground.
𝑨𝑫𝟕−𝟎 Pins:
The 8085 communicates with the outside world with 8 bits at a time;
the information thus receive or send out on the 08 bidirectional pins
𝐴𝐷7 , 𝐴𝐷6 , …. 𝐴𝐷0 and their pin number are 19, 18, ….., 12 respectively.
These pins are used for:
• Receiving the program code from memory 8 bits at a time.
• Receiving a data byte from an input or from the memory.
• Sending out a byte to an output port or to the memory.
o The number of 𝑅𝐷 pin is 32 which is active low, it means when the
control unit sends out logic 0 on this pin (i.e. 𝑅𝐷 = 0), 𝐴𝐷7−0 pins
are input pins. When 𝑅𝐷 = 1, the 8085 is not interested in reading
information. The number of 𝑊𝑅 pin is 31 which is active low output
signal, it means when the control unit sends out logic 0 on this pin (i.e.
𝑊𝑅 = 0), 𝐴𝐷7−0 pins are the output pins. When 𝑊𝑅 = 1, the 8085 is
not interested in reading information.
o Thus the action performed by the 8085 for various combinations of
𝑅𝐷 and 𝑊𝑅 are as follows:
𝐑𝐃 and 𝐖𝐑 Pins:
𝑅𝐷 (active low output): The Read signal indicates that data are being
read from the selected I/O or memory device & that they are available
on the data bus.
𝑊𝑅 (active low output): The Write signal indicates that data on the
data bus are to be written into a selected memory or I/O location.
IO/𝐌 Pin:
The 8085 μ-processor does not directly communicates with I/O devices
but rather communicates with I/O ports. Each port must have a unique
address just like each memory location has a unique address. The 8085
μ-processor sends out the port address on 𝐴𝐷15−8 & 𝐴𝐷7−0 , just like
sending out a memory address.
o When 𝐼𝑂 M is logic 0, it means that address sent out by the
processor is for addressing a memory location; when 𝐼𝑂 M is logic 1, it
means processor is addressing an I/O port.
• When 𝐼𝑂 M is logic 1, & R𝐷 is at logic 0 and 𝑊𝑅 is at logic 1. it
means that address sent out by the processor is for addressing input
port & if 𝑊𝑅 is at logic 0 and R𝐷 is at logic 1, it means that address
sent out by the processor is for addressing output port as follows:
𝑺𝑰 and 𝑺𝑶 (Status signal) (Output) Pins: These are the two data bus
status signals used to specify the type of operation being performed
by the microprocessor; the 04 combination of these signals are listed
in Table 1.