]> granicus.if.org Git - yasm/commit
Added shift instructions, as well as new "postponed" actions for things such
authorPeter Johnson <peter@tortall.net>
Sat, 10 Aug 2002 18:18:59 +0000 (18:18 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 10 Aug 2002 18:18:59 +0000 (18:18 -0000)
commitef8f221f244c029202988774b9371450fe06419b
treeaacc42a6187513c854a474e9cebc53dae008bd5d
parent0af7326e75b9d4617eb63d63948cc32a9a928078
Added shift instructions, as well as new "postponed" actions for things such
as shift ,1 operands and imm operands that have sign-extended imm8 forms that
can't be decided at parse-time.  The x86 bc format already had support for
these.  Also fixed a bug in the lfs family (incorrect inst len).

svn path=/trunk/yasm/; revision=677
modules/arch/x86/x86arch.h
modules/arch/x86/x86bc.c
modules/arch/x86/x86id.re
src/arch/x86/x86arch.h
src/arch/x86/x86bc.c
src/arch/x86/x86id.re