ECOM 2325 Computer Organization and Assembly Language. Instructor: Ruba A.Salamah INTRODUCTION

Similar documents
Chapter Overview. Assembly Language for Intel-Based Computers, 4 th Edition. Chapter 1: Basic Concepts. Printing this Slide Show

Computer Organization and Assembly Language. Lab Session 01

Course Syllabus [1/2]

Assembly Language for Intel-Based Computers, 4 th Edition. Chapter 1: Basic Concepts. Chapter Overview. Welcome to Assembly Language

Data Representation COE 301. Computer Organization Prof. Muhamed Mudawar

Course overview. Computer Organization and Assembly Languages Yung-Yu Chuang 2006/09/18. with slides by Kip Irvine

History of Computing. Ahmed Sallam 11/28/2014 1

Number representations

Rui Wang, Assistant professor Dept. of Information and Communication Tongji University.

Course overview. Computer Organization and Assembly Languages Yung-Yu Chuang 2007/09/17. with slides by Kip Irvine

Basic Concepts COE 205. Computer Organization and Assembly Language Dr. Aiman El-Maleh

World Inside a Computer is Binary

BINARY SYSTEM. Binary system is used in digital systems because it is:

Digital Systems COE 202. Digital Logic Design. Dr. Muhamed Mudawar King Fahd University of Petroleum and Minerals

COMP Overview of Tutorial #2

Number System. Introduction. Decimal Numbers

MACHINE LEVEL REPRESENTATION OF DATA

Number Systems and Conversions UNIT 1 NUMBER SYSTEMS & CONVERSIONS. Number Systems (2/2) Number Systems (1/2) Iris Hui-Ru Jiang Spring 2010

Digital Logic. The Binary System is a way of writing numbers using only the digits 0 and 1. This is the method used by the (digital) computer.

Final Labs and Tutors

CHW 261: Logic Design

DLD VIDYA SAGAR P. potharajuvidyasagar.wordpress.com. Vignana Bharathi Institute of Technology UNIT 1 DLD P VIDYA SAGAR

Harry H. Porter, 2006

Level ISA3: Information Representation

Digital Fundamentals

Assembler Language "Boot Camp" Part 1 - Numbers and Basic Arithmetic SHARE in San Francisco August 18-23, 2002 Session 8181

Number Systems CHAPTER Positional Number Systems

1.1. INTRODUCTION 1.2. NUMBER SYSTEMS

Decimal & Binary Representation Systems. Decimal & Binary Representation Systems

ALT-Assembly Language Tutorial

Number Systems. Both numbers are positive

Beyond Base 10: Non-decimal Based Number Systems

9/3/2015. Data Representation II. 2.4 Signed Integer Representation. 2.4 Signed Integer Representation

CSC201, SECTION 002, Fall 2000: Homework Assignment #2

EXPERIMENT NO: 01. Write a program to convert decimal number to binary and vice versa.

Assembler Language "Boot Camp" Part 1 - Numbers and Basic Arithmetic. SHARE 117 in Orlando Session 9210 August 8, 2011

Beyond Base 10: Non-decimal Based Number Systems

Digital Arithmetic. Digital Arithmetic: Operations and Circuits Dr. Farahmand

Name: CMSC 313 Fall 2001 Computer Organization & Assembly Language Programming Exam 1. Question Points I. /34 II. /30 III.

CMPE223/CMSE222 Digital Logic Design. Positional representation

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

Lab 3: Defining Data and Symbolic Constants

Constants and Expressions. Lecture 7: Assembly Language Programs. Constants and Expressions (cont.) Statements. Names. Assembly Directives

Assembler Language "Boot Camp" Part 1 - Numbers and Basic Arithmetic SHARE 115 in Boston August 1-5, 2010

EE292: Fundamentals of ECE

IT 1204 Section 2.0. Data Representation and Arithmetic. 2009, University of Colombo School of Computing 1

Fundamentals of Programming Session 2

Chapter 2 Number System

Positional notation Ch Conversions between Decimal and Binary. /continued. Binary to Decimal

Chapter 3: Number Systems and Codes. Textbook: Petruzella, Frank D., Programmable Logic Controllers. McGraw Hill Companies Inc.

Semester Transition Point. EE 109 Unit 11 Binary Arithmetic. Binary Arithmetic ARITHMETIC

Module 1: Information Representation I -- Number Systems

Introduction to Numbering Systems

ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT, OAKLAND UNIVERSITY ECE-2700: Digital Logic Design Winter Notes - Unit 4. hundreds.

ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT, OAKLAND UNIVERSITY ECE-278: Digital Logic Design Fall Notes - Unit 4. hundreds.

CS & IT Conversions. Magnitude 10,000 1,

EC 413 Computer Organization

Inf2C - Computer Systems Lecture 2 Data Representation

Constants and. Lecture 7: Assembly Language Programs. Expressions (cont.) Constants and. Statements. Expressions

DIGITAL SYSTEM FUNDAMENTALS (ECE 421) DIGITAL ELECTRONICS FUNDAMENTAL (ECE 422) COURSE / CODE NUMBER SYSTEM

Modesto Junior College Course Outline of Record CMPSC 241

Chapter 2: Number Systems

Positional Number System

Number Systems Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. Indian Institute of Technology Kharagpur Number Representation

CHAPTER V NUMBER SYSTEMS AND ARITHMETIC

Assembly Language for Intel-Based Computers, 5 th Edition. Kip Irvine. Chapter 3: Assembly Language Fundamentals

Groups of two-state devices are used to represent data in a computer. In general, we say the states are either: high/low, on/off, 1/0,...

Objectives. Connecting with Computer Science 2

Introduction to Computers and Programming. Numeric Values

CS 265. Computer Architecture. Wei Lu, Ph.D., P.Eng.

COE 202- Digital Logic. Number Systems II. Dr. Abdulaziz Y. Barnawi COE Department KFUPM. January 23, Abdulaziz Barnawi. COE 202 Logic Design

Chapter Overview. Assembly Language for Intel-Based Computers, 4 th Edition. Chapter 3: Assembly Language Fundamentals.

ENE 334 Microprocessors

CPE 323 REVIEW DATA TYPES AND NUMBER REPRESENTATIONS IN MODERN COMPUTERS

Representation of Non Negative Integers

2.1. Unit 2. Integer Operations (Arithmetic, Overflow, Bitwise Logic, Shifting)

CS 261 Fall Binary Information (convert to hex) Mike Lam, Professor

Computer Organization

Data Representation and Binary Arithmetic. Lecture 2

Moodle WILLINGDON COLLEGE SANGLI. ELECTRONICS (B. Sc.-I) Introduction to Number System

Slide Set 1. for ENEL 339 Fall 2014 Lecture Section 02. Steve Norman, PhD, PEng

Number Systems. Binary Numbers. Appendix. Decimal notation represents numbers as powers of 10, for example

Chapter 1 Review of Number Systems

DRAM uses a single capacitor to store and a transistor to select. SRAM typically uses 6 transistors.

Data Representation. DRAM uses a single capacitor to store and a transistor to select. SRAM typically uses 6 transistors.

COMP2611: Computer Organization. Data Representation

Basic Definition INTEGER DATA. Unsigned Binary and Binary-Coded Decimal. BCD: Binary-Coded Decimal

Number Systems and Binary Arithmetic. Quantitative Analysis II Professor Bob Orr

Module 2: Computer Arithmetic

CPE 323 REVIEW DATA TYPES AND NUMBER REPRESENTATIONS IN MODERN COMPUTERS

1010 2?= ?= CS 64 Lecture 2 Data Representation. Decimal Numbers: Base 10. Reading: FLD Digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9

Octal & Hexadecimal Number Systems. Digital Electronics

Computer Organization and Assembly Language. Lab Session 4

COMP2121: Microprocessors and Interfacing. Number Systems

Course Schedule. CS 221 Computer Architecture. Week 3: Plan. I. Hexadecimals and Character Representations. Hexadecimal Representation

Programming Studio #1 ECE 190

Chapter 2 Bits, Data Types, and Operations

Assembly Language for Intel-Based Computers, 4 th Edition. Chapter 3: Assembly Language Fundamentals

data within a computer system are stored in one of 2 physical states (hence the use of binary digits)

Octal and Hexadecimal Integers

Transcription:

ECOM 2325 Computer Organization and Assembly Language Instructor: Ruba A.Salamah INTRODUCTION

Overview Welcome to ECOM 2325 Assembly-, Machine-, and High-Level Languages Assembly Language Programming Tools Data Representation

Welcome to ECOM 2325 Course Description: This course covers basic principles about computer architecture, machine language, and low-level programming. You will learn enough assembly language to test your knowledge on today s most widely used microprocessor family. You won t be learning to program a toy computer using a simulated assembler; You will learn the architecture of the x86 processor family from a programmer s point of view, to develop an understanding of how memory, addresses, and instructions work at a low level. Pre-requisites: Any high-level Programming Language, Digital Logic Design.

Textbook Kip Irvine: Assembly Language for Intel-Based Computers 7 th edition (2015) Read the textbook! Key for learning and obtaining a good grade

Grading Policy Labs & Assignments 25% Midterm Exam 25% Final Exam 50%

Some Important Questions to Ask What is Assembly Language? Why Learn Assembly Language? What is Machine Language? How is Assembly related to Machine Language? What is an Assembler? How is Assembly related to High-Level Language? Is Assembly Language portable?

Assembly and Machine Language Machine language Native to a processor: executed directly by hardware Instructions consist of binary code: 1s and 0s Assembly language Slightly higher-level language Readability of instructions is better than machine language One-to-one correspondence with machine language instructions Assemblers translate assembly to machine code Compilers translate high-level programs to machine code Either directly, or Indirectly via an assembler

Translating Languages English: D is assigned the sum of A times B plus 10. High-Level Language: D = A * B + 10 A statement in a high-level language is translated typically into several machine-level instructions Intel Assembly Language: mov eax, A mul B add eax, 10 mov D, eax Intel Machine Language: A1 00404000 F7 25 00404004 83 C0 0A A3 00404008

Advantages of High-Level Languages Program development is faster High-level statements: fewer instructions to code Program maintenance is easier For the same above reasons Programs are portable Contain few machine-dependent details Can be used with little or no modifications on different machines Compiler translates to the target machine language However, Assembly language programs are not portable

Why Learn Assembly Language? Speed. Assembly language programs are generally the fastest programs around. Space. Assembly language programs are often the smallest. Knowledge. Your knowledge of assembly language will help you write better programs, even when using HLLs Sometimes to debug a higher-level language, you have to review the resulting assembly language. Compiler writers must know how to write assembly language in order to have the compiler do code generation. It is an important path to understanding how the machine works.

Assembler Software tools are needed for editing, assembling, linking, and debugging assembly language programs An assembler is a program that converts source-code programs written in assembly language into object files in machine language Popular assemblers have emerged over the years for the Intel family of processors. These include TASM (Turbo Assembler from Borland) NASM (Netwide Assembler for both Windows and Linux), and GNU assembler distributed by the free software foundation You will use MASM (Macro Assembler from Microsoft)

Linker and Link Libraries You need a linker program to produce executable files It combines your program's object file created by the assembler with other object files and link libraries, and produces a single executable program LINK32.EXE is the linker program provided with the MASM distribution for linking 32-bit programs We will also use a link library for input and output called Irvine32.lib developed by Kip Irvine Works in Win32 console mode under MS-Windows

Debugger Allows you to trace the execution of a program Allows you to view code, memory, registers, etc. You will use the 32-bit Windows debugger

Editor Allows you to create assembly language source files Some editors provide syntax highlighting features and can be customized as a programming environment

Data Representation Binary Numbers Hexadecimal Numbers Base Conversions Integer Storage Sizes Binary and Hexadecimal Addition Signed Integers and 2's Complement Notation Binary and Hexadecimal subtraction Carry and Overflow Character Storage

Binary Numbers Digits are 1 and 0 1 = true 0 = false MSB most significant bit LSB least significant bit Bit numbering: MSB LSB 1 0 1 1 0 0 1 0 1 0 0 1 1 1 0 0 15 0

Binary Numbers Each digit (bit) is either 1 or 0 Each bit represents a power of 2: 1 1 1 1 1 1 1 1 2 7 2 6 2 5 2 4 2 3 2 2 2 1 2 0 Every binary number is a sum of powers of 2

Converting Binary to Decimal Weighted positional notation shows how to calculate the decimal value of each binary bit: Decimal = (d n-1 2 n-1 ) + (d n-2 2 n-2 ) +... + (d 1 2 1 ) + (d 0 2 0 ) d = binary digit binary 00001001 = decimal 9: (1 2 3 ) + (1 2 0 ) = 9

Convert Unsigned Decimal to Binary Repeatedly divide the decimal integer by 2. Each remainder is a binary digit in the translated value: least significant bit most significant bit 37 = 100101 stop when quotient is zero

Hexadecimal Integers Binary values are represented in hexadecimal.

Converting Binary to Hexadecimal Each hexadecimal digit corresponds to 4 binary bits. Example: Translate the binary integer 000101101010011110010100 to hexadecimal:

Converting Hexadecimal to Decimal Multiply each digit by its corresponding power of 16: Decimal = (d 3 16 3 ) + (d 2 16 2 ) + (d 1 16 1 ) + (d 0 16 0 ) d = hexadecimal digit Examples: Hex 1234 = (1 16 3 ) + (2 16 2 ) + (3 16 1 ) + (4 16 0 ) = Decimal 4,660 Hex 3BA4 = (3 16 3 ) + (11 * 16 2 ) + (10 16 1 ) + (4 16 0 ) = Decimal 15,268

Converting Decimal to Hexadecimal Repeatedly divide the decimal integer by 16. Each remainder is a hex digit in the translated value: least significant digit most significant digit stop when quotient is zero Decimal 422 = 1A6 hexadecimal

Integer Storage Sizes byte 8 Standard sizes: word doubleword 16 32 quadword 64 What is the largest unsigned integer that may be stored in 20 bits?

Binary Addition Start with the least significant bit (rightmost bit) Add each pair of bits Include the carry in the addition, if present carry: 1 + 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 (4) (7) 0 0 0 0 1 0 1 1 (11) bit position: 7 6 5 4 3 2 1 0

Hexadecimal Addition Divide the sum of two digits by the number base (16). The quotient becomes the carry value, and the remainder is the sum digit. 36 28 1 1 28 6A 42 45 58 4B 78 6D 80 B5 21 / 16 = 1, remainder 5 Important skill: Programmers frequently add and subtract the addresses of variables and instructions.

Signed Integers Several ways to represent a signed number Sign-Magnitude 1's complement 2's complement Divide the range of values into 2 equal parts First part corresponds to the positive numbers ( 0) Second part correspond to the negative numbers (< 0) Focus will be on the 2's complement representation Has many advantages over other representations Used widely in processors to represent signed integers

Two's Complement Representation Positive numbers Signed value = Unsigned value Negative numbers Signed value = 2 n - Unsigned value n = number of bits Negative weight for MSB Another way to obtain the signed value is to assign a negative weight to most-significant bit 1 0 1 1 0 1 0 0-128 64 32 16 8 4 2 1 = -128 + 32 + 16 + 4 = -76 8-bit Binary value Unsigned value Signed value 00000000 0 0 00000001 1 +1 00000010 2 +2......... 01111110 126 +126 01111111 127 +127 10000000 128-128 10000001 129-127......... 11111110 254-2 11111111 255-1 How to convert signed binary into decimal

convert signed decimal into binary starting value 00100100 = +36 step1: reverse the bits (1's complement) 11011011 step 2: add 1 to the value from step 1 + 1 sum = 2's complement representation 11011100 = -36 Sum of an integer and its 2's complement must be zero: 00100100 + 11011100 = 00000000 (8-bit sum) Ignore Carry The easiest way to obtain the 2's complement of a binary number is by starting at the LSB, leaving all the 0s unchanged, look for the first occurrence of a 1. Leave this 1 unchanged and complement all the bits after it.

Sign Bit Highest bit indicates the sign. 1 = negative, 0 = positive sign bit 1 1 1 1 0 1 1 0 Negative 0 0 0 0 1 0 1 0 Positive If highest digit of a hexadecimal is > 7, the value is negative Examples: 8A and C5 are negative bytes A21F and 9D03 are negative words B1C42A00 is a negative double-word

Sign Extension Step 1: Move the number into the lower-significant bits Step 2: Fill all the remaining higher bits with the sign bit This will ensure that both magnitude and sign are correct Examples Sign-Extend 10110011 to 16 bits 10110011 = -77 11111111 10110011 = -77 Sign-Extend 01100010 to 16 bits 01100010 = +98 00000000 01100010 = +98 Infinite 0s can be added to the left of a positive number Infinite 1s can be added to the left of a negative number

Two's Complement of a Hexadecimal To form the two's complement of a hexadecimal Subtract each hexadecimal digit from 15 Add 1 Examples: 2's complement of 6A3D = 95C2 + 1 = 95C3 2's complement of 92F0 = 6D0F + 1 = 6D10 2's complement of FFFF = 0000 + 1 = 0001 No need to convert hexadecimal to binary

Binary Subtraction When subtracting A B, convert B to its 2's complement Add A to ( B) 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 + 0 0 0 0 0 0 1 0 1 1 1 1 1 1 1 0 (2's complement) 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 (same result) Practice: Subtract 00100101 from 01101001.

Hexadecimal Subtraction When a borrow is required from the digit to the left, add 16 (decimal) to the current digit's value 16 + 5 = 21 - -1 C675 A247 242E + 1 1 C675 5DB9 (2's complement) 242E (same result) Last Carry is ignored Practice: The address of var1 is 00400B20. The address of the next variable after var1 is 0040A06C. How many bytes are used by var1?

Ranges of Signed Integers The unsigned range is divided into two signed ranges for positive and negative numbers Practice: What is the range of signed values that may be stored in 20 bits?

Carry and Overflow Carry is important when Adding or subtracting unsigned integers Indicates that the unsigned sum is out of range Either < 0 or >maximum unsigned n-bit value Overflow is important when Adding or subtracting signed integers Indicates that the signed sum is out of range Overflow occurs when Adding two positive numbers and the sum is negative Adding two negative numbers and the sum is positive Can happen because of the fixed number of sum bits

Carry and Overflow Examples We can have carry without overflow and vice-versa Four cases are possible 1 1 1 1 1 1 + 0 0 0 0 1 1 1 1 0 0 0 0 1 0 0 0 15 8 + 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 15 245 (-8) 0 0 0 1 0 1 1 1 23 0 0 0 0 0 1 1 1 7 Carry = 0 Overflow = 0 Carry = 1 Overflow = 0 1 1 1 1 + 0 1 0 0 1 1 1 1 0 1 0 0 0 0 0 0 79 64 + 1 1 0 1 1 0 1 0 1 0 0 1 1 1 0 1 218 (-38) 157 (-99) 1 0 0 0 1 1 1 1 Carry = 0 Overflow = 1 143 (-113) 0 1 1 1 0 1 1 1 Carry = 1 Overflow = 1 119

Character sets Character Storage Standard ASCII: 7-bit character codes (0 127) Extended ASCII: 8-bit character codes (0 255) Unicode: 16-bit character codes (0 65,535) Unicode standard represents a universal character set Defines codes for characters used in all major languages Used in Windows-XP: each character is encoded as 16 bits UTF-8: variable-length encoding used in HTML Encodes all Unicode characters Uses 1 byte for ASCII, but multiple bytes for other characters Null-terminated String Array of characters followed by a NULL character

Printable ASCII Codes 0 1 2 3 4 5 6 7 8 9 A B C D E F 2 space! " # $ % & ' ( ) * +, -. / 3 0 1 2 3 4 5 6 7 8 9 : ; < = >? 4 @ A B C D E F G H I J K L M N O 5 P Q R S T U V W X Y Z [ \ ] ^ _ 6 ` a b c d e f g h i j k l m n o 7 p q r s t u v w x y z { } ~ DEL Examples: ASCII code for space character = 20 (hex) = 32 (decimal) ASCII code for 'L' = 4C (hex) = 76 (decimal) ASCII code for 'a' = 61 (hex) = 97 (decimal)

Summary Assembly language helps you learn how software is constructed at the lowest levels Assembly language has a one-to-one relationship with machine language An assembler is a program that converts assembly language programs into machine language A linker combines individual files created by an assembler into a single executable file A debugger provides a way for a programmer to trace the execution of a program and examine the contents of memory and registers A computer system can be viewed as consisting of layers. Programs at one layer are translated or interpreted by the next lower-level layer Binary and Hexadecimal numbers are essential for programmers working at the machine level.