Support r/m operands for non-integer types
commit0da6b580ebb5ed60164b95a720fcf26591007b0f
authorH. Peter Anvin <hpa@zytor.com>
Thu, 13 Sep 2007 03:32:39 +0000 (12 20:32 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 13 Sep 2007 04:04:39 +0000 (12 21:04 -0700)
treeb39606b1ca116922706cf1af0e076ba4345a96b9
parent16b0a33ceae7b57cf4ebc9ab62cd4e1dc00dbf8c
Support r/m operands for non-integer types

Support r/m operands for non-integer operands types, i.e. mmx or xmm
operands.  This allows mmx and xmm operands to be written more
compactly, speeding up the assembler.
disasm.c
insns.pl
nasm.h
parser.c