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 


Assembly - adding decimals (fadd)

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

Joined: 21 Feb 2009
Posts: 107

PostPosted: Sat May 09, 2009 1:28 am    Post subject: Assembly - adding decimals (fadd) Reply with quote

I've been trying to read up on how to add to a float in assembly by using fadd, but cannot seem to grasp it.

The line of code that writes to the quickness address is:
Code:
movss [eax],xmm0


How would I add a small decimal increase to xmm0 so it is increased before it is stored into [eax]?
Back to top
View user's profile Send private message
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Sat May 09, 2009 2:04 am    Post subject: Reply with quote

ADDSS?
Back to top
View user's profile Send private message
mStorm
Expert Cheater
Reputation: 0

Joined: 21 Feb 2009
Posts: 107

PostPosted: Sat May 09, 2009 2:43 am    Post subject: Reply with quote

so how would you assign a small decimal value to, lets say, xmm4 to use addss

Code:

[somehow put a small decimal in xmm4]
addss xmm0,xmm4
Back to top
View user's profile Send private message
sponge
I'm a spammer
Reputation: 1

Joined: 07 Nov 2006
Posts: 6009

PostPosted: Wed May 13, 2009 7:20 pm    Post subject: Reply with quote

To assign a value:
Code:
movss   xmm4, dword ptr ds:[nValue]

and
Code:
nValue  dd 0.5

or CE syntax
Code:
nValue:
dd 0.5

_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming 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