Search found 1 match

by SantiagoJaxson
Mon Sep 14, 2020 8:43 am
Forum: General Gamehacking
Topic: How to move value into XMM register?
Replies: 2
Views: 4206

How to move value into XMM register?

Hello People! I have a problem, don't know how to make a working script. I know that EAX is currently holding value. But I found that the instruction for eax is: movd eax,xmm6 . Does it mean that xmm6 which stored value is moving to EAX? If yes, how to write a correct script for moving value into XM...