ARCHITECTURE OF THE 8080 CPU

The 8080 CPU consists of the following functional

units:

Register array and address logic

Arithmetic and logic unit (ALU)

Instruction register and control section

Bi-directional, 3-state data bus buffer

Figure 2-2 illustrates the functional blocks within the 8080 CPU.

matically during every instruction fetch. The stack pointer maintains the address of the next available stack location in memory. The stack pointer can be initialized to use any portion of read-write memory as a stack. The stack pointer is decremented when data is "pushed" onto the stack and incremented when data is "popped" off the stack (Le., the stack grows "downward").

The six general purpose registers can be used either as single registers (8-bit) or as register pairs (16-bit). The temporary register pair, W,Z, is not program addressable and is only used for the internal execution of instructions.

Registers:

The register section consists of a static RAM array organized into six 16-bit registers:

Program counter (PC)

Stack pointer (SP)

Six 8-bit general purpose registers arranged in pairs, referred to as S,C; D,E; and H,L

A temporary register pair called W,Z

The program counter maintains the memory address of the current program instruction and is incremented auto-

Eight-bit data bytes can be transferred between the internal bus and the register array via the register-select multiplexer. Sixteen-bit transfers can proceed between the register array and the address latch or the incrementer/ decrementer circu it. The address latch receives data from any of the three register pairs and drives the 16 address output buffers (AO-A 15), as well as the incrementer/ decrementer circuit. The incrementer/decrementer circuit receives data from the address latch and sends it to the register array. The 16-bit data can be incremented or decremented or simply transferred between registers.

81-01 RECTIONAL

DATA BUS

 

 

 

 

 

W

(8)

Z

(8)

 

 

 

 

 

...

TEMP REG.

 

TEMP REG.

 

 

 

 

 

B

(8)

C

(8)

 

 

 

 

 

0

REG.

 

REG.

 

 

 

 

 

 

w

 

 

 

 

 

 

INSTRUCTION

..J

0

(8)

E

(8)

 

 

 

 

w

 

 

 

 

DECODER

en

REG.

 

REG.

 

 

 

 

 

AND

a:

 

 

 

 

 

 

 

 

 

 

 

 

 

 

MACHINE

w

H

(8)

L

(8)

REGISTER

 

 

 

...

 

 

 

CYCLE

en

REG.

 

REG.

 

ARRAY

 

 

 

a

 

 

 

 

 

 

 

 

ENCODING

w

STACK POINTER

(16)

 

 

 

 

 

a:

 

 

 

 

 

 

 

PROGRAM COUNTER

(16)

 

 

 

 

 

 

 

 

POWER

+12V

DATA BUS INTERRUPT HOLD

WAIT

 

 

 

 

 

 

SUPPLI ES

1----". +5V

 

 

 

 

 

 

 

---. -5V

WRITE CONTROL CONTROL CONTROL CONTROL SYNC CLOCKS

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

..

--- . GND

 

 

 

 

 

 

 

 

 

 

 

 

RESET

 

A15

-Ao

 

 

 

 

ACK

 

 

 

 

 

 

 

 

 

ADDRESS BUS

 

 

 

 

 

 

 

 

 

Figure 2-2. 8080 CPU Functional Block Diagram

2-2

Page 16
Image 16
Intel manual Architecture of the 8080 CPU, Registers

8080 specifications

The Intel 8085 and 8080 microprocessors were groundbreaking innovations in the world of computing, paving the way for future microprocessor development and personal computing.

The Intel 8080, introduced in 1974, was an 8-bit microprocessor that played a fundamental role in the early days of personal computing. With a 16-bit address bus, it had the capability to address 64 KB of memory. Running at clock speeds of 2 MHz, the 8080 was notable for its instruction set, which included 78 instructions and 246 opcodes. It supported a range of addressing modes including direct, indirect, and register addressing. The 8080 was compatible with a variety of peripherals and played a crucial role in the development of many early computers.

The microprocessor's architecture was based on a simple and efficient design, making it accessible for hobbyists and engineers alike. It included an 8-bit accumulator, which allowed for data manipulation and storage during processing. Additionally, the 8080 featured registers like the program counter and stack pointer, which facilitated program flow control and data management. Its ability to handle interrupts also made it suitable for multitasking applications.

The Intel 8085, introduced in 1976, was an enhancement of the 8080 microprocessor. It maintained a similar architecture but included several key improvements. Notably, the 8085 had a built-in clock oscillator, simplifying system design by eliminating the need for external clock circuitry. It also featured a 5-bit control signal for status line management, which allowed for more flexible interfacing with peripheral devices. The 8085 was capable of running at speeds of up to 3 MHz and had an extended instruction set with 74 instructions.

One of the standout features of the 8085 was its support for 5 extra instructions for stack manipulation and I/O operations, which optimized the programming process. Additionally, it supported serial communication, making it suitable for interfacing with external devices. Its 16-bit address bus retained the 64 KB memory addressing capability of its predecessor.

Both the 8080 and 8085 microprocessors laid the groundwork for more advanced microprocessors in the years that followed. They demonstrated the potential of integrated circuits in computing and influenced the design and architecture of subsequent Intel microprocessors. Their legacy endures in the way they revolutionized computing, making technology accessible to a broader audience, and their influence is still felt in the design and architecture of modern microprocessors today.