summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-10-12 21:24:16 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-10-12 21:24:16 (GMT)
commitb649c2c01ab407958f3b7057153fb02c9c7d0be1 (patch)
tree4ac39b53ce3b8938b53567cad5ec97f56751678d /ChangeLog
parent4145d0d7051f12b1a59d5728d6d2609e598e01f6 (diff)
Supported the 'setl' opcode.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@131 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e28fff..f4560c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+09-10-12 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/x86/instruction.c:
+ * src/arch/x86/instruction.h:
+ * src/arch/x86/opcodes.h:
+ * src/arch/x86/op_set.c:
+ * src/arch/x86/processor.c:
+ Support the 'setl' opcode.
+
09-10-11 Cyrille Bagard <nocbos@gmail.com>
* src/arch/x86/instruction.c: