diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-06-30 20:24:59 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-06-30 20:24:59 (GMT) |
commit | dde6bbf77e6a6df95dad5426e56a4bba115a7253 (patch) | |
tree | e7eebe20118143e901472b07b55ca3d59e2a65ab /ChangeLog | |
parent | 2c9fa2bc584305985ae53958ea2fb371adba3834 (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-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. |