1 / 8

Computer Organization & Assembly Language

Dive into the world of memory partitioning in 8086 architecture. Learn about data, code, stack, and extra segmentation with physical and logical addressing, exploring chapter highlights and programming examples.

keely
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 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