diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-09-03 15:16:44 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-09-03 15:16:44 -0700 |
commit | df73e0b63af11d0d8fa209728e15996e0b715572 (patch) | |
tree | ad0c924dbbdccd2a37e86b082836d428565abf0f /doc | |
parent | 39e9a5f72f078ee54b239b1237a6529613208175 (diff) | |
download | nasm-df73e0b63af11d0d8fa209728e15996e0b715572.tar.gz nasm-df73e0b63af11d0d8fa209728e15996e0b715572.tar.bz2 nasm-df73e0b63af11d0d8fa209728e15996e0b715572.zip |
Update doc/changes.src
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.src | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/changes.src b/doc/changes.src index d21ec72..d0abb5b 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -21,16 +21,24 @@ since 2007. don't use the \c{configure} script. Of the official release binaries, that only affects the OS/2 binary. -\b Correct the handling of nested \c{%reps}. +\b Correct the handling of nested \c{%rep}s. \b Support for x87 packed BCD constants. -\b New \c{%strcat} directive to join strings together. +\b New \c{%strcat} directive to join quoted strings together. \b Correct the \c{LTR} instruction in 64-bit mode. \b Fix unnecessary REX.W prefix on indirect jumps in 64-bit mode. +\b New \c{%use} macro directive to support standard macro directives. See + \k{use}. + +\b Excess default parameters to \c{%macro} now issues a warning by default. + See \k{mlmacro}. + +\b Numerous bug fixes, especially to the AES, AVX and VTX instructions. + \S{cl-2.03.01} Version 2.03.01 |