summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-08-31 15:38:25 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-08-31 15:38:25 (GMT)
commita9e504c2e6e07d29cee620b3d34492e002d1680e (patch)
tree7ad6496bf375187b7e9579d102db2dc21bd0d3cb /ChangeLog
parent2d9a76d0989ba0a1020dd333df3852ab6fc675de (diff)
Loaded complex content using the SIB byte.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@22 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: