BR 1864243: better warnings for out-of-range constants
commit72c64378909cf7d961d6fd7cad1adc77ce72507d
authorH. Peter Anvin <hpa@zytor.com>
Wed, 9 Jan 2008 06:13:48 +0000 (8 22:13 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 9 Jan 2008 06:13:48 +0000 (8 22:13 -0800)
tree1c4e98a57ec5b1249b5e2dcea321fcb90cf56cf7
parent08367e22315b0ba1011fa42987468fa3630c166f
BR 1864243: better warnings for out-of-range constants

In particular, we'd miss issuing warnings for out-of-range dword
values, and the message for constants too large (we can't deal with >
64 bits) said 32 bits, not 64.
assemble.c
nasmlib.c