summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1d9438..eb4fb7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: