mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-13 17:57:12 +08:00
doc: document XRELEASE MOV fix
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
56bff2df92
commit
7f9a43a7cb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user