Details Table

┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding  │Instruction         │0│1│2│3│4│5│Description                       │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 E8     │FLD1                │XXXXXX│Push +1.0 onto the FPU Stack      │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 E9     │FLDL2T              │XXXXXX│Push log210 onto the FPU stack    │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 EA     │FLDL2E              │XXXXXX│Push log2e onto the FPU stack     │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 EB     │FLDPI               │XXXXXX│Load π (pi) onto the FPU stack    │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 EC     │FLDLG2              │XXXXXX│Push log102 onto the FPU stack    │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 ED     │FLDLN2              │XXXXXX│Push loge2 onto the FPU stack     │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 EE     │FLDZ                │XXXXXX│Push +0.0 onto the FPU stack      │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘


[Back: FLD1/FLDL2T/FLDL2E/FLDPI/FLDLG2/FLDLN2/FLDZ-Load Constant]
[Next: Description]