What is the purpose of multiple segments in 8086 ?
Answers
Answered by
8
Memory segmentation: multiple segments in 8086 serves many purpose in 8086.
1) with the help of segmentation with only 16 bit register,1MB of memory is accessed.
2) it can help for program relocation.
3) pipelining is possible due to multiple segments .
4) with multiple segments different type of info like,code,data,stack data are separately place in the memory.
1) with the help of segmentation with only 16 bit register,1MB of memory is accessed.
2) it can help for program relocation.
3) pipelining is possible due to multiple segments .
4) with multiple segments different type of info like,code,data,stack data are separately place in the memory.
Similar questions