|
movss is move singular scalar.
Thats why the values of health etc are not equal to what you see on screen.
MOVss is an SSE instruction. Likewise the other instructions also movups, shufups, xorps, mulps, addps etc.
But im guessing your ASM knowledge is limited due to you nop'ing everything, but have a look in the coders section and read tuts I did on Basic ASM, then you can see why nop'ing isnt always the answer.
|