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 


help with autoassembler

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
ParkourPenguin
I post too much
Reputation: 152

Joined: 06 Jul 2014
Posts: 4718

PostPosted: Wed Nov 04, 2020 11:35 am    Post subject: Reply with quote

cmp is used for integers, not floating point numbers. Use (u)comiss (float) / (u)comisd (double). Search "site:forum.cheatengine.org comiss" for examples.
_________________
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
MMM-304
Expert Cheater
Reputation: 0

Joined: 17 Aug 2020
Posts: 170
Location: Milkey Way

PostPosted: Fri Nov 06, 2020 7:34 am    Post subject: Reply with quote

Code:

label(code)
label(return)

newmem:
  cmp [rsp+00000088],(float)400
  jg code
  cmp [rsp+00000088],(float)60
  jl code
  mov [rsp+00000088],(float)2000000000 //writes this value when its between 60 and 400
code:
  movss xmm0,[rsp+00000088]
  jmp return

will write float 2000000000 only when its between float 60 and float 400, if that you want
Back to top
View user's profile Send private message
MMM-304
Expert Cheater
Reputation: 0

Joined: 17 Aug 2020
Posts: 170
Location: Milkey Way

PostPosted: Fri Nov 06, 2020 10:54 am    Post subject: Reply with quote

Code:

label(code myNewMem)
label(return)

newmem:
  cmp [rsp+00000088],(float)400
  jg code
  cmp [rsp+00000088],(float)60
  jl code
  mov [rsp+00000088],(float)2000000000 //writes this value when its between 60 and 400
code:
  movss xmm0,[rsp+00000088]
  jmp return
myNewMem:
  dd (float)60
  dd (float)400
  dd (float)2000000000

register
Quote:
myNewMem
then u can use it in address list
myNewMem = 60
myNewMem+4 = 400
myNewMem+8 = 2000000000
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 Lua Scripting 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