There is no instruction that allows you to move an immediate into an xmm register (and CE doesn't have a pseudoinstruction AFAIK). Allocate some memory for the value and move it by referencing that memory location:
Code:
alloc(value,4)
value:
dd (float)64
code:
movss xmm5,[value]
_________________
I don't know where I'm going, but I'll figure it out when I get there.
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