Guest_imported
New member
- Jan 1, 1970
- 0
Hi!
I'm learning a bit of inline Assambler and have a few questions:
Im trying to use the MOVD instruction( it's called instructions, right?) but my compiler (VC++ 6.0) says : function 'main' has no EMMS instruction. Main is of course the function where i put the assambler-code. I kinnda know what EMMS is, or do I? An instruction that empties the MMX state, right? Anyways, do I need to include some old MMX-lib or what? I bet it's a simple deal but I'm lost.
Question number two comming up. If I use the instruction allowed by SSE or SSE2 with a processor that only supports MMX, what would happend?
And the last question, are there any good inline assembler tutorials out there? Preferbly one that addresses the SSE and SSE2 technology..
OK, that's it!
I'm learning a bit of inline Assambler and have a few questions:
Im trying to use the MOVD instruction( it's called instructions, right?) but my compiler (VC++ 6.0) says : function 'main' has no EMMS instruction. Main is of course the function where i put the assambler-code. I kinnda know what EMMS is, or do I? An instruction that empties the MMX state, right? Anyways, do I need to include some old MMX-lib or what? I bet it's a simple deal but I'm lost.
Question number two comming up. If I use the instruction allowed by SSE or SSE2 with a processor that only supports MMX, what would happend?
And the last question, are there any good inline assembler tutorials out there? Preferbly one that addresses the SSE and SSE2 technology..
OK, that's it!