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

x86 AT&T instruction printer does not print "zmmword ptr" #140

Closed
parasyte opened this issue Jun 3, 2014 · 2 comments
Closed

x86 AT&T instruction printer does not print "zmmword ptr" #140

parasyte opened this issue Jun 3, 2014 · 2 comments

Comments

@parasyte
Copy link
Contributor

parasyte commented Jun 3, 2014

The SStream_concat is missing from two lines:

But the function is correctly called in the Intel syntax instruction printer.

@aquynh
Copy link
Collaborator

aquynh commented Jun 3, 2014

good catch! the commit 0577bb7 solved this issue. the fix is not to add "xmmword", but remove all "xmmword", "ymmword", etc printed by similar memory references. this is how AT&T syntax works.

thanks.

@parasyte
Copy link
Contributor Author

parasyte commented Jun 4, 2014

Oh, interesting! Glad I could help. I was just inspecting the AT&T output, since I need to support some syntax highlighting for it.

@parasyte parasyte closed this as completed Jun 4, 2014
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