What is overlapping segment addresses?

1 answer

Answer

1233911

2026-03-10 12:00

+ Follow

Each segment register is multiplied by 16 before being added to the effective address during physical address computation. As a result, sequential values of segment registers result in physical addresses that are 16 bytes apart, yet, the maximum distance, based on effective address is 64 KB. That is why the segmented memory addressing approach in the 8086/8088 is overlapping - there are 64 K different combinations of segment register / effective address pair that will result is the same physical address. Well - sort of

  • its not wrap around - its a sliding window - call it a 16 byte

paragraph size with an addressability range of 64 KB.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.