diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-11-29 17:05:55 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-11-29 17:05:55 -0800 |
commit | 2fd420d33090a8bb978f3f9b976ee14882445e92 (patch) | |
tree | 8ee98a682b949f47fffad4e154f2b349340efc34 /CHANGES | |
parent | c2f77475fadad9c8a0e209911d99b508a9796044 (diff) | |
download | nasm-2fd420d33090a8bb978f3f9b976ee14882445e92.tar.gz nasm-2fd420d33090a8bb978f3f9b976ee14882445e92.tar.bz2 nasm-2fd420d33090a8bb978f3f9b976ee14882445e92.zip |
CHANGES that were missed...
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |