diff options
author | Keith Kanios <spook@dynatos.net> | 2007-04-12 02:40:54 +0000 |
---|---|---|
committer | Keith Kanios <spook@dynatos.net> | 2007-04-12 02:40:54 +0000 |
commit | b7a89544d09455d7b2f4621c80b21ca457563f4a (patch) | |
tree | 6c89a3318c19c2bf364cbd95859e78fbc2d4e306 /CHANGES | |
parent | aa348dec7d6c5366efd10513ae4ff6fa2bbbd6ed (diff) | |
download | nasm-b7a89544d09455d7b2f4621c80b21ca457563f4a.tar.gz nasm-b7a89544d09455d7b2f4621c80b21ca457563f4a.tar.bz2 nasm-b7a89544d09455d7b2f4621c80b21ca457563f4a.zip |
General push for x86-64 support, dubbed 0.99.00.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,5 +1,12 @@ -0.98.40 -* fix (?) bug in outobj.c - every 256th "extern" caused Nasm crash +0.99.00 +------- +* Added c99 data-type compliance. +* Added general x86-64 support. +* Added win64 (x86-64 COFF) output format. +* Added __BITS__ standard macro which returns current [BITS XX] mode. +* fix (???) bug in outobj.c - every 256th "extern" caused Nasm crash. + (is this during definition or use, I made over 260 externs with obj + and could not duplicate the gripe -Keith Kanios) 0.98.39 ------- |