1 Comparison of Intel Microprocessor 8086, 386, 486, Pentium II by Hong Li Rivier College, CS699A Professional Seminar Fall 1999.

Slides:



Advertisements
Similar presentations
Windows XP Operating Systems  COSC513 Operating Systems  Mr. Nut Prommongkonkun  Student ID #
Advertisements

Introduction to Microprocessors and Microcomputers.
Chapter 1 An Introduction To Microprocessor And Computer
1 Intel Microprocessors The history of Intel’s microprocessors (From the 4004 to the Pentium Pro) David Lenhardt Bryan Payne Marcus O’Malley Jonathan Taylor.
Khaled A. Al-Utaibi  Computers are Every Where  What is Computer Engineering?  Design Levels  Computer Engineering Fields  What.
Vacuum tubes Transistor 1948 ICs 1960s Microprocessors 1970s.
Chapter 12 Three System Examples The Architecture of Computer Hardware and Systems Software: An Information Technology Approach 3rd Edition, Irv Englander.
ECE 232 L2 Basics.1 Adapted from Patterson 97 ©UCBCopyright 1998 Morgan Kaufmann Publishers ECE 232 Hardware Organization and Design Lecture 2 Computer.
Vacuum tubes Transistor 1948 –Smaller, Cheaper, Less heat dissipation, Made from Silicon (Sand) –Invented at Bell Labs –Shockley, Brittain, Bardeen ICs.
CS / Schlesinger Lec1.1 1/20/99©UCB Spring 1999 Computer Architecture Lecture 1 Introduction and Five Components of a Computer Spring, 1999 Arie Schlesinger.
1 CS402 PPP # 1 Computer Architecture Evolution. 2 John Von Neuman original concept.
Computer Organization and Assembly language
Computer Organization & Assembly Language
Computer Architecture and Organization
Intel
INTRODUCTION TO MICROPROCESSORS
Assembly Language for Intel-Based Computers, 4 th Edition Chapter 2: IA-32 Processor Architecture (c) Pearson Education, All rights reserved. You.
Semiconductor Memory 1970 Fairchild Size of a single core –i.e. 1 bit of magnetic core storage Holds 256 bits Non-destructive read Much faster than core.
The Intel Architecture and Windows Internals
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
Computer Organization & Assembly Language
Computers Central Processor Unit. Basic Computer System MAIN MEMORY ALUCNTL..... BUS CONTROLLER Processor I/O moduleInterconnections BUS Memory.
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
Overview Introduction The Level of Abstraction Organization & Architecture Structure & Function Why study computer organization?
1 CS503: Operating Systems Spring 2014 Dongyan Xu Department of Computer Science Purdue University.
Introduction CSE 410, Spring 2008 Computer Systems
Computer Architecture and Organization Introduction.
Pre-Pentium Intel Processors /
Introduction of Intel Processors
Computers organization & Assembly Language Chapter 0 INTRODUCTION TO COMPUTING Basic Concepts.
An overview of Computer System
Fall 2012 Chapter 2: x86 Processor Architecture. Irvine, Kip R. Assembly Language for x86 Processors 6/e, Chapter Overview General Concepts IA-32.
Advanced Computer Architecture 0 Lecture # 1 Introduction by Husnain Sherazi.
History of Microprocessor MPIntroductionData BusAddress Bus
Upgrading and Repairing PCs
Computer Organization and Design Computer Abstractions and Technology
Computer System Design Lecture 1 Wannarat Suntiamorntut.
CHAPTER 4 The Central Processing Unit. Chapter Overview Microprocessors Replacing and Upgrading a CPU.
Chapter Overview Microprocessors Replacing and Upgrading a CPU.
© 2006 Pearson Education Chapter 1: Computer Systems.
Architecture of Microprocessor
Chapter 1: How are computers organized?. Software, data, & processing ? A computers has no insight or intuition A computers has no insight or intuition.
Different Microprocessors Tamanna Haque Nipa Lecturer Dept. of Computer Science Stamford University Bangladesh.
Capability of processor determine the capability of the computer system. Therefore, processor is the key element or heart of a computer system. Other.
The Evolution of the Intel 80x86 Architecture Chad Derrenbacker Chris Garvey Manpreet Hundal Tom Opfer CS 350 December 9, 1998.
1 x86 Programming Model Microprocessor Computer Architectures Lab Components of any Computer System Control – logic that controls fetching/execution of.
SEPTEMBER 8, 2015 Computer Hardware 1-1. HARDWARE TERMS CPU — Central Processing Unit RAM — Random-Access Memory  “random-access” means the CPU can read.
Submitted To: Submitted By: Seminar On 8086 Microprocessors.
Computer Architecture Organization and Architecture
Programming with Java. Chapter 1 Focuses on: –components of a computer –how those components interact –how computers store and manipulate information.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Computer Architecture Furkan Rabee
Chapter Overview General Concepts IA-32 Processor Architecture
William Stallings Computer Organization and Architecture 6th Edition
Computer Organization and Architecture Lecture 1 : Introduction
Memory COMPUTER ARCHITECTURE
HISTORY OF MICROPROCESSORS
INTRODUCTION TO MICROPROCESSORS
Lecture-1 Introduction
INTRODUCTION TO MICROPROCESSORS
Microcomputer Architecture
INTRODUCTION TO MICROPROCESSORS
HISTORY OF MICROPROCESSORS
عمارة الحاسب.
Intel Microprocessor.
BIC 10503: COMPUTER ARCHITECTURE
Microprocessor & Assembly Language
Today’s agenda Hardware architecture and runtime system
INTRODUCTION TO COMPUTER ARCHITECTURE
Presentation transcript:

1 Comparison of Intel Microprocessor 8086, 386, 486, Pentium II by Hong Li Rivier College, CS699A Professional Seminar Fall 1999

2 Introduction Computer technology has made incredible progress in the past half century. In 1945, there were no stored-program computers. Today, a few thousand dollars will purchase a personal computer that has more performance, more main memory, and more disk storage than a computer bought in 1965 for $1 million. During the first 25 years of electronic computers, both forces made a major contribution; but beginning in about 1970, computer designers became largely dependent upon integrated circuit technology. The late 1970s saw the emergence of the microprocessor. What is a microprocessor ?

3 The Intel 8086 Microprocessor It is a 16-bit microprocessor chip available in speeds of 8MHz, 10MHz, and 12MHz. It can address 1 Mb of data with only 16-bit address. This is accomplished by segmenting memory into separate 64K groups of data. Hardware and instructions integral to the 8086 control each 64K group.

4 The Intel 8086 Microprocessor (continued) Memory Structure Data storage in 8086 memory Paragraphs Program Segmentation and Segment Registers Hardware Registers Flags Input/Output (I/O) Structure

5 Intel 386 Microprocessor It is an entry-level 32-bit microprocessor designed for single- user applications and operating systems such as MS-DOS and Windows. Base Architecture the Intel 386 consists of three major components: a central processing unit (CPU) a memory management unit -- segmentation unit -- the paging mechanism the Intel has two modes of operation: Real Address Mode (Real Mode), and Protected Virtual Address Mode (Protected Mode). a bus interface

6 Intel 386 Microprocessor (continued) Registers

7 Intel 386 Microprocessor (continued)

8 Instruction Set The instruction set is divided into nine categories of operations Addressing Modes The Intel 386 provides a total of 11 addressing modes for instructions to specify operands Memory organization –I/O Space –Real Mode Architecture –Protected Mode Architecture

9 Intel 486 microprocessor The Intel 486 CPU offers the highest performance for DOS, OS/2, Windows, and UNIX system V/Intel 386 applications. Its 100% binary compatible with the Intel 386 CPU.  Architectural Overview  Real Mode Architecture.  Protected Mode Architecture  On-Chip Cache

10 Pentium II Microprocessor The Pentium II processor features and benefits can enhance user’s computing experience: Introduction, Product Highlights,Dynamic Execution Technology, Intel MMX Technology, Thesting and Performance Monitioring Features.  Introduction  Product Highlights  Testing and Performance Monitoring Features

11 Summary  The Intel 8086 It is a 16-bit architecture, with all internal registers 16 bits wide.  The Intel were included a 32-bit data bus structure and the ability to address up to 4GB of memory.  The Intel was a 32-bit data bus structure, and the ability to address up to 64GB of memory.  The Pentium II processor was a 7.5 million- transistor, it incorporates the Pentium pro and the Intel MMX technology, which is designed specifically to process video, audio and graphics data efficiently.

12 References: David A. Patterson & John L. Hennessy, "Computer Architecture a Quantitative Approach,“ 2 nd edition, pp. 1-3, pp. D1- D14. "Intel Microprocessor: Volume I", 1994, Pg , Pg "Intel Microprocessor: Volume II", 1994, Pg 2-2, Pg Robert S. Lai, "Writing MS-DOS Device Drivers", 2 nd edition, The Waite Group, pp