summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2014-05-05 11:21:17 -0700
committerH. Peter Anvin <hpa@zytor.com>2014-05-05 11:21:17 -0700
commit1a03281365f90d6ac8c449f9a080f9aaf4c5585a (patch)
tree0eab8435542982eb9b030501a170bfd53e8d10d9
parentaa29b1d93f5a927c76aeee3d9e0830874015e7df (diff)
downloadnasm-1a03281365f90d6ac8c449f9a080f9aaf4c5585a.tar.gz
changes: Document TIMES bug
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--doc/changes.src5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src
index beabdd99..4df068f6 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.