Find the memory address of the next instruction executed by the microprocessor $(8086),$ when operated in real mode for $\textsf{CS=1000}$ and $\textsf{IP=E000}$
Given:
cs=1000 and Ip=E000
as per the architecture diagram of 8086 ie.,cs+Ip
Ip=E000(ie.,binary code for E=1110) so
=1000+E000
=1000+1110 000
=1111000(ie.,the BCD value of F=1111)
Ans=F000 so option (c) is correct
if we convert E000 to binary then answer is 1000+1110 0000 0000 0000
= 1110 0000 0000 1000
=E008 so this is not the option, so F000 is wrong