% cat tmp.s mov %rax, %rdx mov %eax, %edx % gcc -c tmp.s && objdump -d tmp.o | grep mov 0: '''48 89 c2''' mov %rax,%rdx 3: 89 c2 mov %eax,%edx