Replies: 1 comment 2 replies
-
Does anyone know which function should I use to check whether an operand is a byte pointer or word pointer or qword ptr? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get the length of operands in compare instructions. I have tried to use
However, for the case (X86-64) like
outputs 64 instead of the expected value 32
I couldn't find the proper function to use to get the length of an operand. Maybe someone here can help? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions