mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
doc: Document --v and duplicate REX prefix fix
Document changes for 2.11.05. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
0a9250c2ab
commit
4ac3b025be
@ -7,6 +7,14 @@
|
||||
The NASM 2 series supports x86-64, and is the production version of NASM
|
||||
since 2007.
|
||||
|
||||
\S{cl-2.11.05} Version 2.11.05
|
||||
|
||||
\b Add \c{--v} as an alias for \c{-v} (see \k{opt-v}), for
|
||||
command-line compatibility with Yasm.
|
||||
|
||||
\b Fix a bug introduced in 2.11.03 whereby certain instructions would
|
||||
contain multiple REX prefixes, and thus be corrupt.
|
||||
|
||||
\S{cl-2.11.04} Version 2.11.04
|
||||
|
||||
\b Removed an invalid error checking code. Sometimes a memref only with
|
||||
|
@ -984,6 +984,9 @@ and the date on which it was compiled.
|
||||
|
||||
You will need the version number if you report a bug.
|
||||
|
||||
For command-line compatibility with Yasm, the form \i\c{--v} is also
|
||||
accepted for this option.
|
||||
|
||||
\S{opt-y} The \i\c{-y} Option: Display Available Debug Info Formats
|
||||
|
||||
Typing \c{nasm -f <option> -y} will display a list of the available
|
||||
|
Loading…
Reference in New Issue
Block a user