diff options
author | H. Peter Anvin <hpa@zytor.com> | 2012-07-22 21:08:30 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2012-07-22 21:08:30 -0700 |
commit | 7f9a43a7cb19d631ac3a14ee0b2e07c94dd0b40c (patch) | |
tree | 5b4da71f390daa136fa3e529590e512a0c294d6c /doc | |
parent | 56bff2df92f721c5be9dacb66ea3cb8f6a3ab7d9 (diff) | |
download | nasm-7f9a43a7cb19d631ac3a14ee0b2e07c94dd0b40c.tar.gz nasm-7f9a43a7cb19d631ac3a14ee0b2e07c94dd0b40c.tar.bz2 nasm-7f9a43a7cb19d631ac3a14ee0b2e07c94dd0b40c.zip |
doc: document XRELEASE MOV fix
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.src | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index c7d1576..eff3098 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 |