diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2018-02-14 11:09:07 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2018-02-14 11:09:07 -0800 |
commit | 8524e163033c9b2fd7c2559f584b7c88fc15ccff (patch) | |
tree | e1c0c416ee8ec2585b257c2c83f2b825b3e67995 /doc | |
parent | 9f45a77f46829e666b35530939b9237cf978d4dc (diff) | |
download | nasm-8524e163033c9b2fd7c2559f584b7c88fc15ccff.tar.gz nasm-8524e163033c9b2fd7c2559f584b7c88fc15ccff.tar.xz nasm-8524e163033c9b2fd7c2559f584b7c88fc15ccff.zip |
insns.dat: add aliases of the RET instruction with explicit operand size
Make it possible to generate variants of RET(F) with explicit operand
size specified without having to use o16/o32/o64.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.src | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index e72457c2..ddfe6b38 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -7,6 +7,12 @@ The NASM 2 series supports x86-64, and is the production version of NASM since 2007. +\S{cl-2.13.04} Version 2.13.04 + +\b Added \c{-W}, \c{-D}, and \c{-Q} suffix aliases for \c{RET} + instructions so the operand sizes of these instructions can be + encoded without using \c{o16}, \c{o32} or \c{o64}. + \S{cl-2.13.03} Version 2.13.03 \b Added AVX and AVX512 \c{VAES*} and \c{VPCLMULQDQ} instructions. |