From: nasm-bot f. H. P. A. <hp...@zy...> - 2014-05-05 18:24:43
|
Commit-ID: 1a03281365f90d6ac8c449f9a080f9aaf4c5585a Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=1a03281365f90d6ac8c449f9a080f9aaf4c5585a Author: H. Peter Anvin <hp...@zy...> AuthorDate: Mon, 5 May 2014 11:21:17 -0700 Committer: H. Peter Anvin <hp...@zy...> CommitDate: Mon, 5 May 2014 11:21:17 -0700 changes: Document TIMES bug Signed-off-by: H. Peter Anvin <hp...@zy...> --- doc/changes.src | 5 +++++ 1 file changed, 5 insertions(+) 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. |