summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0725005..af808be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2008-09-10 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/operand-int.h:
+ Add a new type of operand for the addresses on the data segment (X86).
+
+ * src/arch/x86/instruction.h:
+ * src/arch/x86/opcodes.h:
+ Handle two more opcodes (mov: 0xa0 and 0xa1).
+
+ * src/arch/x86/operand.c:
+ * src/arch/x86/operand.h:
+ Support the 'moffs' type of operand.
+
+ * src/arch/x86/op_mov.c:
+ * src/arch/x86/processor.c:
+ Handle two more opcodes (mov: 0xa0 and 0xa1).
+
2008-09-09 Cyrille Bagard <nocbos@gmail.com>
* src/arch/x86/instruction.h: