ecx is the source and [address] is the destination.
Code:
mov 18c,ecx
18c is a literal. It makes no sense as a destination. You might want to reverse it, but if you thought the original instruction was a read, that instruction might not be relevant at all. _________________
I don't know where I'm going, but I'll figure it out when I get there.
ecx is the source and [address] is the destination.
Code:
mov 18c,ecx
18c is a literal. It makes no sense as a destination. You might want to reverse it, but if you thought the original instruction was a read, that instruction might not be relevant at all.
oh duh
I always get confused which side is src and destination
I meant to do: mov [addr],18c
Thanks for the help
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