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