Is anyone have any link or document that
explains the advantage and disadvantage of segmented memory in 8086?
then plz reply....
Is anyone have any link or document that
explains the advantage and disadvantage of segmented memory in 8086?
then plz reply....
I am looking for advantages and disadvantages of segmented memory, not segmented memory.
plz if anyone have any e-book or link, help me by uploading it..
Advantages of memory segmentation
Allow the memory capacity to be 1Mb even though the addresses associated with the individual instructions are only 16 bits wide.
Facilitate the use of separate memory areas for the program, its data and the stack.
Permit a program and/or its data to be put into different areas of memory each time the program is executed.
Multitasking becomes easy