[nasm:nasm-2.15.xx] changes.src: document LEA fix

nasm-bot for H. Peter Anvin (Intel) hpa at zytor.com
Fri Jul 10 02:51:03 PDT 2020


Commit-ID:  861f2cf2692b850a784a34d81c289a9a5cf9e803
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=861f2cf2692b850a784a34d81c289a9a5cf9e803
Author:     H. Peter Anvin (Intel) <hpa at zytor.com>
AuthorDate: Fri, 10 Jul 2020 02:49:14 -0700
Committer:  H. Peter Anvin (Intel) <hpa at zytor.com>
CommitDate: Fri, 10 Jul 2020 02:49:14 -0700

changes.src: document LEA fix

Document fix of LEA without square brackets.

Signed-off-by: H. Peter Anvin (Intel) <hpa at zytor.com>


---
 doc/changes.src | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/changes.src b/doc/changes.src
index 714299d0..db58bdf6 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -30,6 +30,8 @@ in \c{%+} tokens at the beginning or end, or multiple ones in a row.
 \b Much better documentation for the MASM compatiblity package,
 \c{%use masm} (see \k{pkg_masm}).
 
+\b Fix \c{LEA} without square brackets, for MASM compatibility.
+
 \b Portability fixes.
 
 \S{cl-2.15.02} Version 2.15.02


More information about the Nasm-commits mailing list