summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-07-13 15:25:54 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-07-13 15:25:54 -0700
commit79fd43b22862ebbc024f9b85a4d730cfc6039cf8 (patch)
tree109d54d8de80a8fdf90e6b37a39cf0eb41203abe /CHANGES
parent96a6954db416d12be722fb127dcb98ea9fd563fd (diff)
downloadnasm-79fd43b22862ebbc024f9b85a4d730cfc6039cf8.tar.gz
Update CHANGES to current delta from 2.03.x.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 50bbd95e..36462307 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
-------