80 likes | 207 Vues
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.
E N D
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 • SEGMENT VALUE : OFFSET • FFFFFH • CS:IP • 2500:95F3
Chapter Review • Fundamentals of Computer Organization and Architecture by MostafaAbd-Al-Barr & HeshamAlRewini • Chapter # 2 • Instruction Types • Programming Examples
Program segmentation • Three important part of assembly program • Code Segment • Data Segment • Stack Segment