Olivier Maury <Olivier_maury@xxxxxxxxxx> writes: > I've a problem with the movq instruction on a 32 bits OS : when that > instruction is executed it has a bad effect on the floating stack. When you are using SSE registers you shouldn't be using the floating point stack, and vice-versa. Read up on the EMMS instruction. Ian