Steve

US, 20.11.2007, 18:51 |
NASM 2.00rc1 available (Announce) |
Released 17 Nov 2007.
Home page:
http://nasm.sourceforge.net/
File Releases page:
http://sourceforge.net/project/showfiles.php?group_id=6208 |
Rugxulo

Usono, 21.11.2007, 10:09
@ Steve
|
NASM 2.00rc3 ?? |
Not sure why they decided to jump to 2.00 already (since surely there are bugs to be found), but whatever, looks exciting! 
NASM 2.00rc3 master nasm-2.00rc3
3 hours ago H. Peter Anvin Unbreak CMPSW/CMPSD/CMPSQ
11 hours ago H. Peter Anvin Merge branch 'master' of git+ssh://repo.or.cz/srv/git ...
11 hours ago H. Peter Anvin ndisasm: handle the case of "no more sync points"
25 hours ago H. Peter Anvin NASM 2.00rc2 nasm-2.00rc2
25 hours ago H. Peter Anvin tag-release: a simple script to tag the repository ...
35 hours ago H. Peter Anvin Slightly faster implementation of the deadman counter
36 hours ago H. Peter Anvin BR 812417: Deadman counter for macro expansion
37 hours ago H. Peter Anvin BR 877583: Fix RAA memory leak
37 hours ago H. Peter Anvin BR 863173: Fix offsets of TIMES/INCBIN in list file
37 hours ago H. Peter Anvin BR 1834731: Remove redundant error messages for no ...
37 hours ago H. Peter Anvin insns.pl: remove debugging output
2 days ago H. Peter Anvin Clean up remaining build warnings
2 days ago H. Peter Anvin BR 1834292: Fix multiple disassembler bugs
2 days ago H. Peter Anvin BR 1834056: Remove warnings in rdoff/rdoff.c
2 days ago H. Peter Anvin BR 1091926: Bounds checking for command line parsing
... |
Steve

US, 27.11.2007, 06:41
@ Rugxulo
|
NASM 2.00rc3 available |
26 Nov 2007: Source + binaries for DOS, OS/2, Win32.
Home page:
http://nasm.sourceforge.net/
File Releases page:
http://sourceforge.net/project/showfiles.php?group_id=6208 |
Rugxulo

Usono, 29.11.2007, 11:08
@ Steve
|
NASM 2.00 "stable" available |
The NASM developers (hpa, fbkotler, ccrayne, kkanios, etc.) have released the "stable" 2.00 version of NASM on 28 Nov 2007.
Website: http://nasm.sf.net/
Download: http://sourceforge.net/project/showfiles.php?group_id=6208
Changes:
> Added c99 data-type compliance.
> Added general x86-64 support.
> Added win64 (x86-64 COFF) output format.
> Added __BITS__ standard macro.
> Renamed the elf output format to elf32 for clarity.
> 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.
> Correct the generation of floating-point constants.
> Added Floating-point option control.
> Added Infinity and NaN floating point support.
> Added ELF Symbol Visibility support.
> Added Setting OSABI value in ELF header directive.
> Added Generate Makefile Dependencies option.
> Added Unlimited Optimization Passes option.
> Added %IFN and %ELIFN support.
> Added Logical Negation Operator.
> 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. |