NASM 2.15.03 (Announce)
On 17 July 2020, the NASM development team released version 2.15.03.
Home page: https://nasm.us/
Download: https://www.nasm.us/pub/nasm/releasebuilds/2.15.03/
Changes since last announcement (version 2.15.02):
Version 2.15.03
(*) Add instructions from the Intel Instruction Set Extensions and Future Features Programming Reference, June 2020. This includes AVX5512 bfloat16, AVX512 mask intersect, and Intel Advanced Matrix Extensions (AMX).
(*) Support for bfloat16 floating-point constants. See section 3.4.6 and section 6.3.
(*) Properly display warnings in preprocess-only mode.
(*) Fix copy-and-paste of examples from the PDF documentation.
(*) Debug information now properly reflect the line numbers of macro invocations (unless declared .nolist).
(*) Fix excessive alignment of sections in the coff/win32/win64 output formats when the user-specified alignment is less than the default alignment for the section or section type.
(*) Fix explicit token pasting (%+, section 4.1.4) for the cases where one or more parts result from empty token expansion, resulting in %+ tokens at the beginning or end, or multiple ones in a row.
(*) Fix macro label capture (%00, section 4.3.7).
(*) Much better documentation for the MASM compatiblity package, %use masm (see section 6.5).
(*) Fix LEA without square brackets, for MASM compatibility.
(*) Portability fixes.
Complete thread:
- NASM 2.15.02 - rr, 14.07.2020, 22:21 (Announce)
- NASM 2.15.03 - Rugxulo, 23.07.2020, 05:40
- NASM 2.15.05 - Rugxulo, 02.09.2020, 21:44
- NASM 2.15.03 - Rugxulo, 23.07.2020, 05:40