0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-07-24 10:25:42 -04:00

changes.src: update to fit current 2.13 branch status

It is kind of sad and impressive at the same time how little of the
2.13 changes are actually user-visible at this point.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2017-02-23 17:19:56 -08:00
parent 1a3314f64b
commit f805cdebe2

View File

@ -7,6 +7,22 @@
The NASM 2 series supports x86-64, and is the production version of NASM
since 2007.
\S{cl-2.13} Version 2.13
\b Support the official forms of the \c{UD0} and \c{UD1} instructions.
\b Allow self-segment-relative expressions in immediates and
displacements, even when combined with an external or otherwise
out-of-segment special symbol, e.g.:
\c extern foo
\c mov eax,[foo - $ + ebx] ; Now legal
\b Handle a 64-bit origin in NDISASM.
\b NASM can now generate sparse output files for relevant output
formats, if the underlying operating system supports them.
\S{cl-2.12.03} Version 2.12.03
\b Add new warnings for certain dangerous constructs which never ought