- 
					 The advantage of using segment registers in 8086 and above microprocessors are that they
- 
                        - allow the memory capacity to be 1 megabyte even though the addresses associated with the individual instructions are only 16 bits wide
- allow the instruction, data or stack portion of a program to be more than 64K bytes long by using more than one code, data or stack segment
- facilitate the use of separate memory area for a program, its data and the stack
- all of these
 
Correct Option: D
NA
 
	