Case Study - 8085 Microprocessor
Case Study - 8085 Microprocessor
8085
Microprocessor
Team Members:
SYITB211 Atharva Nanavate
SYITB212 Nishant Narsale
SYITB215 Dhiren Ojha
SYITB216 Shaunak Ondare
Introduction
8085 Microprocessor is a programmable electronics chip (Integrated
Circuit (IC)). A single IC has computing and decision-making
capabilities similar to the central processing unit of a computer.
8085 is pronounced as "eighty-eighty-five" microprocessor. It is an 8-
bit microprocessor designed by Intel in 1977 using NMOS technology.
1. Arithmetic and Logic Unit (ALU): The ALU performs the actual
numerical and logical operations.
• Addition, Subtraction
• Logical AND, Logical OR, Logical Ex - OR
• Complement (logical NOT)
• Increment, Decrement
• Left shift, Right shift
• Clear, etc.
• Flag Register: The ALU includes five flip-flops. They are called
Zero (Z), Carry (CY), Sign (S), Parity (P) and Auxiliary Carry (AC)
flags. The microprocessor uses these flags to test data
conditions. The conditions (set or reset) of the flags are tested
through the software instructions. The combination of the flag
register and the accumulator is called Program Status Word
(PSW) and PSW is the 16-bit unit for stack operation.
• Program Counter (PC): This 16-bit register deals with
sequencing the execution of instruction. The microprocessor
uses this register to sequence the execution of the instructions.
The function of the program counter is to point to the memory
address from which the next byte is to be fetched.
• Stack Pointer (SP): The stack pointer is also a 16-bit register
used as a memory pointer. It points to a memory location in
read-write memory, called the stack.
Pin Diagram
Block Diagram
Advantages
• The processor consists of 16-bit and 8-bit address and data lines
and so the capacity of the device is 216 which is 64KB of memory.
Engineering Applications
The applications those use microprocessor are in traffic
management device, system servers, medical equipment,
processing systems, lifts, huge machinery, protection systems,
investigation domain and in few lock systems those have
automatic entry and exits.