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
When the width bit was not set in the REX prefix, it defaulted to 32-bit. The update defaults to the current bit mode setting if the width bit is not set. Excellent work on spotting the issue, and thank you for reporting it.
If the
66
prefix is followed by a REX prefix (even one sans REX.W), its effect appears to be negated.Expected output (objdump):
Interestingly enough, if the REX prefix comes first, then everything works as expected:
The text was updated successfully, but these errors were encountered: