Make my concept clear ......... ;)
In 8086 the address is 20 bits and it mapped to 16 bit register calculating effective physical address that is physical address = segment * 10h + offset
it seems to me that in 32 bit machine and even 64 bit machine ..... in the behind scene always segmented memory management is working?? means in 64 bit and 32 bit, the registers SS,CS, DS , ES, FS , GS, working??????????
Thanks 8)