Open minexew opened 4 years ago
The operand size for case 2 is wrong indeed, but FSTCW is equivalent to FWAIT/WAIT followed by FNSTCW. The same applies to FSTSW.
Technically it is, but the Intel reference manual, GMU binutils and nasm-ndisasm all follow this convention. Why be different?
Probably because it is less complicated to parse them as separate instructions while still being technically correct.
Env:
Repro:
Output: