Hey guys, Im new to the 8086 architecture and have not been able to find much on Google related to the following:
On the i8086 or i8088 (ie 16bit, segmented addressing) what happens if an instruction fetch occurs with the instruction pointer (program counter) at 0xFFFF? I assume the CPU increments the IP and it overflows and becomes 0x0 while the CS register remains unchanged.
However if this happens do any flags get set (like the overflow bit of the flags register?)
Thanks,