Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


xmm0 compilation failed?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
yazigegeda
Expert Cheater
Reputation: 0

Joined: 22 Jan 2019
Posts: 183

PostPosted: Mon Aug 24, 2020 6:11 am    Post subject: xmm0 compilation failed? Reply with quote

Code:

movss xmm0,(float)50.00



What should i do? help me! :x
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25804
Location: The netherlands

PostPosted: Mon Aug 24, 2020 7:23 am    Post subject: Reply with quote

alloc(someaddress,4)
someaddress:
dd (float)50

...

movss xmm0,[someaddress]

_________________
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
View user's profile Send private message MSN Messenger
Csimbi
I post too much
Reputation: 97

Joined: 14 Jul 2007
Posts: 3325

PostPosted: Mon Aug 24, 2020 12:09 pm    Post subject: Reply with quote

As DB says.
Those instructions move data between registers or registers and memory locations.
Back to top
View user's profile Send private message
blankTM
Cheater
Reputation: 1

Joined: 03 May 2020
Posts: 49

PostPosted: Mon Aug 24, 2020 3:05 pm    Post subject: Re: xmm0 compilation failed? Reply with quote

cvtsi2ss xmm0,#50
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25804
Location: The netherlands

PostPosted: Mon Aug 24, 2020 11:50 pm    Post subject: Re: xmm0 compilation failed? Reply with quote

blankTM wrote:
cvtsi2ss xmm0,#50


that instruction format doesn't exist

but what may work is
Code:

push eax
mov eax,#50
cvtsi2ss xmm0,eax
pop eax

_________________
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
View user's profile Send private message MSN Messenger
Csimbi
I post too much
Reputation: 97

Joined: 14 Jul 2007
Posts: 3325

PostPosted: Tue Aug 25, 2020 7:21 am    Post subject: Re: xmm0 compilation failed? Reply with quote

blankTM wrote:
cvtsi2ss xmm0,#50

You guys need to look at the instructions' manual.
Back to top
View user's profile Send private message
blankTM
Cheater
Reputation: 1

Joined: 03 May 2020
Posts: 49

PostPosted: Tue Aug 25, 2020 7:32 am    Post subject: Re: xmm0 compilation failed? Reply with quote

Ok i made a mistake
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites