]> granicus.if.org Git - yasm/commit
Fix #80: xchg ax, ax or xchg eax, eax in 64-bit mode should not use 90h
authorPeter Johnson <peter@tortall.net>
Tue, 3 Oct 2006 16:24:30 +0000 (16:24 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 3 Oct 2006 16:24:30 +0000 (16:24 -0000)
commitb33cfe08b5f52ff85a3fb7026ce39987b4be9778
tree2942cdad6003200fed2c6e43858bed5c31e71fb6
parent590a1cc51087be27f0427ea16ae27786b3d7a080
Fix #80: xchg ax, ax or xchg eax, eax in 64-bit mode should not use 90h
opcode.

svn path=/trunk/yasm/; revision=1638
modules/arch/x86/tests/Makefile.inc
modules/arch/x86/tests/xchg64.asm [new file with mode: 0644]
modules/arch/x86/tests/xchg64.hex [new file with mode: 0644]
modules/arch/x86/x86id.c