They are split between the low and high. I imagine this is a legacy carry forward because initially the processors were 16 bit.
Are we helping you pass your computer architecture course or something?
It uses both. OffsetLow is the first 16 bits, OffsetHigh is the second 16 bits. It's just split into 2 parts. It's not like it picks one or the other. In an AMD64 interrupt it's 3 fields, 2 16 bits and a 32 bit.Also, how does the computer know which offset to use?