I would expect `DF E0` (`FNSTSW AX`) to behave differently from `D8 E0` (`FSUB ST(0)`), but I can't check because it isn't included in any tests. The undocumented opcodes might have interesting behavior too.
I would expect
DF E0(FNSTSW AX) to behave differently fromD8 E0(FSUB ST(0)), but I can't check because it isn't included in any tests.The undocumented opcodes might have interesting behavior too.