mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
Additional CHANGES
This commit is contained in:
parent
f2098e9935
commit
00927db7e2
1 changed files with 5 additions and 1 deletions
6
CHANGES
6
CHANGES
|
|
@ -1,5 +1,5 @@
|
|||
2.00
|
||||
-------
|
||||
----
|
||||
* Added c99 data-type compliance.
|
||||
* Added general x86-64 support.
|
||||
* Added win64 (x86-64 COFF) output format.
|
||||
|
|
@ -8,6 +8,7 @@
|
|||
* Added Numeric constants in DQ directive.
|
||||
* Added oword, do and reso pseudo operands.
|
||||
* Added 8-bit floating-point format.
|
||||
* Correct the generation of floating-point constants.
|
||||
* Added Floating-point option control.
|
||||
* Added Infinity and NaN floating point support.
|
||||
* Added ELF Symbol Visibility support.
|
||||
|
|
@ -19,6 +20,9 @@
|
|||
* Enhanced Stack Relative Preprocessor Directives.
|
||||
* Enhanced ELF Debug Formats.
|
||||
* Enhanced Send Errors to a File option.
|
||||
* Added SSSE3, SSE4.1, SSE4.2, SSE5 support.
|
||||
* Added a large number of additional instructions.
|
||||
* Significant performance improvements.
|
||||
|
||||
0.98.39
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue