]> granicus.if.org Git - yasm/commit
Fix pshift instructions by fixing meaning of MOD_Gap0 to actually eat the
authorPeter Johnson <peter@tortall.net>
Fri, 24 Oct 2003 01:32:22 +0000 (01:32 -0000)
committerPeter Johnson <peter@tortall.net>
Fri, 24 Oct 2003 01:32:22 +0000 (01:32 -0000)
commitd79f837212aed0b8ebc0d0dc7121e5035e67c1ec
treee88e170127020da0ea5a13a8de4d934106219029
parent6a22fe7a70b50d6fd8741a51f5b96b05a17cbed4
Fix pshift instructions by fixing meaning of MOD_Gap0 to actually eat the
first parameter (before MOD_Op2Add).  Before this change, MOD_Gap0 did not
eat a parameter until AFTER MOD_Op2Add.

Reported by: Edouard Gomez <ed.gomez@free.fr>

svn path=/trunk/yasm/; revision=1076
modules/arch/x86/tests/Makefile.inc
modules/arch/x86/tests/pshift.asm [new file with mode: 0644]
modules/arch/x86/tests/pshift.errwarn [new file with mode: 0644]
modules/arch/x86/tests/pshift.hex [new file with mode: 0644]
modules/arch/x86/x86id.re