Mail Archives: djgpp/1998/05/26/19:46:00
Shawn Hargreaves wrote:
> Ken writes:
> >I think you could still use the MMX instructions, as I understand it the
> >instructions enable MMX machines to process them, and also machines
> >without MMX can still process them.
>
> Not true. If the machine doesn't have MMX, these instructions cannot be
> used. You can't really expect something to work even when the hardware
> doesn't support it...
The '386+ chips have an "unknown op-code" exception that can be intercepted and
redirected to an instruction emulation routine in software. Granted, there is
no practical reason to try emulating the MMX instructions since the performance
drain will render the MMX-enabled software next to useless anyway.
But it is possible.
- Raw text -