summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-10-04 21:31:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-10-04 21:31:35 (GMT)
commit34612ad3304e9064f38c3adce728f2a71352c981 (patch)
tree4fde28976b0c6d8700f9242b549192fe622e30cb /ChangeLog
parent5d33469143778e8ab22b362b7a647f53cd6fc840 (diff)
Supported extra x86 opcodes. Fixed a bug with two-byte opcodes.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@126 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a241f3f..af6ad55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,27 @@
09-10-04 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/x86/instruction.c:
+ * src/arch/x86/instruction.h:
+ Support extra x86 opcodes. Fix a bug with two-byte opcodes.
+
+ * src/arch/x86/Makefile.am:
+ Add op_set.c to libarchx86_la_SOURCES.
+
+ * src/arch/x86/opcodes.h:
+ * src/arch/x86/op_jump.c:
+ * src/arch/x86/op_not.c:
+ * src/arch/x86/op_or.c:
+ Support extra x86 opcodes.
+
+ * src/arch/x86/op_set.c:
+ New entry: support the 'sete' and 'setne' opcodes.
+
+ * src/arch/x86/op_test.c:
+ * src/arch/x86/processor.c:
+ Support extra x86 opcodes.
+
+09-10-04 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/x86/operand.c:
Fix the rendering of ModRM operands.