Details Table
┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding │Instruction │0│1│2│3│4│5│Description │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D8 D1 │FCOM │X│X│X│X│X│X│Compare ST with ST(1) │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D8 D0+i │FCOM ST(i) │X│X│X│X│X│X│Compare ST with ST(i) │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D8 /2 │FCOM m32real │X│X│X│X│X│X│Compare ST with m32real │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DC /2 │FCOM m64real │X│X│X│X│X│X│Compare ST with m64real │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D8 D9 │FCOMP │X│X│X│X│X│X│Compare ST with ST(1) and pop ST │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D8 D8+i │FCOMP ST(i) │X│X│X│X│X│X│Compare ST with ST(i) and pop ST │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D8 /3 │FCOMP m32real │X│X│X│X│X│X│Compare ST with m32real and pop ST│
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DC /3 │FCOMP m64real │X│X│X│X│X│X│Compare ST with m64real and pop ST│
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DE D9 │FCOMPP │X│X│X│X│X│X│Compare ST with ST(1) and pop ST │
│ │ │ │ │ │ │ │ │twice │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘
[Back: FCOM/FCOMP/FCOMPP-Compare Real]
[Next: Description]