Better warnings for out-of-range values
commite9d7f1a074d625018f7b42060ba3c341ea723967
authorH. Peter Anvin <hpa@zytor.com>
Mon, 6 Oct 2008 02:42:55 +0000 (5 19:42 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 7 Oct 2008 01:47:29 +0000 (6 18:47 -0700)
treecb27dcee1733417c2563f368d4eee569662b3a9f
parent733cbb3197022811cff2da03f6ebba0a94c3423d
Better warnings for out-of-range values

Issue better warnings for out-of-range values.  This is not yet
complete.

In particular, note we may have out-of-range for values that end up
being subject to optimization.  That is because the optimization takes
place on the *truncated* value, not the pre-truncated value.

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