``` >>> 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`.