In the book "The Intel Microprocessors" by Barry B. Brey, I have seen that if the segment address is FFFFH, A20 pin is enabled while adding offset to the segment address. But to take the full advantage of the "high memory", any segment address in the range F001H to FFFFH (value stored in the segment register) should do the same.
So if the value in the segment register is F001H and the offset is FFFFH, the actual address should be 10000FH if the A20 pin is enabled. But if it is disabled, the actual address will be 0000FH.
Is the A20 pin enabled for any segment address in the range F001H to FFFFH? Or the pin gets enabled for only FFFFH in the segment register?