0
23kviews
Advantages of memory segmentation in 8086.
1 Answer
1
1.5kviews
  1. It allows the memory addressing capacity to be 1 Mbyte even though the address associated with individual instruction is only 16-bit.
  2. It allows instruction code, data, stack, and portion of program to be more than 64 KB long by using more than one code, data, stack segment, and extra segment.
  3. It facilitates use of separate memory areas for program, data and stack.
  4. It permits a program or its data to be put in different areas of memory, each time the program is executed i.e. program can be relocated which is very useful in multiprogramming.

enter image description here

Please log in to add an answer.