Posted: Sun Mar 07, 2010 9:02 am Post subject: Floats and conditional jumps
I'm working on a trainer and need to compare a float value and jump if it is greater than the compare value.
Basically this is what I need, but for floats
Code:
cmp eax, -0.34
jge 543252
I know I need to use FNSTSW AX but I don't understand how to use it.
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