insns.dat: Mark the immediate for shift instructions as imm8
commit5c72992a784eaafa12575928c2878ed8678be7c1
authorH. Peter Anvin <hpa@zytor.com>
Wed, 26 Sep 2012 05:51:40 +0000 (25 22:51 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 26 Sep 2012 05:51:40 +0000 (25 22:51 -0700)
tree76029b26a1a068e7372759fc63dfda8d28bf96d1
parent7c6baca6d0b2333f5e53b96ccdb9f0295465de98
insns.dat: Mark the immediate for shift instructions as imm8

Allow the form:

      mov <rm>,byte 1

... to generate the explicit byte form.  An unfortunate side effect is
that disassembly is ugly; this could be fixed by making a special byte
code that acts the same for the assembler but disassembles specially.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
insns.dat