1 / 10

Computer Organization & Programming

Computer Organization & Programming. Chapter 9 PC Structure. MMU. BIU. REGISTERS. CACHING PAGING SEGMENTATION. AX. M. A.L.U. BX. A. R. FLAGS. CONTROL. M. PREFETCH DECODE SEQUENCING (MICROCODE). B. F.P.U. R. IR. PC CPU. CPU REGISTERS. AX - ACCUMULATOR BX - BASE

sarai
Download Presentation

Computer Organization & Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Computer Organization & Programming Chapter 9 PC Structure

  2. MMU BIU REGISTERS CACHING PAGING SEGMENTATION AX M A.L.U. BX A R FLAGS CONTROL M • PREFETCH • DECODE • SEQUENCING • (MICROCODE) B F.P.U. R IR PC CPU

  3. CPU REGISTERS AX - ACCUMULATOR BX - BASE CX - COUNT DX - DATA DI - DESTINATION INDEX SI - SOURCE INDEX SP - STACK POINTER BP - BASE POINTER DS - DATA SEGMENT CS - CODE SEGMENT ES - EXTRA SEGMENT SS - STACK SEGMENT IP - INSTRUCTION POINTER FLAGS

  4. THE FLAGS REGISTER 0 2 8 6 1 7 5 4 3 12 9 13 10 11 14 15 C P A O I T S D Z OVERFLOW DIRECTION INTERRUPT TRAP SIGN ZERO AUXILLIARY PARITY CARRY

  5. THE MEMORY • RAM: • DRAM • SRAM • SDRAM • RDRAM(RAMBUS) • ROM • CACHE MEMORY(L1,L2) • CMOS RAM • SHADOW RAM

  6. MEMORY ADDRESSES SEGMENT ADDRESS * 16 + OFFSET ADDRESS = PHYSICAL ADDRESS SEGMENT:OFFSET 1000:2150 1000*16=10000 + 2150 12150

  7. CONTROLLING EXTERNAL DEVICES • POLLING • INTERRUPT: • HARDWARE INTERRUPT • SOFTWARE INTERRUPT

  8. THE INTERRUPT CONTROLLER

  9. THE DMA CONTROLLER

More Related