Memory Segmentation: by Nikhil Kumar Nirt Bhopal
Memory Segmentation: by Nikhil Kumar Nirt Bhopal
BY NIKHIL KUMAR
NIRT BHOPAL
Segmentation
* Segmentation is used
* It is the process in to increase the
which the main memory execution speed of
of computer is divided computer system so
into different segments that processor can able
and each segment has to fetch and execute the
its own base address. data from memory
easily and fastly.
Segmentation
Segmentation in 8086
The size of address bus of 8086 is 20 and is able to
address 1 Mbytes ( ) of physical memory.
Adder
Segment registers are used to store the Base address of the segment.
Segments, Segment Registers & Offset
Registers
4 Segments in
8086
• Code Segment (CS)
• Data Segment (DS)
• Stack Segment (SS)
• Extra Segment (ES)
Segmented Memory Representation