Re: Finding bugs in 8086-80386 emulation core?
Posted on 2017-07-16, 13:29
Looking at the BOUND instruction that's executed again: it's executing with an segment of SS, which has value 1BFDh, with an EA offset of 10AA0h. The 10AA0h value is truncated to 16-bits, since it's using 16-bit offsets. I'll disable this and try again. Edit: That causes the Compaq Deskpro 386 BIOS …