Support __float*__ for floating-point numbers in expressions
commitdc467ba8af91f21994e10bedd133f4423e14862b
authorH. Peter Anvin <hpa@zytor.com>
Mon, 24 Sep 2007 19:30:54 +0000 (24 12:30 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 24 Sep 2007 19:30:54 +0000 (24 12:30 -0700)
tree6cd105090380ba3b7011a21bcf6329b26aaddd6c
parent5f77c031fa39bb96ce2240fbfd1c5465e1208e09
Support __float*__ for floating-point numbers in expressions

Add special operators to allow the use of floating-point constants in
contexts other than DW/DD/DQ/DT/DO.

As part of this checkin, make MAX_KEYWORD generated by tokhash.pl,
since it knows what all the keywords are so it can tell which one is
the longest.
Makefile.in
Mkfiles/msvc.mak
eval.c
insns.h
nasm.h
test/floatexp.asm [new file with mode: 0644]
tokens.dat
tokhash.pl