MICROPROCESSORS TWO TYPES OF MODELS ARE USED :  PROGRAMMER’S MODEL :- THIS MODEL SHOWS FEATURES, SUCH AS INTERNAL REGISTERS, ADDRESS,DATA & CONTROL BUSES.

Slides:



Advertisements
Similar presentations
Intel 8086.
Advertisements

8086 Ahad.
Block Diagram of Intel 8086 Engr.M.Zakir Shaikh
Register In computer architecture, a processor register is a small amount of storage available on the CPU whose contents can be accessed more quickly than.
Registers of the 8086/ /2002 JNM.
8086 [2] Ahad. Internal! External? 8086 vs _bit Data Bus 20_bit Address 8_bit Data Bus 20_bit Address Only external bus of 8088 is.
Parul Polytechnic Institute
Chapter 2 Number conversion (BCD) 8086 microprocessor Internal registers Making of Memory address.
Introduction to 8086 Microprocessor
Processor System Architecture
Introduction to Microprocessor
CEN 226: Computer Organization & Assembly Language :CSC 225 (Lec#3) By Dr. Syed Noman.
Azir ALIU 1 What is an assembly language?. Azir ALIU 2 Inside the CPU.
1 TK2633TK Microprocessor Architecture DR MASRI AYOB.
3-1 ECE 424 Design of Microprocessor-Based Systems Haibo Wang ECE Department Southern Illinois University Carbondale, IL Intel 8088 (8086) Microprocessor.
80x86 Processor Architecture
Gursharan Singh Tatla Block Diagram of Intel 8086 Gursharan Singh Tatla 19-Apr-17.
Unit-1 PREPARED BY: PROF. HARISH I RATHOD COMPUTER ENGINEERING DEPARTMENT GUJARAT POWER ENGINEERING & RESEARCH INSTITUTE Advance Processor.
Riyadh Philanthropic Society For Science Prince Sultan College For Woman Dept. of Computer & Information Sciences CS 251 Introduction to Computer Organization.
The 8086 Microprocessor The 8086, announced in 1978, was the first 16-bit microprocessor introduced by Intel Corporation 8086 is 16-bit MPU. Externally.
INTEL 8086 Software & Hardware Architecture
An Introduction to 8086 Microprocessor.
MICROPROCESSORS AND APPLICATIONS
Types of Registers (8086 Microprocessor Based)
Introduction First 32 bit Processor in Intel Architecture. Full 32 bit processor family Sixth member of 8086 Family SX.
Microprocessor Microprocessor (cont..) It is a 16 bit μp has a 20 bit address bus can access upto 220 memory locations ( 1 MB). It can support.
8086 Internal Architecture
Block diagram of 8086.
Intel 8086 (8088) Microprocessor Structure
INTRODUCTION TO INTEL X-86 FAMILY
Different Microprocessors Tamanna Haque Nipa Lecturer Dept. of Computer Science Stamford University Bangladesh.
8086 Microprocessor Assembly language programming
MODULE 5 INTEL TODAY WE ARE GOING TO DISCUSS ABOUT, FEATURES OF 8086 LOGICAL PIN DIAGRAM INTERNAL ARCHITECTURE REGISTERS AND FLAGS OPERATING MODES.
1 Basic Processor Architecture. 2 Building Blocks of Processor Systems CPU.
Microprocessor Fundamentals Week 2 Mount Druitt College of TAFE Dept. Electrical Engineering 2008.
1 x86 Programming Model Microprocessor Computer Architectures Lab Components of any Computer System Control – logic that controls fetching/execution of.
Intel 8086 MICROPROCESSOR ARCHITECTURE
Computer Organization & Assembly Language University of Sargodha, Lahore Campus Prepared by Ali Saeed.
BITS Pilani Pilani Campus Pawan Sharma Lecture / ES C263 INSTR/CS/EEE F241 Microprocessor Programming and Interfacing.
8086 Microprocessor J Srinivasa Rao.
Gandhinagar Institute of Technology
I NTEL 8086 M icroprocessor بسم الله الرحمن الرحيم 1.
ΜComputer Structure μProcessor Memory Bus System I/O Ports.
UNIT Architecture M.Brindha AP/EIE
Introduction to 8086 Microprocessor
COURSE OUTCOMES OF Microprocessor and programming
8086 MICROPROCESSOR ARCHITECTURE & SEGMENTATION
8086 Microprocessor.
Computer Organization & Assembly Language Chapter 3
Intel 8086 MICROPROCESSOR Architecture.
Basic Microprocessor Architecture
Microprocessor The microprocessors functions as the CPU in the stored program model of the digital computer. Its job is to generate all system timing signals.
Intel 8088 (8086) Microprocessor Structure
CNET 315 Microprocessor & Assembly Language
..
Microcomputer & Interfacing Lecture 1
An Introduction to Microprocessor Architecture using intel 8085 as a classic processor
University of Gujrat Department of Computer Science
Microprocessor & Assembly Language
Intel 8088 (8086) Microprocessor Structure
8086 Registers Module M14.2 Sections 9.2, 10.1.
8086 Ahad.
Morgan Kaufmann Publishers Computer Organization and Assembly Language
CS 301 Fall 2002 Computer Organization
Computer Architecture CST 250
Unit-I 80386DX Architecture
Intel 8086.
8086 microprocessior PIN OUT DIAGRAM OF  Power supply and frequency signals  It uses 5V DC supply at V CC pin 40, and uses ground at V SS pin.
Microprocessor Lecture 7 (8086 Registers).
Presentation transcript:

MICROPROCESSORS TWO TYPES OF MODELS ARE USED :  PROGRAMMER’S MODEL :- THIS MODEL SHOWS FEATURES, SUCH AS INTERNAL REGISTERS, ADDRESS,DATA & CONTROL BUSES ; THAT WE NEED TO PROGRAM THE DEVICE.  THE HARDWARE MODEL:- THIS MODEL SHOWS THE PIN DIAGRAM AND THE SIGNALS TO/FROM THIS PINS TO UNDERSTAND HOW A MICROCOMPUTER SYSTEM IS BUILT AROUND.

MICROCOMPUTER  A MICROCOMPUTER SYSTEM IS ONE WHICH USES A MICROPROCESSOR AS ITS CPU  IN ADDITION THE MICROCOMPUTER ALSO HAS A MEMORY UNIT,INPUT/OUTPUT DEVICES AND SYSTEM BUSES.  THE SYSTEM BUSES ARE OF THREE TYPES: 1.ADDRESS BUS 2.DATA BUS 3.CONTROL BUS  PHYSICALLY BUSES ARE GROUP OF WIRES

8086 BUSES THE 8086 HAS  20 ADDRESS LINES  16 DATA LINES  4-10 CONTROL LINES. WITH THIS THE 8086 IS ABLE  TO ADDRESS 1,048,,576 (2 20 ) MEMORY LOCATIONS/PORTS.  TO MANIPULATE AND/OR OPERATE ON 16-BITS(2-BYTES) OF DATA AT A TIME.  TO GENERATE NECESSARY CONTROL SIGNALS.

ARCHITECTURE THE INTERNAL ARCHITECTURE OF 8086 CAN BE MAINLY DIVIDED INTO TWO UNITS:  BUS INTERFACE UNIT (BIU)  EXECUTION UNIT (EU) THE BIU CONTAINS :  CODE SEGMENT REGISTER (CS)  DATA SEGMENT REGISTER (DS)  EXTRA SEGMENT REGISTER (ES)  STACK SEGMENT REGISTER (SS) AND  INSTRUCTION POINTER (IP)

THE EU CONTAINS THE FOLLOWING 8-BIT REGISTERS:  AH & AL (AX-16 BIT)  BH & BL (BX-16 BIT)  CH & CL (CX-16 BIT)  DH & DL (DX-16 BIT) IT ALSO INCLUDES THE FOLLOWING 16-BIT REGISTERS:  STACK POINTER (SP)  BASE POINTER (BP)  SOURCE INDEX (SI)  DESTINATION INDEX (DI)

Features It is a 16 bit µp has a 20 bit address bus can access up to 20 memory locations ( 1 MB). It can support up to 64K I/O ports. It provides 14, 16-bit registers. It has multiplexed address and data bus AD0-AD15 and A16–A19 It requires single phase clock with 33% duty cycle to provide internal timing is designed to operate in two modes, Minimum and Maximum. It can pre fetches up to 6 instruction bytes from memory and queues them in order to speed up instruction execution. It requires +5V power supply. It is 40 pin line package.

Modes Minimum and Maximum Modes: The minimum mode is selected by applying logic 1 to the MN / MX# input pin. This is a single microprocessor configuration. The maximum mode is selected by applying logic 0 to the MN / MX# input pin. This is a multi micro processors configuration.

8086 Internal Block diagram 8086 is a 16-bit processor having 16-bit data bus and 20-bit address bus. This can be subdivided into two parts; the Bus Interface Unit (BIU) and Execution Unit (EU)

BUS INTERFACE UNIT: The BIU consists of segment registers, an address to generate 20 bit address and instruction prefetch queue. It is responsible for all the external bus operations like opcode fetch,memory read, memory write, I/O read/write Once this address is sent OUT of BIU, the instruction and data bytes are fetched from memory and they fill a 6-byte First In First Out (FIFO) queue.

EXECUTION UNIT The execution unit consists of: General purpose (scratch pad) registers AX, BX, CX and DX; Pointer registers SP (Stack Pointer) and BP (Base Pointer); index registers source index (SI) & destination index (DI) registers; the Flag register, the ALU to perform operations and a control unit with associated internal bus. The 16-bit scratch pad registers can be split into two 8-bit registers. AX = AL, AH ; BX =BL, BH; CX = CL, CH; DX = DL, DH.

AXAs accumulator in Word multiply & Word divide operations, Word I/O operation ALAs accumulator in Byte Multiply, Byte Divide, Byte I/O, translate, Decimal Arithmetic AHByte Multiply, Byte Divide BXAs Base register to hold the address of memory CXString Operations, as counter in Loops CLAs counter in Variable Shift and Rotate operations DXWord Multiply, word Divide, Indirect I/O

The Execution of Instructions in 8086 The microprocessor sends OUT a 20-bit physical address to the memory and fetches the first instruction of a program from the memory. Subsequent addresses are sent OUT and the queue is filled up to 6 bytes. The instructions are decoded and further data (if necessary) are fetched from memory. After the execution of the instruction, the results may go back to memory or to the output peripheral devices.

Minimum & Maximum Mode Signals

Minimum Mode Interface When the Minimum mode operation is selected, the 8086 provides all control signals needed to implement the memory and I/O interface. The minimum mode signal can be divided into the following basic groups : 1) address/data bus 2) status 3) control 4) interrupt and DMA. Address/Data Bus: these lines serve two functions. As an address bus is 20 bits long and consists of signal lines A0 through A19. A19represents the MSB and A0 LSB. A 20bit address gives the 8086 a 1Mbyte memory address space. More over it has an independent I/O address space which is 64K bytes in length.

Minimum Mode Interface The 16 data bus lines D0 through D15 are actually multiplexed with address lines A0 through A15 respectively. By multiplexed we mean that the bus work as an address bus during first machine cycle and as a data bus during next machine cycles. D15is the MSB and D0 LSB. When acting as a data bus, they carry read/write data for memory, input/output data for I/O devices, and interrupt type codes from an interrupt controller.

Minimum Mode Interface Status signal: The four most significant address lines A19 through A16 are also multiplexed but in this case with status signals S6through S3. These status bits are output on the bus at the same time that data are transferred over the other bus lines. Bit S 4 and S3 together from a 2 bit binary code that identifies which of the 8086 internal segment registers are used to generate the physical address that was output on the address bus during the current bus cycle. Code S4 S3 = 00 identifies a register known as extra segment register as the source of the segment address.. Status line S5 reflects the status of another internal characteristic of the It is the logic level of the internal enable flag. The last status bit S6 is always at the logic 0 level.

Minimum Mode Interface Control Signals: The control signals are provided to support the 8086 memory I/O interfaces. They control functions such as when the bus is to carry a valid address in which direction data are to be transferred over the bus, when valid write data are on the bus and when to put read data on the system bus. ALE is a pulse to logic 1 that signals external circuitry when a valid address word is on the bus. This address must be latched in external circuitry on the 1-to-0 edge of the pulse at ALE. Another control signal that is produced during the bus cycle is BHE bank high enable. Logic 0 on this used as a memory enable signal for the most significant byte half of the data bus D8through D1. These lines also serves a second function, which is as the S7 status line. Using the M/IO and DT/R lines, the 8086 signals which type of bus cycle is in progress and in which direction data are to be transferred over the bus.