Skip to content

Error in display of some movq instruction #91

@LRGH

Description

@LRGH
>>> 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions