Add support for instructions which always use low 8-bit registers
commit9472dab6ed91507235a4ba4031566bc5c2a0df39
authorH. Peter Anvin <hpa@zytor.com>
Thu, 25 Jun 2009 04:38:29 +0000 (24 21:38 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 25 Jun 2009 04:38:29 +0000 (24 21:38 -0700)
tree73e5f5c185280687e8a4643246a05c87e36725f0
parentf9fc3fde55dc6b3008103fed1cc5173da22d2dac
Add support for instructions which always use low 8-bit registers

Add a byte code to explicitly support instructions which only uses the
low 8-bit registers (as if a REX prefix always was present.)  This is
usable for instructions which are officially documented as using "the
low byte of a 32-bit register" and so on.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
assemble.c
disasm.c
nasm.h