diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2008-09-08 22:53:49 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2008-09-08 22:53:49 (GMT) |
commit | b77dcf34b9b2308978e1c6333b34cde9f0e27a8c (patch) | |
tree | 9263e556e0e42c915b82fe48a4c3bdc5d2654b24 /ChangeLog | |
parent | b52f03ab912cd5e51dc2abea20edee6ad38c26fe (diff) |
Handled four kinds of the 'test' opcode.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@27 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -1,4 +1,25 @@ -2008-09-06 Cyrille Bagard <nocbos@gmail.com> +2008-09-09 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/x86/instruction.h: + Handle four kinds of the 'test' opcode. + + * src/arch/x86/Makefile.am: + Add op_test.c to libarchx86_a_SOURCES. + + * src/arch/x86/opcodes.h: + Register the new decoding functions. + + * src/arch/x86/operand.c: + * src/arch/x86/operand.h: + Handle the r/m information in a clever way. + + * src/arch/x86/op_mov.c: + Reorganize the code ; this must be improved. + + * src/arch/x86/processor.c: + Register the new decoding functions. + +2008-09-07 Cyrille Bagard <nocbos@gmail.com> * src/arch/x86/op_lea.c: * src/arch/x86/op_mov.c: |