diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-10-19 13:10:46 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-10-19 13:10:46 -0700 |
commit | 2ef4aac272ff0d2ac0bf630f11e6d8d3e19b27d5 (patch) | |
tree | 1fb0b1e1b0116950ba3836ea9a4fda9edba1f939 /assemble.c | |
parent | a8eace2b79b1068e54c4af93c41b6e58ba879b83 (diff) | |
download | nasm-2ef4aac272ff0d2ac0bf630f11e6d8d3e19b27d5.tar.gz nasm-2ef4aac272ff0d2ac0bf630f11e6d8d3e19b27d5.tar.bz2 nasm-2ef4aac272ff0d2ac0bf630f11e6d8d3e19b27d5.zip |
Allow underscores in numbers; better detection of FP
- Allow underscores as group separators in numbers, for example:
0x1234_5678 is now a legal number. The underscore is just ignored,
it adds no meaning.
- Recognize dotless floating-point numbers, such as "1e30". This
entails distinguishing hexadecimal numbers in the scanner, since
e.g. 0x1e30 is a perfectly legitimate hex constant.
Diffstat (limited to 'assemble.c')
0 files changed, 0 insertions, 0 deletions