Add support for register-number immediates with fixed 4-bit values
authorH. Peter Anvin <hpa@zytor.com>
Wed, 7 May 2008 03:11:14 +0000 (20:11 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 7 May 2008 03:11:14 +0000 (20:11 -0700)
commitd58656f797b78cecc9ddb39bb43dd4fa23d69b33
tree53a2cdf19af155920e8b0634e3915028e4c54dae
parente30393639145a6ed8c599b8dc112e662a5754d88
Add support for register-number immediates with fixed 4-bit values

Add support for imm8 bytes which has a register value in the top four
bits and an arbitrary fixed value in the bottom four bits.
assemble.c
disasm.c