80 likes | 193 Views
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.
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