summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-11-29 17:05:55 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-11-29 17:05:55 -0800
commit2fd420d33090a8bb978f3f9b976ee14882445e92 (patch)
tree8ee98a682b949f47fffad4e154f2b349340efc34 /CHANGES
parentc2f77475fadad9c8a0e209911d99b508a9796044 (diff)
downloadnasm-2fd420d33090a8bb978f3f9b976ee14882445e92.tar.gz
CHANGES that were missed...
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c01fcbb4..a8c4eb6f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,7 +8,9 @@
* Added elf64 and macho (MacOS X) output formats.
* Added Numeric constants in DQ directive.
* Added oword, do and reso pseudo operands.
-* Added 8-bit floating-point format.
+* Allow underscores in numbers.
+* Added 8-, 16- and 128-bit floating-point formats.
+* Added binary, octal and hexadecimal floating-point.
* Correct the generation of floating-point constants.
* Added Floating-point option control.
* Added Infinity and NaN floating point support.