Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Mon Jun 08, 2015 8:30 am Post subject: 64-bit Addresses and Zero-extend |
|
|
So, I've registered an address and I'm trying to compare the value of that address to RBX.
The problem is that the registered address is in the range of F1284548.
Whenever I try to compare, the assembly wants to treat that value as FFFFFFFFF1284548.
I've tried to use: lea rcx,[myvar]
But that has the same effect.
How do I stop it from treating the number as a negative? |
|