summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-05-24 22:34:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-05-24 22:34:42 (GMT)
commit0b7d7f26c745ff0f52e9e483a0980351368ca824 (patch)
treea244c063bdfa69f2605be6b1a1e80d9a8551602c /ChangeLog
parentf7e5d077e0d62f8b8717c79616852c3e1009cfa6 (diff)
Supported nine extra x86 opcodes.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@66 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48162e8..48619cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+09-05-25 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ Restore the entry point mark.
+
+ * src/arch/immediate.c:
+ Print extra information about the values when possible.
+
+ * src/arch/x86/instruction.h:
+ Support nine extra opcodes.
+
+ * src/arch/x86/Makefile.am:
+ Add op_scas.c to libarchx86_la_SOURCES.
+
+ * src/arch/x86/opcodes.h:
+ * src/arch/x86/operand.c:
+ * src/arch/x86/operand.h:
+ * src/arch/x86/op_mov.c:
+ * src/arch/x86/processor.c:
+ Support nine extra opcodes.
+
09-05-19 Cyrille Bagard <nocbos@gmail.com>
* src/arch/immediate.c: