From 7f9a43a7cb19d631ac3a14ee0b2e07c94dd0b40c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sun, 22 Jul 2012 21:08:30 -0700 Subject: [PATCH] doc: document XRELEASE MOV fix Signed-off-by: H. Peter Anvin --- doc/changes.src | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/changes.src b/doc/changes.src index c7d15765..eff30986 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -7,6 +7,16 @@ The NASM 2 series support x86-64, and is the production version of NASM since 2007. +\S{cl-2.10.03} Version 2.10.03 + +\b Correct the assembly of the instruction: + +\c XRELEASE MOV [absolute],AL + +Previous versions would incorrectly generate \c{F3 A2} for this +instruction and issue a warning; correct behavior is to emit \c{F3 88 +05}. + \S{cl-2.10.02} Version 2.10.02 \b Add the \c{ifunc} macro package with integer functions, currently -- 2.11.4.GIT