1 / 8

Computer Organization & Assembly Language

Computer Organization & Assembly Language. Lecture # 7 By Muhammad Jafer. Segmentation. PARTITION OF MEMORY 8086 1MB 64k Data Segmentation Code Segmentation Stack Segmentation Extra Segmentation. Physical Address. 00000H FFFFFH Actual Address in the memory. Logical Address.

keely
Download Presentation

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 Lecture # 7 By Muhammad Jafer

  2. Segmentation • PARTITION OF MEMORY • 8086 • 1MB • 64k • Data Segmentation • Code Segmentation • Stack Segmentation • Extra Segmentation

  3. Physical Address • 00000H • FFFFFH • Actual Address in the memory

  4. Logical Address • SEGMENT VALUE : OFFSET • FFFFFH • CS:IP • 2500:95F3

  5. LA VS PA in Code Segment

  6. LA VS PA in DATA Segment

  7. Chapter Review • Fundamentals of Computer Organization and Architecture by MostafaAbd-Al-Barr & HeshamAlRewini • Chapter # 2 • Instruction Types • Programming Examples

  8. Program segmentation • Three important part of assembly program • Code Segment • Data Segment • Stack Segment

More Related