We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Dr. N. Karuppiah & Dr. S.
Ravivarman
In addition to bandwidth and clock speed, microprocessors are
classified as being either RISC (reduced instruction set computer) or CISC (complex instruction set computer)
1.2 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: 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. 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).
1.3 8085 Architecture
8085 consists of various units as shown in Fig. 1 and each unit performs its own functions. The various units of a microprocessor are listed below Accumulator Arithmetic and logic Unit General purpose register Program counter Stack pointer Temporary register Flags Instruction register and Decoder