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 


I would like to move a value 64 to a 128-bit register

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
DanyDollaro
Master Cheater
Reputation: 3

Joined: 01 Aug 2019
Posts: 334

PostPosted: Sat Aug 10, 2019 5:41 pm    Post subject: I would like to move a value 64 to a 128-bit register Reply with quote

As I said from the title I would like to move a Float value to a 128-bit register, I tried things like:
Code:
mov xmm5,64

or
Code:
movss xmm5,64

and I tried to use other commands too but I didn't get it.
how could I do?
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 152

Joined: 06 Jul 2014
Posts: 4706

PostPosted: Sun Aug 11, 2019 9:54 am    Post subject: Reply with quote

There is no instruction that allows you to move an immediate into an xmm register (and CE doesn't have a pseudoinstruction AFAIK). Allocate some memory for the value and move it by referencing that memory location:
Code:
alloc(value,4)

value:
  dd (float)64

code:
  movss xmm5,[value]

_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
DanyDollaro
Master Cheater
Reputation: 3

Joined: 01 Aug 2019
Posts: 334

PostPosted: Sun Aug 11, 2019 6:57 pm    Post subject: Reply with quote

thank you very much, it worked Very Happy
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