summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab45612..e8fe6ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+09-06-08 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/x86/instruction.c:
+ * src/arch/x86/instruction.h:
+ Support more opcodes.
+
+ * src/arch/x86/Makefile.am:
+ Add op_mul.c to libarchx86_la_SOURCES.
+
+ * src/arch/x86/opcodes.h:
+ Support more opcodes.
+
+ * src/arch/x86/op_mul.c:
+ New entry: decode some imul instructions.
+
+ * src/arch/x86/op_test.c:
+ * src/arch/x86/processor.c:
+ Support more opcodes.
+
09-06-07 Cyrille Bagard <nocbos@gmail.com>
* src/format/exe_format.c: