Details Table
┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding │Instruction │0│1│2│3│4│5│Description │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 /0 │FLD m32real │X│X│X│X│X│X│Push m32real onto the FPU stack │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DD /0 │FLD m64real │X│X│X│X│X│X│Push m64real onto the FPU stack │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DB /5 │FLD m80real │X│X│X│X│X│X│Push m80real onto the FPU stack │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 C0+i │FLD ST(i) │X│X│X│X│X│X│Push ST(i) onto the FPU stack │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘
[Back: FLD-Load Real]
[Next: Description]