flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > SSE movsldup error |
Author |
|
Tomasz Grysztar 04 Jun 2004, 13:21
It's a bug - thanks for the report, the fix will be included in the next relase.
If you cannot wait, you can fix it yourself. In X86.INC file find the "sse_xmmreg_xmmreg" label, you should see the following code there: Code: sse_xmmreg_xmmreg: cmp [extended_code],12h je invalid_operand cmp [extended_code],16h je invalid_operand Add there the two instructions after the "sse_xmmreg_xmmreg" label: Code: sse_xmmreg_xmmreg: cmp [mmx_prefix],66h jne sse_xmmreg_xmmreg_ok cmp [extended_code],12h je invalid_operand cmp [extended_code],16h je invalid_operand |
|||
04 Jun 2004, 13:21 |
|
asmosprog 04 Jun 2004, 13:40
Thanks lots for the solution Privalov.
Cheers, Michael Gallagher |
|||
04 Jun 2004, 13:40 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.