in intel 8086 , given a physical adress how to find the possible sets of segment : offset for example : 5F173 = (5F17,3) = (578D,78A3)
when the first is easy to find but what about the second ? and is the offset always represented in 16 bits because i've found this two examples : 5F173 = (5F17,3) and (578DE,0E) and i'm confused about the bits representing each offset : 8 for the first and 16 for the second (?)