Details Table

┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding  │Instruction         │0│1│2│3│4│5│Description                       │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DF /0     │FILD m16intXXXXXX│Push m16int onto the FPU stack    │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DB /0     │FILD m32intXXXXXX│Push m32int onto the FPU stack    │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DF /5     │FILD m64intXXXXXX│Push m64int onto the FPU stack    │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘


[Back: FILD-Load Integer]
[Next: Description]