Using an operand override with a segment push in RM seems to push the
lower 16bits of EFlags onto the stack as well as the segment register
i.e.
db 66
push ds
pop ax
pop bx
will produce ax=ds, bx=flags on my P3. Is this normal or just an
example of 'undefined'
--
Cranky