You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which is fine except for the first 2 commands that set 0 into rsi (i guess that is what happens, but it's modeled in the rest of the block and kinda makes the actual Xoring wrong)
Any insights as to why this happens?
The text was updated successfully, but these errors were encountered:
VEX works in mysterious ways... My guess is that it does this to make it easier for later optimization steps, but we'd have to look at the VEX source to make sure.
Hi again.
Quick question regarding the translation of some x86 command:
This:
'xor esi, esi'
gets translated into:
Which is fine except for the first 2 commands that set 0 into rsi (i guess that is what happens, but it's modeled in the rest of the block and kinda makes the actual Xoring wrong)
Any insights as to why this happens?
The text was updated successfully, but these errors were encountered: