Assembly Language for x86 Processors 7 th Edition. Chapter 2: x86 Processor Architecture

Similar documents
CS 16: Assembly Language Programming for the IBM PC and Compatibles

Assembly Language for Intel-Based Computers, 4 th Edition. Chapter 2: IA-32 Processor Architecture. Chapter Overview.

Computer Organization (II) IA-32 Processor Architecture. Pu-Jen Cheng

Assembly Language for Intel-Based Computers, 4 th Edition. Kip R. Irvine. Chapter 2: IA-32 Processor Architecture

IA-32 Architecture. Computer Organization and Assembly Languages Yung-Yu Chuang 2005/10/6. with slides by Kip Irvine and Keith Van Rhein

Assembly Language for Intel-Based Computers, 4 th Edition. Chapter 2: IA-32 Processor Architecture Included elements of the IA-64 bit

Assembly Language. Lecture 2 - x86 Processor Architecture. Ahmed Sallam

Assembly Language. Lecture 2 x86 Processor Architecture

Computers and Microprocessors. Lecture 34 PHYS3360/AEP3630

IA-32 Architecture COE 205. Computer Organization and Assembly Language. Computer Engineering Department

Hardware and Software Architecture. Chapter 2

The Instruction Set. Chapter 5

EEM336 Microprocessors I. The Microprocessor and Its Architecture

Computer Processors. Part 2. Components of a Processor. Execution Unit The ALU. Execution Unit. The Brains of the Box. Processors. Execution Unit (EU)

Moodle WILLINGDON COLLEGE SANGLI (B. SC.-II) Digital Electronics

Lecture (02) The Microprocessor and Its Architecture By: Dr. Ahmed ElShafee

Chapter 2: The Microprocessor and its Architecture

Instruction Set Architectures

We can study computer architectures by starting with the basic building blocks. Adders, decoders, multiplexors, flip-flops, registers,...

6/17/2011. Introduction. Chapter Objectives Upon completion of this chapter, you will be able to:

Complex Instruction Set Computer (CISC)

Assembly I: Basic Operations. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

MICROPROCESSOR TECHNOLOGY

For your convenience Apress has placed some of the front matter material after the index. Please use the Bookmarks and Contents at a Glance links to

eaymanelshenawy.wordpress.com

EXPERIMENT WRITE UP. LEARNING OBJECTIVES: 1. Get hands on experience with Assembly Language Programming 2. Write and debug programs in TASM/MASM

Registers. Ray Seyfarth. September 8, Bit Intel Assembly Language c 2011 Ray Seyfarth

Introduction to IA-32. Jo, Heeseung

INTRODUCTION TO IA-32. Jo, Heeseung

UNIT 2 PROCESSORS ORGANIZATION CONT.

Low Level Programming Lecture 2. International Faculty of Engineerig, Technical University of Łódź

Advanced Microprocessors

Computer System Architecture

Basic Execution Environment

Computers Are Your Future

Assembly Language Programming 64-bit environments

CMSC Lecture 03. UMBC, CMSC313, Richard Chang

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

Memory Models. Registers

DIGITA L LOGIC AND COMPUTER ORGA NIZATION

3 Computer Architecture and Assembly Language

Computers Are Your Future

Introduction to Machine/Assembler Language

Computers and Microprocessors. Lecture 35 PHYS3360/AEP3630

The von Neumann Machine

Microprocessor (COM 9323)

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 03, SPRING 2013

Addressing Modes on the x86

The Microprocessor and its Architecture

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER

1 Overview of the AMD64 Architecture

How Software Executes

Dr. Ramesh K. Karne Department of Computer and Information Sciences, Towson University, Towson, MD /12/2014 Slide 1

The von Neumann Machine

About the Presentations

Chapter I The System Unit

Assembly Language Each statement in an assembly language program consists of four parts or fields.

Instruction Set Architecture (ISA) Data Types

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result.

Assembler Programming. Lecture 2

Chapter 4 The Components of the System Unit

Chapter 4 The Components of the System Unit

History of the Intel 80x86

Components of a personal computer

Machine-level Representation of Programs. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

PRODUCT SPECIFICATION

Instruction Set Architectures

Inside the Computer System

ADVANCED PROCESSOR ARCHITECTURES AND MEMORY ORGANISATION Lesson-11: 80x86 Architecture

LabSim Mapping Matrix

Intel Architecture. Compass Security Schweiz AG Werkstrasse 20 Postfach 2038 CH-8645 Jona

IA32 Intel 32-bit Architecture

CHAPTER 3 BASIC EXECUTION ENVIRONMENT

Processes and Tasks What comprises the state of a running program (a process or task)?

Introduction to Microprocessor

Credits and Disclaimers

Mother Board And Its Components By :- IMRAN QURESHI

Microcomputer Architecture and Programming

Computer Maintenance. Unit Subtitle: Motherboards. Copyright Texas Education Agency, All rights reserved. 1

Lecture 15 Intel Manual, Vol. 1, Chapter 3. Fri, Mar 6, Hampden-Sydney College. The x86 Architecture. Robb T. Koether. Overview of the x86

Chapter No. 1. Motherboard & its Components

x86 Programming I CSE 351 Winter

Lecture 4 CIS 341: COMPILERS

Chapter 6 Part 1 Understanding Hardware

Module 1. Introduction. Version 2 EE IIT, Kharagpur 1

6/20/2011. Introduction. Chapter Objectives Upon completion of this chapter, you will be able to:

Basic Computer Architecture

Datapoint 2200 IA-32. main memory. components. implemented by Intel in the Nicholas FitzRoy-Dale

EC-333 Microprocessor and Interfacing Techniques

Moving from 32 to 64 bits while maintaining compatibility. Orlando Ricardo Nunes Rocha

Homeschool Enrichment. The System Unit: Processing & Memory

W4118: PC Hardware and x86. Junfeng Yang

Full file at

EEM336 Microprocessors I. Addressing Modes

Chapter 3: Computer Assembly

Chapter 2. lw $s1,100($s2) $s1 = Memory[$s2+100] sw $s1,100($s2) Memory[$s2+100] = $s1

Unit 1. Aries Technology Course

Chapter 9: A Closer Look at System Hardware

Identify Components of the. Motherboard

Transcription:

Assembly Language for x86 Processors 7 th Edition Kip Irvine Chapter 2: x86 Processor Architecture Slides prepared by the author Revision date: 1/15/2014 (c) Pearson Education, 2015. All rights reserved. You may modify and copy this slide show for your personal use, or for use in the classroom, as long as this copyright statement, the author's name, and the title are not changed.

Chapter Overview General Concepts IA-32 Processor Architecture IA-32 Memory Management 64-bit Processors Components of an IA-32 Microcomputer Input-Output System Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 2

General Concepts Basic microcomputer design Instruction execution cycle Reading from memory How programs run Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 3

Basic Microcomputer Design clock synchronizes CPU operations control unit (CU) coordinates sequence of execution steps ALU performs arithmetic and bitwise processing data bus registers Central Processor Unit (CPU) Memory Storage Unit I/O Device #1 I/O Device #2 ALU CU clock control bus address bus Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 4

Clock synchronizes all CPU and BUS operations machine (clock) cycle measures time of a single operation clock is used to trigger events 1 one cycle 0 Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 5

What's Next General Concepts IA-32 Processor Architecture IA-32 Memory Management 64-Bit Processors Components of an IA-32 Microcomputer Input-Output System Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 6

Instruction Execution Cycle Fetch Decode Fetch operands Execute Store output Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 7

Reading from Memory Multiple machine cycles are required when reading from memory, because it responds much more slowly than the CPU. The steps are: 1. Place the address of the value you want to read on the address bus. 2. Assert (changing the value of) the processor s RD (read) pin. 3. Wait one clock cycle for the memory chips to respond. 4. Copy the data from the data bus into the destination operand Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 8

Cache Memory High-speed expensive static RAM both inside and outside the CPU. Level-1 cache: inside the CPU Level-2 cache: outside the CPU Cache hit: when data to be read is already in cache memory Cache miss: when data to be read is not in cache memory. Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 9

How a Program Runs User sends program name to Operating system searches for program in Current directory gets starting cluster from Directory entry loads and starts returns to Program System path Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 10

IA-32 Processor Architecture Modes of operation Basic execution environment Floating-point unit Intel Microprocessor history Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 11

Modes of Operation Protected mode native mode (Windows, Linux) Real-address mode native MS-DOS System management mode power management, system security, diagnostics Virtual-8086 mode hybrid of Protected each program has its own 8086 computer Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 12

Basic Execution Environment Addressable memory General-purpose registers Index and base registers Specialized register uses Status flags Floating-point, MMX, XMM registers Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 13

Addressable Memory Protected mode 4 GB 32-bit address Real-address and Virtual-8086 modes 1 MB space 20-bit address Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 14

General-Purpose Registers Named storage locations inside the CPU, optimized for speed. 32-bit General-Purpose Registers EAX EBX ECX EDX EBP ESP ESI EDI 16-bit Segment Registers EFLAGS EIP CS SS DS ES FS GS Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 15

Accessing Parts of Registers Use 8-bit name, 16-bit name, or 32-bit name Applies to EAX, EBX, ECX, and EDX 8 AH 8 AL 8 bits + 8 bits AX 16 bits EAX 32 bits Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 16

Index and Base Registers Some registers have only a 16-bit name for their lower half: Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 17

Some Specialized Register Uses (1 of 2) General-Purpose EAX accumulator ECX loop counter ESP stack pointer ESI, EDI index registers EBP extended frame pointer (stack) Segment CS code segment DS data segment SS stack segment ES, FS, GS - additional segments Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 18

Some Specialized Register Uses (2 of 2) EIP instruction pointer EFLAGS status and control flags each flag is a single binary bit Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 19

Status Flags Carry unsigned arithmetic out of range Overflow signed arithmetic out of range Sign result is negative Zero result is zero Auxiliary Carry carry from bit 3 to bit 4 Parity sum of 1 bits is an even number Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 20

Floating-Point, MMX, XMM Registers Eight 80-bit floating-point data registers ST(0), ST(1),..., ST(7) arranged in a stack used for all floating-point arithmetic Eight 64-bit MMX registers Eight 128-bit XMM registers for singleinstruction multiple-data (SIMD) operations ST(0) ST(1) ST(2) ST(3) ST(4) ST(5) ST(6) ST(7) Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 21

What's Next General Concepts IA-32 Processor Architecture IA-32 Memory Management 64-Bit Processors Components of an IA-32 Microcomputer Input-Output System Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 22

IA-32 Memory Management Real-address mode Calculating linear addresses Protected mode Multi-segment model Paging Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 23

Protected Mode (1 of 2) 4 GB addressable RAM (00000000 to FFFFFFFFh) Each program assigned a memory partition which is protected from other programs Designed for multitasking Supported by Linux & MS-Windows Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 24

What's Next General Concepts IA-32 Processor Architecture IA-32 Memory Management 64-Bit Processors Components of an IA-32 Microcomputer Input-Output System Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 25

64-Bit Processors 64-Bit Operation Modes Compatibility mode can run existing 16-bit and 32-bit applications (Windows supports only 32-bit apps in this mode) 64-bit mode Windows 64 uses this Basic Execution Environment addresses can be 64 bits (48 bits, in practice) 16 64-bit general purpose registers 64-bit instruction pointer named RIP Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 26

64-Bit General Purpose Registers 32-bit general purpose registers: EAX, EBX, ECX, EDX, EDI, ESI, EBP, ESP, R8D, R9D, R10D, R11D, R12D, R13D, R14D, R15D 64-bit general purpose registers: RAX, RBX, RCX, RDX, RDI, RSI, RBP, RSP, R8, R9, R10, R11, R12, R13, R14, R15 Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 27

What's Next General Concepts IA-32 Processor Architecture IA-32 Memory Management 64-Bit Processors Components of an IA-32 Microcomputer Input-Output System Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 28

Components of an IA-32 Microcomputer Motherboard Video output Memory Input-output ports Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 29

Motherboard CPU socket External cache memory slots Main memory slots BIOS chips Sound synthesizer chip (optional) Video controller chip (optional) IDE, parallel, serial, USB, video, keyboard, joystick, network, and mouse connectors PCI bus connectors (expansion cards) Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 30

Video Audio chip Intel D850MD Motherboard mouse, keyboard, parallel, serial, and USB connectors PCI slots AGP slot memory controller hub Pentium 4 socket Firmware hub dynamic RAM I/O Controller Speaker Battery Source: Intel Desktop Board D850MD/D850MV Technical Product Specification IDE drive connectors Power connector Diskette connector Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 31

Intel 965 Express Chipset Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 32

Video Output Video controller on motherboard, or on expansion card AGP (accelerated graphics port technology)* Video memory (VRAM) Video CRT Display uses raster scanning horizontal retrace vertical retrace Direct digital LCD monitors no raster scanning required * This link may change over time. Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 33

Sample Video Controller (ATI Corp.) 128-bit 3D graphics performance powered by RAGE 128 PRO 3D graphics performance Intelligent TV-Tuner with Digital VCR TV-ON-DEMAND Interactive Program Guide Still image and MPEG-2 motion video capture Video editing Hardware DVD video playback Video output to TV or VCR Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 34

ROM read-only memory EPROM Memory erasable programmable read-only memory Dynamic RAM (DRAM) inexpensive; must be refreshed constantly Static RAM (SRAM) expensive; used for cache memory; no refresh required Video RAM (VRAM) dual ported; optimized for constant video refresh CMOS RAM complimentary metal-oxide semiconductor system setup information See: Intel platform memory (Intel technology brief: link address may change) Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 35

Input-Output Ports USB (universal serial bus) intelligent high-speed connection to devices up to 12 megabits/second USB hub connects multiple devices enumeration: computer queries devices supports hot connections Parallel short cable, high speed common for printers bidirectional, parallel data transfer Intel 8255 controller chip Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 36

Input-Output Ports (cont) Serial RS-232 serial port one bit at a time uses long cables and modems 16550 UART (universal asynchronous receiver transmitter) programmable in assembly language Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 37

Device Interfaces ATA host adapters intelligent drive electronics (hard drive, CDROM) SATA (Serial ATA) inexpensive, fast, bidirectional FireWire high speed (800 MB/sec), many devices at once Bluetooth small amounts of data, short distances, low power usage Wi-Fi (wireless Ethernet) IEEE 802.11 standard, faster than Bluetooth Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 38

What's Next General Concepts IA-32 Processor Architecture IA-32 Memory Management Components of an IA-32 Microcomputer Input-Output System Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 39

Levels of Input-Output Level 3: High-level language function examples: C++, Java portable, convenient, not always the fastest Level 2: Operating system Application Programming Interface (API) extended capabilities, lots of details to master Level 1: BIOS drivers that communicate directly with devices OS security may prevent application-level code from working at this level Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 40

Displaying a String of Characters Application Program Level 3 When a HLL program displays a string of characters, the following steps take place: OS Function BIOS Function Level 2 Level 1 Hardware Level 0 Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 41

Programming levels Assembly language programs can perform input-output at each of the following levels: Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 42

Summary Central Processing Unit (CPU) Arithmetic Logic Unit (ALU) Instruction execution cycle Multitasking Floating Point Unit (FPU) Complex Instruction Set Real mode and Protected mode Motherboard components Memory types Input/Output and access levels Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 43

42 69 6E 61 72 79 What does this say? Irvine, Kip R. Assembly Language for x86 Processors 7/e, 2015. 44