aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/mn10300.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index abd307c..88718ec 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,7 @@
+Tue Nov 5 13:26:12 1996 Jeffrey A Law (law@cygnus.com)
+
+ * mn10300.h (MN10300_OPERAND_EXTENDED): Define.
+
Mon Nov 4 12:52:48 1996 Jeffrey A Law (law@cygnus.com)
* mn10300.h (MN10300_OPERAND_REPEATED): Define.
diff --git a/include/opcode/mn10300.h b/include/opcode/mn10300.h
index 01d53c7..69b0835 100644
--- a/include/opcode/mn10300.h
+++ b/include/opcode/mn10300.h
@@ -92,6 +92,8 @@ extern const struct mn10300_operand mn10300_operands[];
#define MN10300_OPERAND_REPEATED 0x100
+#define MN10300_OPERAND_EXTENDED 0x200
+
/* Opcode Formats. */
#define FMT_S0 1
#define FMT_S1 2