1 / 16

Computer Organization & Assembly Language

Computer Organization & Assembly Language. University of Sargodha, Lahore Campus Prepared by Ali Saeed. Introduction. What is Computer Organization & Assembly Language BOOK: Assembly Language Programming and Organization of the IBM PC by Ytha Yu . The Components of Microprocessor Systems .

elias
Télécharger la présentation

Computer Organization & Assembly Language

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 & Assembly Language University of Sargodha, Lahore Campus Prepared by Ali Saeed

  2. Introduction • What is Computer Organization & Assembly Language • BOOK: Assembly Language Programming and Organization of the IBM PC by Ytha Yu

  3. The Components of Microprocessor Systems • A typical Microcomputer System consist of • System Unit • Keyboard • Display Screen • Disk Drives • System Unit often referred as ‘The Computer’ • Keyboard, Display Screen, and Disk Drivers are called i/o Devices or Peripheral Devices, or simple Peripherals.

  4. The Components of Microprocessor Systems • Integrated Circuit (IC) chips are used to construct computer circuits • Each IC may contain hundreds or thousand of transistors • These IC are called digital circuits • It work on discrete levels of voltage • Low voltage represent 0 and high voltage represent voltage 1 • 0 and 1 called binary digits or bits

  5. The Components of Microprocessor Systems • Computer Circuit consist of three parts • Central Processing Unit (CPU) • Memory Circuits • I/O Circuits • CPU is single processor chip called microprocessor • CPU is the brain of computer, and it controls all operations • CPU use memory circuits to store information • CPU use I/O circuit to communicate with IO

  6. The Components of Microprocessor Systems • System Unit contain a main board called System board or Mother board • System board contain Microprocessor, memory, expansion slots etc…

  7. Memory(Bytes and Words) • Information process by computer store in the memory • Memory circuits are usually organized into groups that can store 8 bit of data called memory Byte • It is identified by a number called Address • Data stored in memory byte called Contents • No. of contents are 8 bit but address depend on processor

  8. Memory(Bytes and Words) • 8086 processor use 20 bit Address • 80286 processor use 24 bit Address • Two bytes form a word • The lower address of two memory bytes are use

  9. Memory • 1 Byte = 8 Bits 1KB = 1024 Bytes 1MB = 1024KBs 1 GB = 1024 MBs 1TB = 1024Gbs 

  10. Memory • 1000 kbitkilobit • 10002 Mbitmegabit • 10003 Gbitgigabit • 10004 Tbitterabit • 10005 Pbitpetabit • 10006 Ebitexabit • 10007 Zbitzettabit • 10008 Ybityottabit

  11. Memory • Bit position is use to read bytes • It starts from right to left • At most right position it starts from 0 • Byte Positions

  12. Memory Operations • Processor can perform to two kinds of operations • Read/ Fetch the contents of a location • Store or write data at location

  13. RAM and ROM • Random Access Memory (RAM) • Program instructions and data normally loaded into RAM • The content of RAM lost, when machine is turned off • Read Only Memory (ROM) • ROM circuit retain their value even when power is off • ROM is used by computer manufacturers to store system programs • These programs are called firmware

  14. Buses • Processor communicate with other components using signals that travel on wires called Bus • There are three kinds of buses • Address Bus • Data Bus • Control Bus

  15. Bus connection of Microprocessor

  16. Thanks

More Related