Unordered situation occurs if either operand is NaN (Not a Number). Note that FCOM treats
positive and negative zeros as equal.
This command is frequently followed by the sequence
FSTSW AX ; Get FPU flags
SAHF ; Store FPU flags to EFL
Jcc label ; Comparison-dependent action
The flags are mapped in the following way:
+----------------------+----+----+----+
| FPU flag | C3 | C2 | C0 |
+----------------------+----+----+----+
| Mapped to CPU flag | Z | P | C |
+----------------------+----+----+----+