summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-30 20:24:59 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-30 20:24:59 (GMT)
commitdde6bbf77e6a6df95dad5426e56a4bba115a7253 (patch)
treee7eebe20118143e901472b07b55ca3d59e2a65ab /ChangeLog
parent2c9fa2bc584305985ae53958ea2fb371adba3834 (diff)
Added a few extra opcodes: imul, jle, movsx and movzx.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@85 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94c3dd1..032c201 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
09-06-30 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/x86/instruction.c:
+ * src/arch/x86/instruction.h:
+ * src/arch/x86/Makefile.am:
+ * src/arch/x86/opcodes.h:
+ * src/arch/x86/op_jump.c:
+ * src/arch/x86/op_movsx.c:
+ * src/arch/x86/op_movzx.c:
+ * src/arch/x86/op_mul.c:
+ * src/arch/x86/processor.c:
+ Add a few extra opcodes: imul, jle, movsx and movzx. Most of them are
+ two bytes opcodes.
+
+09-06-30 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/binary.c:
Disable the "control flow" link for conditional jumps.