diff options
author | H. Peter Anvin <hpa@zytor.com> | 2014-05-05 11:21:17 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2014-05-05 11:21:17 -0700 |
commit | 1a03281365f90d6ac8c449f9a080f9aaf4c5585a (patch) | |
tree | 0eab8435542982eb9b030501a170bfd53e8d10d9 | |
parent | aa29b1d93f5a927c76aeee3d9e0830874015e7df (diff) | |
download | nasm-1a03281365f90d6ac8c449f9a080f9aaf4c5585a.tar.gz nasm-1a03281365f90d6ac8c449f9a080f9aaf4c5585a.tar.bz2 nasm-1a03281365f90d6ac8c449f9a080f9aaf4c5585a.zip |
changes: Document TIMES bug
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r-- | doc/changes.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index beabdd9..4df068f 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -7,6 +7,11 @@ The NASM 2 series supports x86-64, and is the production version of NASM since 2007. +\S{cl-2.11.03} Version 2.11.03 + +\b Fix a bug there REX prefixes were missing on instructions inside a +\c{TIMES} statement. + \S{cl-2.11.02} Version 2.11.02 \b Add the \c{XSAVEC}, \c{XSAVES} and \c{XRSTORS} family instructions. |