diff options
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: |