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

CMOVcc aliases #220

Open
andreas-abel opened this issue Apr 15, 2020 · 1 comment
Open

CMOVcc aliases #220

andreas-abel opened this issue Apr 15, 2020 · 1 comment

Comments

@andreas-abel
Copy link
Contributor

The instruction set reference contains several aliases for different CMOVcc instructions (e.g., CMOVA is an alias for CMOVNBE). Similar aliases are defined for Jcc and SETcc instructions. It would be helpful if these aliases could be added to XED.

@markcharney
Copy link
Contributor

for disassembly i would not know when to use one vs the other so I just chose one form. i was thinking of a signed vs unsigned formatting option but that can change from one instruction to the next.

i guess encoding could support both somehow.

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

No branches or pull requests

2 participants