Details Table

┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding  │Instruction         │0│1│2│3│4│5│Description                       │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 F4     │FXTRACT             │XXXXXX│Separate ST into its exponent and │
│          │                    │ │ │ │ │ │ │significand; replace ST with      │
│          │                    │ │ │ │ │ │ │exponent then push significand    │
│          │                    │ │ │ │ │ │ │onto FPU stack                    │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘


[Back: FXTRACT-Extract Exponent and Significand]
[Next: Description]