diff options
author | H. Peter Anvin <hpa@zytor.com> | 2014-05-21 08:28:21 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2014-05-21 08:28:21 -0700 |
commit | 4ac3b025be42b6db09474882c694eb012f423833 (patch) | |
tree | 88398a0b070d3176b59c9c83b119dbfeba350600 | |
parent | 0a9250c2ab32028dfdca6578655882b4be6a5c04 (diff) | |
download | nasm-4ac3b025be42b6db09474882c694eb012f423833.tar.gz nasm-4ac3b025be42b6db09474882c694eb012f423833.tar.bz2 nasm-4ac3b025be42b6db09474882c694eb012f423833.zip |
doc: Document --v and duplicate REX prefix fix
Document changes for 2.11.05.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r-- | doc/changes.src | 8 | ||||
-rw-r--r-- | doc/nasmdoc.src | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index 38cc97e..ec4de21 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -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 diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 55a6313..3025091 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -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 |