http://sourceforge.net/project/showfiles.php?group_id=6208
Also available at:
ftp://ftp.zytor.com/pub/nasm/releasebuilds/0.99.05/
Main "new thing" would be that 0.99.05 doesn't double FP constants like
0.99.04 did (guess not too many people doing FP with Nasm - we didn't
get too many complaints). Many minor bugfixes and major cleanup and
refactoring. Also 64-bit binaries for Linux (rpm), and OS/2 Binaries
(TODO: win64 binaries!)
New interface to the "-O" switch - now "-Ox" (literal 'x') or just "-O"
permit an "unlimited" (actually MAX_INT) passes...
New "-Z filename" switch to do "errors to file" - both "-e" and "-E" now
do "preprocess only". Even "nasm -o myfile.asm myfile.asm" won't
overwrite your source now!
Start lookin' for the bugs we missed...
Best,
Frank