0% found this document useful (0 votes)
72 views42 pages

Intel: Microprocessors

The document discusses the evolution of Intel microprocessors from 4-bit to 64-bit models over time, including key processors like the 4004, 8086, 80386, Pentium and more recent Core i5, i7 models.

Uploaded by

mash
Copyright
© © All Rights Reserved
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
0% found this document useful (0 votes)
72 views42 pages

Intel: Microprocessors

The document discusses the evolution of Intel microprocessors from 4-bit to 64-bit models over time, including key processors like the 4004, 8086, 80386, Pentium and more recent Core i5, i7 models.

Uploaded by

mash
Copyright
© © All Rights Reserved
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/ 42

INTEL

MICROPROCESSORS

ShailaRahman

CSE 311 MICROPROCESSORS AND ASSEMBLY


1
LANGUAGE BY SHAILA RAHMAN
MICROPROCESSOR
“The integrated circuit which
contain all the function of the
CPU (Central Processing Unit)
of a computer is known as
Microprocessor.”

CSE 311 MICROPROCESSORS AND ASSEMBLY LANGUAGE BY SHAILA RAHMAN 2


A COMPUTING SYSTEM

CSE 311 MICROPROCESSORS AND ASSEMBLY


3
LANGUAGE BY SHAILA RAHMAN
LIFE CYCLE OF PROCESSOR

CSE 311 MICROPROCESSORS AND ASSEMBLY


4
LANGUAGE BY SHAILA RAHMAN
4-BITMICROPROCESSORS

CSE 311 MICROPROCESSORS AND ASSEMBLY


5
LANGUAGE BY SHAILA RAHMAN
INTEL 4004
 First microprocessor introduced in 1971 by
Busicom Corp and Federico Faggin.
 It was the first microprocessor by Intel.
 It was a 4-bit μP.
 Its clock speed was 740KHz.
 It had 2,300 transistors.

CSE 311 MICROPROCESSORS AND ASSEMBLY


6
LANGUAGE BY SHAILA RAHMAN
INTEL 4004

CSE 311 MICROPROCESSORS AND ASSEMBLY


7
LANGUAGE BY SHAILA RAHMAN
8-BITMICROPROCESSORS

CSE 311 MICROPROCESSORS AND ASSEMBLY


8
LANGUAGE BY SHAILA RAHMAN
INTEL 8008

Introduced in 1972.
It was first 8-bit μP.
It had 3,500 transistors.
Its clock speed was 500KHz.

CSE 311 MICROPROCESSORS AND ASSEMBLY LANGUAGE BY SHAILA RAHMAN 9


INTEL 8008

CSE 311 MICROPROCESSORS AND ASSEMBLY


10
LANGUAGE BY SHAILA RAHMAN
INTEL 8085
Introduced in 1976.
It was also 8-bit μP.
Its clock speed was 3 MHz.
It had 6,500 transistors.
It could access 64 KB of memory.
It had 246 instructions.

CSE 311 MICROPROCESSORS AND ASSEMBLY


11
LANGUAGE BY SHAILA RAHMAN
16-BITMICROPROCESSORS

CSE 311 MICROPROCESSORS AND ASSEMBLY


12
LANGUAGE BY SHAILA RAHMAN
INTEL 8086

 Introduced in 1978.
 It was first 16-bit μP.
 Data bus 16-bit.
 Its clock speed is 4.77 MHz, 8 MHz and 10
MHz, depending on the version.
 It had 29,000 transistors

CSE 311 MICROPROCESSORS AND ASSEMBLY


13
LANGUAGE BY SHAILA RAHMAN
It could access 1 MB of memory.
Length of data bus 16-bit.
It had 22,000 instructions.
It had also Multiply and Divide
instructions

CSE 311 MICROPROCESSORS AND ASSEMBLY


14
LANGUAGE BY SHAILA RAHMAN
INTEL 8086 (DIP)

CSE 311 MICROPROCESSORS AND ASSEMBLY


15
LANGUAGE BY SHAILA RAHMAN
INTEL 8088
 Introduced in 1979.
 It was also 16-bit μP.
 It was created as a cheaper version of
Intel’s 8086.
 This chip became the most popular in the
computer industry when IBM used it for
its first PC.

CSE 311 MICROPROCESSORS AND ASSEMBLY


16
LANGUAGE BY SHAILA RAHMAN
INTEL 8088

CSE 311 MICROPROCESSORS AND ASSEMBLY


17
LANGUAGE BY SHAILA RAHMAN
INTEL 80186/80188

INTEL80186 INTEL80188

CSE 311 MICROPROCESSORS AND ASSEMBLY


18
LANGUAGE BY SHAILA RAHMAN
INTEL 80286
 Introduced in 1982.
 It was 16-bit μP.
 Data bus 16-bit.
 Its clock speed was 8 MHz.
 It could address 16 MB of memory.
 It had 1,34,000 transistors.

CSE 311 MICROPROCESSORS AND ASSEMBLY


19
LANGUAGE BY SHAILA RAHMAN
INTEL 80286

CSE 311 MICROPROCESSORS AND ASSEMBLY


20
LANGUAGE BY SHAILA RAHMAN
32-BITMICROPROCESSORS

CSE 311 MICROPROCESSORS AND ASSEMBLY


21
LANGUAGE BY SHAILA RAHMAN
INTEL 80386

Introduced in 1986.
It was first 32-bit μP.
Data bus 32-bit.
It could address 4 GB of memory.
It had 2,75,000 transistors.

CSE 311 MICROPROCESSORS AND ASSEMBLY


22
LANGUAGE BY SHAILA RAHMAN
INTEL 80386
 Its clock speed varied from 16 MHz to 33
MHz depending upon the various versions.
Three Different versions:
1. 80386 DX
2. 80386 SX
3. 80386 SL
 Intel 80386 became the best selling
microprocessor in history.

CSE 311 MICROPROCESSORS AND ASSEMBLY


23
LANGUAGE BY SHAILA RAHMAN
INTEL 80386

CSE 311 MICROPROCESSORS AND ASSEMBLY


24
LANGUAGE BY SHAILA RAHMAN
INTEL 80486

Introduced in 1989.
It was also 32-bit μP.
It had 1.2 million transistors.
Its clock speed varied from 16 MHz to
100 MHz depending upon the various
versions.

CSE 311 MICROPROCESSORS AND ASSEMBLY


25
LANGUAGE BY SHAILA RAHMAN
INTEL 80486
It had five different versions:
1. 80486 DX
2. 80486 SX
3. 80486 DX2
4. 80486 SL
5. 80486 DX4
8 KB of cache memory was introduced.

CSE 311 MICROPROCESSORS AND ASSEMBLY


26
LANGUAGE BY SHAILA RAHMAN
INTEL 80486

CSE 311 MICROPROCESSORS AND ASSEMBLY


27
LANGUAGE BY SHAILA RAHMAN
PENTIUM/ 80586
Introduced in 1993.
It was also 32-bit μP.
It was originally named 80586.
Its clock speed was 66 MHz.
It could address 4 GB of memory.
Could execute 110 million
instructions.

CSE 311 MICROPROCESSORS AND ASSEMBLY


28
LANGUAGE BY SHAILA RAHMAN
PENTIUM
Cache memory:
 8 KB for instructions.
 8 KB for data.

CSE 311 MICROPROCESSORS AND ASSEMBLY


29
LANGUAGE BY SHAILA RAHMAN
PENTIUM PRO
Introduced in 1995.
It was also 32-bit μP.
It had 21 million transistors.
It was primarily used in server systems.
Cache memory:
 8 KB for instructions.
 8 KB for data.
It had L2 cache of 256 KB.
CSE 311 MICROPROCESSORS AND ASSEMBLY
30
LANGUAGE BY SHAILA RAHMAN
PENTIUM PRO

CSE 311 MICROPROCESSORS AND ASSEMBLY


31
LANGUAGE BY SHAILA RAHMAN
INTEL PENTIUM 1
Introduced in 1997.
It was also 32-bit μP.
Its clock speed was 233MHz to 500
MHz.
Could execute 333 million
instructions per second.
L2 cache & processor were on one
circuit.
CSE 311 MICROPROCESSORS AND ASSEMBLY
32
LANGUAGE BY SHAILA RAHMAN
PENTIUM II

CSE 311 MICROPROCESSORS AND ASSEMBLY


33
LANGUAGE BY SHAILA RAHMAN
64-BITMICROPROCESSORS

CSE 311 MICROPROCESSORS AND ASSEMBLY


34
LANGUAGE BY SHAILA RAHMAN
INTEL CORE 2
 Introduced in 2006.
 It is a 64-bit μP.
 Its clock speed is from 1.2 GHz to 3 GHz.
 It has 291 million transistors.
 It has 64 KB of L1 cache per core and 4
MB of L2 cache.
 It is launched in three different versions:
– Intel Core 2 Duo
– Intel Core 2 Quad
– Intel Core 2 Extreme

CSE 311 MICROPROCESSORS AND ASSEMBLY


35
LANGUAGE BY SHAILA RAHMAN
CORE 2 DUO

CSE 311 MICROPROCESSORS AND ASSEMBLY


36
LANGUAGE BY SHAILA RAHMAN
CORE I7
Introduced in 2008.
It is a 64-bit μP.
It has 4 physical cores.
Its clock speed is from 2.66 GHz to
3.33 GHz.
It has 781 million transistors.
It has 64 KB of L1 cache per core, 256
KB of L2 cache and 8 MB of L3 cache.
CSE 311 MICROPROCESSORS AND ASSEMBLY
37
LANGUAGE BY SHAILA RAHMAN
CORE I7

CSE 311 MICROPROCESSORS AND ASSEMBLY


38
LANGUAGE BY SHAILA RAHMAN
CORE I5
Introduced in 2009.
It is a 64-bit μP.
It has 4 physical cores.
Its clock speed is from 2.40 GHz to
3.60 GHz.
It has 781 million transistors.
It has 64 KB of L1 cache per core, 256
KB of L2 cache and 8 MB of L3 cache.
CSE 311 MICROPROCESSORS AND ASSEMBLY
39
LANGUAGE BY SHAILA RAHMAN
INTEL CORE I5

CSE 311 MICROPROCESSORS AND ASSEMBLY


40
LANGUAGE BY SHAILA RAHMAN
CORE I5
Introduced in 2010.
It is a 64-bit μP.
It has 2 physical cores.
Its clock speed is from 2.93 GHz to
3.33 GHz.
It has 781 million transistors.
It has 64 KB of L1 cache per core, 512
KB of L2 cache and 4 MB of L3 cache.
CSE 311 MICROPROCESSORS AND ASSEMBLY
41
LANGUAGE BY SHAILA RAHMAN
CORE I5

CSE 311 MICROPROCESSORS AND ASSEMBLY


42
LANGUAGE BY SHAILA RAHMAN

You might also like