Microprocessor 8085
Microprocessor 8085
KAPOOR
ARCHITECHTURE or FUNCTIONAL BLOCK DIAGRAM OF 8085
The functional block diagram or architechture of 8085 Microprocessor is very important as it
gives the complete details about a Microprocessor. Fig. shows the Block diagram of a
Microprocessor.
Address Bus:
• The address bus is a group of 16 lines generally identified as A0 to A15.
• The address bus is unidirectional: bits flow in one direction-from the MPU to peripheral
devices.
• The MPU uses the address bus to perform the first function: identifying a peripheral or a
memory location.
Data Bus:
• The data bus is a group of eight lines used for data flow.
• These lines are bi-directional - data flow in both directions between the MPU and
memory and peripheral devices.
The MPU uses the data bus to perform the second function: transferring binary information
T.Y.EII Microprocessor-I I N.KAPOOR
.
• The eight data lines enable the MPU to manipulate 8-bit data ranging from 00 to FF (28 =
256 numbers).
• The largest number that can appear on the data bus is 11111111.
Control Bus:
• The control bus carries synchronization signals and providing timing signals.
• The MPU generates specific control signals for every operation it performs. These
signals are used to identify a device type with which the MPU wants to communicate.
Registers of 8085:
• The 8085 have six general-purpose registers to store 8-bit data during program
execution.
• These registers are identified as B, C, D, E, H, and L.
• They can be combined as register pairs-BC, DE, and HL-to perform some 16-bit
operations.
Accumulator (A):
• The accumulator is an 8-bit register that is part of the arithmetic/logic unit (ALU).
• This register is used to store 8-bit data and to perform arithmetic and logical operations.
• The result of an operation is stored in the accumulator.
Flags:
• The ALU includes five flip-flops that are set or reset according to the result of an
operation.
• The microprocessor uses the flags for testing the data conditions.
• They are Zero (Z), Carry (CY), Sign (S), Parity (P), and Auxiliary Carry (AC) flags. The
most commonly used flags are Sign, Zero, and Carry.
Instruction Register: When an instruction is fetched from the memory, it is loaded in the
instruction register.
Instruction Decoder: It gets the instruction from the instruction register and decodes the
instruction. It identifies the instruction to be performed.
Serial I/O Control: It has two control signals named SID and SOD for serial data transmission.
Timing and Control unit:
• It has three control signals ALE, RD (Active low) and WR (Active low) and three status
signals IO/M(Active low), S0 and S1.
• ALE is used for provide control signal to synchronize the components of microprocessor
and timing for instruction to perform the operation.
• RD (Active low) and WR (Active low) are used to indicate whether the operation is
reading the data from memory or writing the data into memory respectively.
• IO/M(Active low) is used to indicate whether the operation is belongs to the memory or
peripherals.
• If,
• It receives hardware interrupt signals and sends an acknowledgement for receiving the
interrupt signal.
T.Y.EII Microprocessor-I I N.KAPOOR
Microprocessor Communication & Bus timing
To fetch the byte MPU performs the following steps:
1. The program counter places the 16.bit memory address on the address bus. At T 1 the higher
order address 30H is placed on the address lines A15 to A8 and the low order memory address 05H
is placed on the bus AD7 to AD0 and the ALE signal goes high, and the status signal IO/M goes
low, indicationg that this is a memory related operations.
2. During T2 control signal RD is sent out, thus enabling the memory chip. The RD
signal is active during two clock periods.
3. The byte from the memory location is placed on the data bus.
4. The byte from the memory location is placed on the data bus..
When the memory is enabled, the instruction byte 4FH is placed on the bus AD7 - AD0 and when
RD signla causes 4FH to be placed on bus AD7 - AD0 and when RD goes high, it causes the
bus to go inhigh impedene.
Data Bus
3000
B C
ALU Instruction D E
ALU Decoder
H L 4F
Stack
Pointer
Prog.
Counter
Control
logic
2005
RD Address Bus
A8
8085
Microprocessor Enable
G lower order Bus
ALE
0
AD7 D Q o
74LS373
AD0 OC
Data Bus
Generating control signals: Control signals RD ( WR ) are used for reading (writing) from
memory or from input device. Thus we require different signal for memory and input device.
RD , WR and IO/ m signal are used to generate four different control signals. The signal IO/
m goes low for the memory operation. This signal is ANDed with RD and WR signals by
using quadruple two input OR gates (74LS32). This OR gates are in NAND-2 gate configuration.
When both input signals go low, the outputs of the gates go low. and generate MEMR
(MEMORY READ) AND MEMW (memory write) control signals. When IO/ m goes high it
T.Y.EII Microprocessor-I I N.KAPOOR
indicates the peripheral I/O operation. This signal is complemented using the Hex inverter
74LS04 and ANDed with the RD and WR signals to generate IOR (I/O read) and IOW (I/O
write) control signals.