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

Alternate instruction encodings are not supported #239

Closed
joeleong opened this issue Jul 12, 2017 · 1 comment
Closed

Alternate instruction encodings are not supported #239

joeleong opened this issue Jul 12, 2017 · 1 comment

Comments

@joeleong
Copy link

failing to encode alternate instruction encodings, for example:

xorl.s %r9d, %r9d ; 45 33 c9

more examples:
https://github.com/facebookexperimental/binutils/blob/master/gas/testsuite/gas/i386/ilp32/x86-64-opts-intel.d

see the direction bit here:
http://www.c-jump.com/CIS77/CPU/x86/lecture.html#X77_0050_add_opcode

thanks to stoke-developers for helping me track it down and providing the links above

@stefanheule
Copy link
Member

We fixed this in #240.

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