|
If I have an Instruction, is it possible to check if it uses rex prefix? I looked through the docs and couldn't find anything. Event |
Answered by
wtfsck
Aug 30, 2023
Replies: 1 comment
|
There's no function that can do that. Why do you need to know if it has a The only workaround is to parse the bytes yourself. |
0 replies
Answer selected by
wtfsck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no function that can do that. Why do you need to know if it has a
REXprefix?The only workaround is to parse the bytes yourself.