Posted: Wed Apr 10, 2019 10:07 am Post subject: How to compare two values?
How to compare two values in Hex in the same address? Example: If value in the address 009C3E6E is 0x06 or if value in the address 009C3E6E is 0x16 then jump if not equal.
Code:
cmp byte ptr [009C3E6E],6 or cmp byte ptr [009C3E6E],16
jne @f
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