NASM version 2.07 available (Announce)
The NASM developers have released NASM version 2.07 on 19 July 2009.
Home page: http://www.nasm.us/
Download: http://www.nasm.us/pub/nasm/releasebuilds/2.07/
Changes:
? NASM is now under the 2-clause BSD license. See section 1.1.2.
? Fix the section type for the .strtab section in the elf64 output format.
? Fix the handling of COMMON directives in the obj output format.
? New ith and srec output formats; these are variants of the bin output format which output Intel hex and Motorola S-records, respectively. See section 7.2 and section 7.3.
? rdf2ihx replaced with an enhanced rdf2bin, which can output binary, COM, Intel hex or Motorola S-records.
? The Windows installer now puts the NASM directory first in the PATH of the "NASM Shell".
? Revert the early expansion behavior of %+ to pre-2.06 behavior: %+ is only expanded late.
? Yet another Mach-O alignment fix.
? Don't delete the list file on errors. Also, include error and warning information in the list file.
? Support for 64-bit Mach-O output, see section 7.8.
? Fix assert failure on certain operations that involve strings with high-bit bytes.
---
Forum admin
Complete thread:
- NASM version 2.07 available - rr, 20.07.2009, 21:46 (Announce)
- NASM version 2.07 available - Rugxulo, 25.09.2009, 22:35