View previous topic :: View next topic |
Author |
Message |
gir489 Grandmaster Cheater
Reputation: 14
Joined: 03 Jan 2012 Posts: 841 Location: Maryland, United States
|
Posted: Fri Nov 30, 2012 4:38 pm Post subject: Instruction can't be compiled |
|
|
What is wrong here?
movd xmm6, ecx is accepted, but that's not what I want to do.
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Fri Nov 30, 2012 5:04 pm Post subject: |
|
|
Probably bug
Use this:
Code: | db 66 0F 7E F1 // movd ecx,xmm6 |
or this
You can use mmX instead xmmX. And of course "db 66" before.
_________________
|
|
Back to top |
|
 |
gir489 Grandmaster Cheater
Reputation: 14
Joined: 03 Jan 2012 Posts: 841 Location: Maryland, United States
|
Posted: Fri Nov 30, 2012 5:08 pm Post subject: |
|
|
mgr.inz.Player wrote: | Probably bug
Use this:
Code: | db 66 0F 7E F1 // movd ecx,xmm6 |
or this
You can use mmX instead xmmX. And of course "db 66" before. |
Thanks.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Sat Dec 01, 2012 4:24 am Post subject: |
|
|
fixed in the svn
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
|