summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-12-23 14:12:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-12-23 14:12:35 (GMT)
commit9ab4df2596b48b6f4739fa99767863d395e24eac (patch)
treea8fccdaf69bad46d3c06d69d7924d06516b76fbd /ChangeLog
parentda4889b3149805bcea865e0f05d00aeb90d60593 (diff)
Supported more add opcodes: 0x03 and fixed 0x01.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@44 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f12fe54..ffddf03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-23 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/x86/instruction.h:
+ * src/arch/x86/op_add.c:
+ * src/arch/x86/opcodes.h:
+ * src/arch/x86/processor.c:
+ Support more add opcodes: 0x03 and fixed 0x01 (Operand-size override prefix).
+
2008-12-20 Cyrille Bagard <nocbos@gmail.com>
* src/arch/x86/instruction.h: