Re: Looking for code to test an 8088 emulator



Hallo Rod,


Actually, the manual I looked at says bit 1 should be *set*, while 3 and 5
are clear.  So, we get this:

 wflags = (wflags AND FF00h) OR (bAH AND D5h OR 01h)

Ehhh, IMHO: wflags = (wflags AND FF00h) OR (bAH AND D5h OR 02h)


Groetjes, Ruud Baltissen
www.Baltissen.org



.