Fix disassembly of XCHG
authorH. Peter Anvin <hpa@zytor.com>
Tue, 13 Nov 2007 05:02:33 +0000 (21:02 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 13 Nov 2007 05:02:33 +0000 (21:02 -0800)
commit2344010d26266705c541809f7d73f25bf3bae643
tree4720eff031cb6b44e115b296f16dd204c8a104b9
parentf72151f43e4f4f894d6656bd2e611285d9a197ce
Fix disassembly of XCHG

"REX.B 90" in 64-bit mode is "xchg eax,r8d" not "nop"; equivalent
situation for "REX.WB 90" (xchg rax,r8).
assemble.c
disasm.c
insns.dat