|
-
Sep 10th, 2012, 11:05 AM
#1
Thread Starter
New Member
Problems with varibles
hi guys 
I have this problem:
MsgBox(&H33 Xor &H34) will show the correct answer = "7"
but i ned to use varibles in stead so made this
EAX = 34
ECX = 33
MsgBox(ECX Xor EAX)
but this shows the wrong answer "3"
How can i fix it? (i know it show "3" because it thinks it is decimal but as the first code shows i need it to xor in hex)
could someone plz help me?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|