Evolution of Intel Microprocessors

Total Page:16

File Type:pdf, Size:1020Kb

Evolution of Intel Microprocessors The University of Texas at Arlington Lecture-2: Evolution of The High Performance Microprocessor (An Intel Perspective) CSE 4342/5343 – 001 Embedded Systems II – Real Time Data Acquisition and Control Systems Based heavily on material provided by Dr. Roger Walker Some pictures are from Wikipedia Reading Assignment • Reading assignment for next class: read Chapter 1 from textbook. 2 Microprocessors of the 1970’s • First microprocessor Intel 4004, November 15, 1971 – 10 years before the IBM PC. The 4004 was a 4 bit processor, w/ clock speed of 108,000cps, 0.108 MHz, contained 2300 transistors and was built on a 10-micron process. • April 1972 Intel released the 8008 (8 bit processor version, 0.2 MHz, 16K bytes address space) 3 Microprocessors of the 1970’s (contd.) • April 1974 Intel released the 8080 (8 bit processor, 2 MHz, 64 KB address space). Altair 8800 (first personal computer) used the 8080 • 1976 - 8085 processor, an upgraded 8080 and was primarily used in embedded controllers. • Other processors were developed in the late 1970’s which were used in some of the first personal and home computers. These include the Zilog Z80 (1976) & MOS Technologies 6502 (and later 6510 – Commodore 64). 4 Microprocessors of the Late 1970’s • The Apple I, a single board computer, was introduced in 1976 and used the MOS 6502. • Other popular PC’s were the Apple II (1977), the Commodore PET, and Radio Shack’s TRS-80. • In 1979 Intel released the 8086 (the original X86 instruction set). The 8086 was a 16-bit processor w/ 16 bit internal and external data bus, 29,000 transistors, 20-bit addressing or 1MB address space, and had 5MHz clock speed. 5 Late 1970’s to Early 1980’s • Intel also introduced the 8088. The 8088 used the same internal core as the 8086 but had an 8 bit external data bus and was thus less expensive to design with in systems. • Because of the success of the 8086/8088, Intel has attempted to maintain backward compatibility to this processor in all X86 future processors, • IBM used the 8088 in the first IBM PC, in August of 1981. 6 Intel Microprocessor Generations • IBM introduced the XT PC in 1983, a slightly enhanced version of the PC, replacing the cassette port with the floppy drive (8-bit ISA bus). • The Intel 8088/8086 with 8087 Co-processor are often referred to as the First Generation of processor chips from Intel. The 8086 had both a 20 bit address and 16 bit data bus. • The 2nd Generation processors began with the 80286 and the 80287 co-processor). This processor, introduced the first part of 1980 (typically known as the 286), was used in the IBM AT PC. 7 3rd and 4th Intel Microprocessor Generations • In 1985 Intel released the 32 bit 386 processors. The 386 along with the 80387 Coprocessor (which ran at same speed as CPU) were known as the 3rd Generation of processors (SX variant still 16bit). 12-40MHz clocks. • 4th Generation (486); the 486 processors made GUI’s in Windows & OS/2 a realistic option for every day use. The 486 included a built in co- processor (except for SX models) and an internal level-1 cache. 16-100MHz clocks. 32bit data and address bus. 8 The Intel (IA-32 and IA-64) Architecture • The Intel 386 Architecture was called the IA-32 (or Intel Architecture). • In 1994 Intel Introduced the 64-bit (IA-64) Architecture in the Itanium processors for servers and desk-top PC’s. • It took 10 years after the 386 was introduced before Microsoft made full use of the IA-32 in 1995 in Windows 95. • The IA-64 is not an extension of IA-32 architecture. • AMD developed a 64 bit extension to the IA-32 called AMD64. • Intel followed with EM64T compatible with AMD64 the following year. 9 Instructions per Cycle • The 8086/8088 took an average of 12 cycles per instruction. • The 286/386 took an average of 4.5 cycles per instruction. • The 486 took an average if 2 cycles per instructions. • The 5th generation processors (Pentium) was the beginning of multiple instructions per cycle. Making processors faster was not a matter of increasing clock rates anymore. • Intel calls the capability to execute more than one instruction at a time superscalar technology 10 Intel Pentium Processors • 5th Generation (586) – Pentium Processors (October 1992 – 1st Generation of Pentium Processors) – had many new features including superscalar capability (features two instruction pipe lines with one ALU for both integer and floating point operations and the other integer only) – used clock-multiplier circuits (up to 3x bus speeds – 66-133-166) . • Pentium – with the two instruction pipelines and other improvements – took an average of 1 to 2 instructions per cycle 11 Superscalar Processor 12 Pentium Pro • The Pentium Pro considered a 6th generation processor (i686) – 3 or more instructions per cycle with L1 and L2 Cache, Nov 1995. • Pentium name was catchy… • Dynamic Execution – greater parallel execution using: – Multiple branch prediction – predict program flow through several branches – Data flow analysis – out of order execution – Speculative execution - (executing future instructions that are probably needed) • 3.2V supply, 100, 150, and 200 MHz processor options, and MMX in 1996 (MMX improves video compression/decompression, image processing, etc.) • Dual Independent Bus (DIB) – (One for system or mother board and the other for cache) 13 MMX Instruction Set • MMX technology (MultiMedia eXtensions, MatrixMath eXtensions): Single Instruction Multiple Data (SIMD) instruction set. • Eight 64-bit MMX registers for SIMD integer operations (physically implemented by chopping 16 bits from 80 bit registers) • Supports SIMD operations on packed (the same register can hold, e.g., 8 bytes packed) byte, word, and double-word integers • Useful for multimedia and communications software 14 Intel Pentium II and III (P6 or i686) • Pentium II: – In 1997 the second sub-generation of i686 processors is released. – Pentium II Processors – among other things went to a different board mounting method (small PCB and plastic cartridge holder) – additional MMX instructions – increased cache size. • Pentium III: – The third sub-generation of i686 processors in February 1999 is released: Pentium III – Same core as Pentium II with SSE (Streaming S[ingle Instruction Multiple Data] Extension) instructions (70 new instructions supporting imaging, 3D, audio and video applications) – Larger integrated on-die L2 cache. 15 Streaming SIMD Extension - SSE • Intel introduced an update to MMX to the Pentium III in 1999 called the SSE • MMX and SSEs are architectural extensions to help increase speed! • 8 new 128-bit (extended memory manager - XMM) vector registers • XMM can hold/pack four floats or two doubles (in addition to integers) • Introduced data pre-fetch instructions • Useful for 3D geometry, 3D rendering, and video encoding/decoding 16 Intel Pentium 4 • Pentium 4 appears in November of 2000 becoming the 7th Generation (i786) Intel processor • Speeds to 3.8 GHz processors with >=800MHz Front Side Bus • Hyper-Threading - allows simultaneous multitasking on single processor core (looks like two independent processors to the software). Hyper-threading is Intel’s word for simultaneous multithreading. • NetBurst architecture – hyper-pipelined technology (20-stage or 31- stage pipeline) – enables much higher clock rates • Xeon: Xeon processor name was added with the introduction of the Pentium III representing high end versions of the processors primarily for servers, workstations. The Xeon brand has been maintained over several generations of the Intel processors including multi-processor configurations. • In 2003 Pentium 4 Extreme Edition (P4EE), incorporates Level 3 cache. (Athlon 64 was launched shortly after giving AMD an edge. EE was expensive, sometimes referred to as Emergency Edition, Expensive Edition or Extremely Expensive) 17 SSE2 • SSE2 introduced in Intel Pentium 4 and Intel Xeon processors (in 2001) • Removes the need to use MMX registers when using XMM operations. • Has 144 new instructions for data support (no new registers) • Adds support for cacheability and memory ordering operations • Useful for 3D graphics, video encoding/decoding and encryption 18 SSE3 and on • SSE3 introduced in Intel Pentium 4 and Intel Xeon processors in 2004 • Arithmetic operations inside the same register (horizontal versus vertical) • Useful for quick DSP applications, 3D graphics, video encoding/decoding and encryption • SSSE3: supplemental instruction (mostly horizontal operations) • SSE4 in 2007. (more instructions, more refined horizontal operations). (AMD started giving similar names to their vector extensions [SSE5, XOP, etc.]) • AVX: Advanced Vector Extensions coming in 2010. 256 bit registers, 3 operand instructions. 19 Making Computers Faster • There is a huge consumer need to make computers faster (more multitasking) • Moore’s law (number of transistors) • The race towards higher processor clock rates was over in the middle of the first decade of the new millennium. • More parallelism was quickly emerging as the way to speed things up (see vector extensions, hyper threading, and pipelining). • Improving on instructions per clock cycle becomes the new way to advance. 20 Intel Pentium D • In 2005, Intel introduces the Pentium D and Extreme Edition (redefined) (90/65nm, up to 3.73GHz) for desktop applications • Two dies inside a single CPU (each based on NetBurst microarchitecture) • Each core does Hyper-Threading (in high-end processors) • Hardware starts to match multithreading application needs, taking concurrency into parallelism. • Software thus needs to be parallelized to make sure hardware speed capabilities are passed to the user. 21 Intel Microarchitectures after NetBurst From Wikipedia Since 2008 Coming in 2011 22 Intel Core (Core 2, Core i7, Core i9) • Because of high power consumption of NetBurst architecture, Intel has changed to the Intel Core Micro Architecture for its new processors. (65nm to 45nm) • Intel introduced the Core 2 series processors in July of 2006 beginning with the Core 2 Dual.
Recommended publications
  • 8088 8-Bit Hmos Microprocessor 8088 8088-2
    8088 8-BIT HMOS MICROPROCESSOR 8088/8088-2 Y 8-Bit Data Bus Interface Y Byte, Word, and Block Operations Y 16-Bit Internal Architecture Y 8-Bit and 16-Bit Signed and Unsigned Arithmetic in Binary or Decimal, Y Direct Addressing Capability to 1 Mbyte of Memory Including Multiply and Divide Y Two Clock Rates: Y Direct Software Compatibility with 8086 CPU Ð 5 MHz for 8088 Ð 8 MHz for 8088-2 Y 14-Word by 16-Bit Register Set with Symmetrical Operations Y Available in EXPRESS Ð Standard Temperature Range Y 24 Operand Addressing Modes Ð Extended Temperature Range The Intel 8088 is a high performance microprocessor implemented in N-channel, depletion load, silicon gate technology (HMOS-II), and packaged in a 40-pin CERDIP package. The processor has attributes of both 8- and 16-bit microprocessors. It is directly compatible with 8086 software and 8080/8085 hardware and periph- erals. 231456±2 Figure 2. 8088 Pin Configuration 231456±1 Figure 1. 8088 CPU Functional Block Diagram August 1990 Order Number: 231456-006 8088 Table 1. Pin Description The following pin function descriptions are for 8088 systems in either minimum or maximum mode. The ``local bus'' in these descriptions is the direct multiplexed bus interface connection to the 8088 (without regard to additional bus buffers). Symbol Pin No. Type Name and Function AD7±AD0 9±16 I/O ADDRESS DATA BUS: These lines constitute the time multiplexed memory/IO address (T1) and data (T2, T3, Tw, T4) bus. These lines are active HIGH and float to 3-state OFF during interrupt acknowledge and local bus ``hold acknowledge''.
    [Show full text]
  • Computer Organization and Architecture Designing for Performance Ninth Edition
    COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION William Stallings Boston Columbus Indianapolis New York San Francisco Upper Saddle River Amsterdam Cape Town Dubai London Madrid Milan Munich Paris Montréal Toronto Delhi Mexico City São Paulo Sydney Hong Kong Seoul Singapore Taipei Tokyo Editorial Director: Marcia Horton Designer: Bruce Kenselaar Executive Editor: Tracy Dunkelberger Manager, Visual Research: Karen Sanatar Associate Editor: Carole Snyder Manager, Rights and Permissions: Mike Joyce Director of Marketing: Patrice Jones Text Permission Coordinator: Jen Roach Marketing Manager: Yez Alayan Cover Art: Charles Bowman/Robert Harding Marketing Coordinator: Kathryn Ferranti Lead Media Project Manager: Daniel Sandin Marketing Assistant: Emma Snider Full-Service Project Management: Shiny Rajesh/ Director of Production: Vince O’Brien Integra Software Services Pvt. Ltd. Managing Editor: Jeff Holcomb Composition: Integra Software Services Pvt. Ltd. Production Project Manager: Kayla Smith-Tarbox Printer/Binder: Edward Brothers Production Editor: Pat Brown Cover Printer: Lehigh-Phoenix Color/Hagerstown Manufacturing Buyer: Pat Brown Text Font: Times Ten-Roman Creative Director: Jayne Conte Credits: Figure 2.14: reprinted with permission from The Computer Language Company, Inc. Figure 17.10: Buyya, Rajkumar, High-Performance Cluster Computing: Architectures and Systems, Vol I, 1st edition, ©1999. Reprinted and Electronically reproduced by permission of Pearson Education, Inc. Upper Saddle River, New Jersey, Figure 17.11: Reprinted with permission from Ethernet Alliance. Credits and acknowledgments borrowed from other sources and reproduced, with permission, in this textbook appear on the appropriate page within text. Copyright © 2013, 2010, 2006 by Pearson Education, Inc., publishing as Prentice Hall. All rights reserved. Manufactured in the United States of America.
    [Show full text]
  • CISC Processor - Intel X86
    Architecture of Computers and Parallel Systems Part 4: Intel x86 History Ing. Petr Olivka [email protected] Department of Computer Science FEI VSB-TUO Architecture of Computers and Parallel Systems Part 4: Intel x86 History Ing. Petr Olivka [email protected] Department of Computer Science FEI VSB-TUO Architecture of Computers and Parallel Systems Part 4: Intel x86 History Ing. Petr Olivka [email protected] Department of Computer Science FEI VSB-TUO CISC Processor - Intel x86 This chapter will introduce the CISC processors evolution. We will try to illustrate the history on one typical processor, because the comparison of multiple processors simultaneously would not be clear for readers. But the selection of one typical processor is complicated due to a variety of products and manufactures in the past 30 years. We have decided to describe in this presentation one of the best- known and longest mass-produced processors in existence. We definitely do not want to say that it is the best technology or that these are processors with the highest performance! The Intel x86 processors are the selected product line. Intel 8080 (Year-Technology-Transistors-Frequency-Data bus-Address Bus) Y: 1974 T: NMOS 6μm Tr: 6000 F: 2MHz D: 8b A: 16b This 8 bit processor is not directly the first member of x86 series, but it can not be skipped. It is one of the first commercially successful microprocessors. This microprocessor became the basis for a number of the first single-board computers and its instruction set inspired other manufacturers to develop 8-bit processors.
    [Show full text]
  • How Microprocessors Work E 1 of 64 ZM
    How Microprocessors Work e 1 of 64 ZM How Microprocessors Work ZAHIDMEHBOOB +923215020706 [email protected] 2003 BS(IT) PRESTION UNIVERSITY How Microprocessors Work The computer you are using to read this page uses a microprocessor to do its work. The microprocessor is the heart of any normal computer, whether it is a desktop machine, a server or a laptop. The microprocessor you are using might be a Pentium, a K6, a PowerPC, a Sparc or any of the many other brands and types of microprocessors, but they all do approximately the same thing in approximately the same way. If you have ever wondered what the microprocessor in your computer is doing, or if you have ever wondered about the differences between types of microprocessors, then read on. Microprocessor History A microprocessor -- also known as a CPU or central processing unit -- is a complete computation engine that is fabricated on a single chip. The first microprocessor was the Intel [email protected] +923215020706 (2003) How Microprocessors Work e 2 of 64 ZM 4004, introduced in 1971. The 4004 was not very powerful -- all it could do was add and subtract, and it could only do that 4 bits at a time. But it was amazing that everything was on one chip. Prior to the 4004, engineers built computers either from collections of chips or from discrete components (transistors wired one at a time). The 4004 powered one of the first portable electronic calculators. The first microprocessor to make it into a home computer was the Intel 8080, a complete 8- bit computer on one chip, introduced in 1974.
    [Show full text]
  • Communication Theory II
    Microprocessor (COM 9323) Lecture 2: Review on Intel Family Ahmed Elnakib, PhD Assistant Professor, Mansoura University, Egypt Feb 17th, 2016 1 Text Book/References Textbook: 1. The Intel Microprocessors, Architecture, Programming and Interfacing, 8th edition, Barry B. Brey, Prentice Hall, 2009 2. Assembly Language for x86 processors, 6th edition, K. R. Irvine, Prentice Hall, 2011 References: 1. Computer Architecture: A Quantitative Approach, 5th edition, J. Hennessy, D. Patterson, Elsevier, 2012. 2. The 80x86 Family, Design, Programming and Interfacing, 3rd edition, Prentice Hall, 2002 3. The 80x86 IBM PC and Compatible Computers, Assembly Language, Design, and Interfacing, 4th edition, M.A. Mazidi and J.G. Mazidi, Prentice Hall, 2003 2 Lecture Objectives 1. Provide an overview of the various 80X86 and Pentium family members 2. Define the contents of the memory system in the personal computer 3. Convert between binary, decimal, and hexadecimal numbers 4. Differentiate and represent numeric and alphabetic information as integers, floating-point, BCD, and ASCII data 5. Understand basic computer terminology (bit, byte, data, real memory system, protected mode memory system, Windows, DOS, I/O) 3 Brief History of the Computers o1946 The first generation of Computer ENIAC (Electrical and Numerical Integrator and Calculator) was started to be used based on the vacuum tube technology, University of Pennsylvania o1970s entire CPU was put in a single chip. (1971 the first microprocessor of Intel 4004 (4-bit data bus and 2300 transistors and 45 instructions) 4 Brief History of the Computers (cont’d) oLate 1970s Intel 8080/85 appeared with 8-bit data bus and 16-bit address bus and used from traffic light controllers to homemade computers (8085: 246 instruction set, RISC*) o1981 First PC was introduced by IBM with Intel 8088 (CISC**: over 20,000 instructions) microprocessor oMotorola emerged with 6800.
    [Show full text]
  • Computer Architectures an Overview
    Computer Architectures An Overview PDF generated using the open source mwlib toolkit. See http://code.pediapress.com/ for more information. PDF generated at: Sat, 25 Feb 2012 22:35:32 UTC Contents Articles Microarchitecture 1 x86 7 PowerPC 23 IBM POWER 33 MIPS architecture 39 SPARC 57 ARM architecture 65 DEC Alpha 80 AlphaStation 92 AlphaServer 95 Very long instruction word 103 Instruction-level parallelism 107 Explicitly parallel instruction computing 108 References Article Sources and Contributors 111 Image Sources, Licenses and Contributors 113 Article Licenses License 114 Microarchitecture 1 Microarchitecture In computer engineering, microarchitecture (sometimes abbreviated to µarch or uarch), also called computer organization, is the way a given instruction set architecture (ISA) is implemented on a processor. A given ISA may be implemented with different microarchitectures.[1] Implementations might vary due to different goals of a given design or due to shifts in technology.[2] Computer architecture is the combination of microarchitecture and instruction set design. Relation to instruction set architecture The ISA is roughly the same as the programming model of a processor as seen by an assembly language programmer or compiler writer. The ISA includes the execution model, processor registers, address and data formats among other things. The Intel Core microarchitecture microarchitecture includes the constituent parts of the processor and how these interconnect and interoperate to implement the ISA. The microarchitecture of a machine is usually represented as (more or less detailed) diagrams that describe the interconnections of the various microarchitectural elements of the machine, which may be everything from single gates and registers, to complete arithmetic logic units (ALU)s and even larger elements.
    [Show full text]
  • 5 Microprocessors
    Color profile: Disabled Composite Default screen BaseTech / Mike Meyers’ CompTIA A+ Guide to Managing and Troubleshooting PCs / Mike Meyers / 380-8 / Chapter 5 5 Microprocessors “MEGAHERTZ: This is a really, really big hertz.” —DAVE BARRY In this chapter, you will learn or all practical purposes, the terms microprocessor and central processing how to Funit (CPU) mean the same thing: it’s that big chip inside your computer ■ Identify the core components of a that many people often describe as the brain of the system. You know that CPU CPU makers name their microprocessors in a fashion similar to the automobile ■ Describe the relationship of CPUs and memory industry: CPU names get a make and a model, such as Intel Core i7 or AMD ■ Explain the varieties of modern Phenom II X4. But what’s happening inside the CPU to make it able to do the CPUs amazing things asked of it every time you step up to the keyboard? ■ Install and upgrade CPUs 124 P:\010Comp\BaseTech\380-8\ch05.vp Friday, December 18, 2009 4:59:24 PM Color profile: Disabled Composite Default screen BaseTech / Mike Meyers’ CompTIA A+ Guide to Managing and Troubleshooting PCs / Mike Meyers / 380-8 / Chapter 5 Historical/Conceptual ■ CPU Core Components Although the computer might seem to act quite intelligently, comparing the CPU to a human brain hugely overstates its capabilities. A CPU functions more like a very powerful calculator than like a brain—but, oh, what a cal- culator! Today’s CPUs add, subtract, multiply, divide, and move billions of numbers per second.
    [Show full text]
  • Architecture of Intel8086/8088
    Agnihotri Engineering & GATE Classes Scripting success stories MICROPROCESSORS 8086 (INTEL) SALIENT FEATURES: 8086 is the first 16-bit microprocessor from INTEL, released in the year 1978 . It is a 40 pin DIP chip based on N- channel, depletion load silicon gate technology(HMOS). The term 16 bit means that its ALU,its internal registers and most of the instructions are designed to work with 16 bit binary words.8086 is available at different clock speeds Viz, 5 M.Hz(8086);8M.Hz(8086-2) and 10(8086-1) M.Hz .8086 microprocessor has a 16-bit data bus and 20-bit address bus. So, it can address any one of 220 =1048576=1 mega byte memory locations. INTEL 8088 has the same ALU ,same registers and same instruction set as the 8086.But the only difference is 8088 has only 8-bit data bus and 20-bit address bus. Hence the 8088 can only read/write/ports of only 8-bit data at a time .The 8088 was used as the CPU in the original IBM personal computers [ IBMPC/XT] .The 8086 microprocessor can work in two modes of operations .They are Minimum mode and Maximum mode. In the minimum mode of operation the microprocessor do not associate with any co-processors and can not be used for multiprocessor systems. But in the maximum mode the 8086 can work in multi-processor or co-processor configuration. This minimum or maximum operations are decided by the pin MN/ MX(Active low). When this pin is high 8086 operates in minimum mode otherwise it operates in Maximium mode.
    [Show full text]
  • The Intel 8088 Architecture and Instruction Set
    ELEC 464 : MICROCOMPUTER SYSTEM DESIGN 1996/97 WINTER SESSION TERM 1 The Intel 8088 Architecture and Instruction Set This lecture describes a subset of the 8088 architecture and instruction set. While it’s not possible to cover all the details of the 8088 in one lecture you should learn enough about the 8088 to be able to: write simple program in 8088 assembly language including: (1) transfer of 8 and 16-bit data between registers and memory using register, immediate, direct, and register indirect addressing, (2) some essential arithmetic and logic instructions on byte and 16-bit values, (3) stack push/pop, (4) input/output, (5) [un]conditional branches, (6) call/return, (7) interrupt/return, (8) essential pseudo-ops (org, db, dw). compute a physical address from segment and offset values, describe response of 8088 to NMI, software (INT) and external (IRQ) interrupts and return from interrupts. History rupts/exceptions. There are also three segment registers (CS, DS, The original Intel 16-bit CPU was the 8086. It was SS) which are used to allow the code, data and designed to be backwards-compatible at the assem- stack to be located in any three 64 kByte “segments” bler level with Intel’s 8-bit CPU, the 8080. The 8088 within a 1 megabyte (20-bit) address space as de- is a version of the 8086 with an 8-bit data bus. The scribed below. 8088 was used in the original IBM PC and its many clones. Later versions of the 8086 include the i386 which extends the data and address registers to 32 Instruction Set bits and includes support for memory protection and Data Transfer virtual memory.
    [Show full text]
  • Chapter 1 Bootstrap
    DRAFT as of September 23, 2010: Copyright 2009 Cox, Kaashoek, Morris Chapter 1 Bootstrap Hardware A computer’s CPU (central processing unit, or processor) runs a conceptually sim- ple loop: it inspects the value of a register called the program counter, reads a ma- chine instruction from that address in memory, advances the program counter past the instuction, and executes the instruction. Repeat. If the execution of the instruction does not modify the program counter, this loop will interpret the memory pointed at by the program counter as a sequence of machine instructions to run one after the other. Instructions that do change the program counter implement conditional branches, unconditional branches, and function calls. The execution engine is useless without the ability to store and modify program data. The fastest storage for data is provided by the processor’s register set. A register is a storage cell inside the processor itself, capable of holding a machine word-sized value (typically 16, 32, or 64 bits). Data stored in registers can typically be read or written quickly, in a single CPU cycle. The x86 provides eight general purpose 32-bit registers—%eax, %ebx, %ecx, %edx, %edi, %esi, %ebp, and %esp—and a program counter %eip (the ‘‘instruction pointer’’). The common e prefix stands for extended, as these are 32-bit extensions of the 16-bit registers %ax, %bx, %cx, %dx, %di, %si, %bp, %sp, and %ip. The two register sets are aliased so that, for example, %ax is the bottom half of %eax: writing to %ax changes the value stored in %eax and vice versa.
    [Show full text]
  • Intel High-Performance Consumer Desktop Microprocessor Timeline
    INTEL HIGH-PERFORMANCE CONSUMER DESKTOP MICROPROCESSOR TIMELINE 1971: 4004 Microprocessor The 4004 was Intel's first microprocessor. This breakthrough invention powered the Busicom* calculator and paved the way for embedding intelligence in inanimate objects as well as the personal computer. Number of Transistors: 2,300 Speed: 108KHz Busicom* Calculator Ted Hoff 4004 Microprocessor • Intel began development of the first microprocessor in 1969 as part of a project for Japanese calculator manufacturer Busicom (far left) to develop a set of chips for a family of programmable calculators. • The original plan from Busicom called for 12 custom chips. Ted Hoff, an Intel engineer (center), developed the concept for a general-purpose logic device would be a better, more efficient solution – his idea led to the development of the microprocessor. • Originally, Busicom owned the rights to the microprocessor having paid Intel $60,000. Realizing the potential for the “brain” chip, Intel offered to return the $60,000 in exchange for the rights to the microprocessor design. Busicom agreed and Intel introduced the 4004 (right) to the worldwide market on November 15, 1971. The 4004 sold for $200 each. 1972: 8008 Microprocessor The 8008 was twice as powerful as the 4004. A 1974 article in Radio Electronics* referred to a device called the Mark-8 which used the 8008. The Mark-8 is known as one of the first computers for the home --one that by today's standards was difficult to build, maintain and operate. Number of Transistors: 3,500 Speed: 200KHz 1974: 8080 Microprocessor The 8080 became the brains of the first personal computer--the Altair*, allegedly named for a destination of the Starship Enterprise from the Star Trek television show.
    [Show full text]
  • Intel Consumer Desktop Pc Microprocessor History Timeline
    INTEL CONSUMER DESKTOP PC MICROPROCESSOR HISTORY TIMELINE 1971: 4004 Microprocessor The 4004, invented by Intel, was the world’s first commercially available microprocessor. This breakthrough invention powered the Busicom calculator and paved the way for embedding intelligence in inanimate objects as well as the personal computer. Number of Transistors: 2,300 Speed: 108KHz ?? Intel began development of the first microprocessor in 1969 as part of a project for Japanese calculator manufacturer Busicom (far left) to develop a set of chips for a family of programmable calculators. ?? The original plan from Busicom called for 12 custom chips. Ted Hoff, an Intel engineer (center), developed the concept for a general-purpose logic device would be a better, more efficient solution – his idea led to the development of the microprocessor. ?? Originally, Busicom owned the rights to the microprocessor having paid Intel $60,000. Realizing the potential for the “brain” chip, Intel offered to return the $60,000 in exchange for the rights to the microprocessor design. Busicom agreed and Intel introduced the 4004 (right) to the worldwide market on November 15, 1971. The 4004 sold for $299 each. 1972: 8008 Microprocessor The Intel 8008 was twice as powerful as the 4004. A 1974 article in Radio Electronics referred to a device called the Mark-8 that used the 8008. The Mark-8 is known as one of the first computers for the home--one that by today's standards was difficult to build, maintain and operate. Number of Transistors: 3,500 Speed: 200KHz 1974: 8080 Microprocessor The Intel 8080 became the brains of the first personal computer--the Altair, allegedly named for a destination of the Starship Enterprise from the Star Trek television show.
    [Show full text]