Details Table

┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding  │Instruction         │0│1│2│3│4│5│Description                       │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 /0     │FLD m32realXXXXXX│Push m32real onto the FPU stack   │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DD /0     │FLD m64realXXXXXX│Push m64real onto the FPU stack   │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DB /5     │FLD m80realXXXXXX│Push m80real onto the FPU stack   │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 C0+i   │FLD ST(i)XXXXXX│Push ST(i) onto the FPU stack     │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘


[Back: FLD-Load Real]
[Next: Description]