Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

16-bit register source for MOVSX #8

Closed
nepx opened this issue May 19, 2023 · 1 comment
Closed

16-bit register source for MOVSX #8

nepx opened this issue May 19, 2023 · 1 comment

Comments

@nepx
Copy link

nepx commented May 19, 2023

Hi,

Opcode 0F BF (MOVSX) should have a 16-bit register as a source operand, but it currently displays as a 32-bit register.

  • 4D0FBFE4 MOVSX R12,R12D (should be R12W)
  • 450FBFE4 MOVSX R12D,R12D (should be R12W)
  • 0FBFE4 MOVSX ESP,ESP (should be SP)
Recoskie added a commit that referenced this issue May 20, 2023
@Recoskie
Copy link
Owner

MOVSX is now fixed. Thank you for reporting the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants