summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68d31c1..f12fe54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-12-20 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/x86/instruction.h:
+ * src/arch/x86/opcodes.h:
+ * src/arch/x86/op_sub.c:
+ * src/arch/x86/processor.c:
+ Add two extra opcodes: sub (0x2c and 0x2d).
+
+ * src/editor.c:
+ Do not load the default project file ; use the empty one instead.
+
2008-11-17 Cyrille Bagard <nocbos@gmail.com>
* src/arch/operand.c: