diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +2008-08-31 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/x86/instruction.h: + * src/arch/x86/opcodes.h: + Handle the new opcodes. + + * src/arch/x86/operand.c: + * src/arch/x86/operand.h: + Load complex content using the SIB (Scale*Index+Base) byte. The code + must be cleaned. + + * src/arch/x86/op_mov.c: + Support the 'mov' opcode from/to memory locations. + + * src/arch/x86/processor.c: + Handle the new opcodes. + + * src/editor.c: + Extend the size of the editor. + + * src/Makefile.am: + Add -lm to openida_LDFLAGS. + 2008-08-24 Cyrille Bagard <nocbos@gmail.com> * src/binary.c: |