View Single Post
  #5  
Old 08-09-2008, 23:58
DABhand DABhand is offline
Banned
 
Join Date: Nov 2004
Location: Near my PC
Posts: 5,406
Thanks: 0
Thanked 3 Times in 3 Posts
DABhand is on a distinguished road
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.
Reply With Quote