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

Error in display of some movq instruction #91

Open
LRGH opened this issue Feb 29, 2024 · 1 comment
Open

Error in display of some movq instruction #91

LRGH opened this issue Feb 29, 2024 · 1 comment

Comments

@LRGH
Copy link
Contributor

LRGH commented Feb 29, 2024

>>> from amoco.arch.x64 import cpu_x64 as cpu
>>> i = cpu.disassemble(b'\x66\x48\x0f\x6e\xce')
>>> print(i)
movd        xmm1, rsi

It should be movq instead of movd.

@bdcht
Copy link
Owner

bdcht commented Mar 4, 2024

Thanks. This one fixed by 89349a6, but I'm still investigating other spec_sse 66+REX prefix issues.

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