haex
October 27th, 2002, 19:39
Ok this is the case:
ecx=12345678
That is ,it doesn't contain the value 12345678 but it refer to that memory location.
And now I want to push the VALUE "12345678" to the stack. (Not the value that is in the memory location 12345678.)
So that it can be shown in a MessageBox.
How do I do that?
I'm a newbie so I'm not sure that I made my question clear enough or used the right terms.
/haex
ecx=12345678
That is ,it doesn't contain the value 12345678 but it refer to that memory location.
And now I want to push the VALUE "12345678" to the stack. (Not the value that is in the memory location 12345678.)
So that it can be shown in a MessageBox.
How do I do that?

I'm a newbie so I'm not sure that I made my question clear enough or used the right terms.

/haex