summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-06-08 22:46:31 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-06-08 22:46:31 +0000
commitaec6446a246c21a3806bff6b00e84f93b7f2200c (patch)
tree913f03577d2a549cb3ab4fedaa515d9282cf0aad
parent0f65f885a4d1ffb374a2f0d8380381d8c3d58b64 (diff)
downloadnasm-aec6446a246c21a3806bff6b00e84f93b7f2200c.tar.gz
Bring CHANGES up to date.nasm-0.98.34
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f3eaa202..afd3f26c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,18 @@
+0.98.34
+-------
+* Correct additional address-size vs. operand-size confusions.
+* Generate dependencies for all Makefiles automatically.
+* Add support for unimplemented (but theoretically available)
+ registers such as tr0 and cr5. Segment registers 6 and 7 are called
+ segr6 and segr7 for the operations which they can be represented.
+* Correct some disassembler bugs related to redundant address-size prefixes.
+ Some work still remains in this area.
+* Correctly generate an error for things like "SEG eax".
+* Add the JMPE instruction, enabled by "CPU IA64".
+* Correct compilation on newer gcc/glibc platforms.
+* Issue an error on things like "jmp far eax".
+
+
0.98.33
-------