From an fxsave dump, how to determine whether in x87 or MMX mode?

62 views Asked by At

With a saved x87 CPU context from fnsave, fxsave, xsave etc., is there a way to know whether the processor was last in x87 or MMX mode? I'm wondering for purposes of what to show from a crash dump.

I imagine it could be inferred from the tag word, but I'm not sure how.

0

There are 0 answers