|
From: Jeremy F. <je...@go...> - 2003-04-02 19:46:23
|
On Wed, 2003-04-02 at 11:42, Julian Seward wrote:
> Um, that don't look right. [well, actually it might work if the
> dest is memory, but not if it's an ireg.]
> MOVD can't be done the same way as MOVQ.
> Compare the code for 0x6E ( mmxreg := ireg-or-mem )
> against that for 0x6F ( mmxreg := mmxreg-or-mem ).
Right you are. I misread the spec on what the instruction does. I'll
give it another go.
J
|