diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-07-13 15:25:54 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-07-13 15:25:54 -0700 |
commit | 79fd43b22862ebbc024f9b85a4d730cfc6039cf8 (patch) | |
tree | 109d54d8de80a8fdf90e6b37a39cf0eb41203abe | |
parent | 96a6954db416d12be722fb127dcb98ea9fd563fd (diff) | |
download | nasm-79fd43b22862ebbc024f9b85a4d730cfc6039cf8.tar.gz nasm-79fd43b22862ebbc024f9b85a4d730cfc6039cf8.tar.bz2 nasm-79fd43b22862ebbc024f9b85a4d730cfc6039cf8.zip |
Update CHANGES to current delta from 2.03.x.
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ * Fix bug in case-insensitive matching when compiled on platforms that don't use the "configure" script. Of the official release binaries, that only affects the OS/2 binary. +* Correct the handling of nested %reps. +* Support for x87 packed BCD constants. +* New %warning directive to issue user-controlled warnings. +* New %strcat directive to join strings together. +* Correct the LTR instruction in 64-bit mode. +* Fix unnecessary REX.W prefix on indirect jumps in 64-bit mode. 2.03.01 ------- |