* mn10300.h (MN10300_OPERAND_EXTENDED): Define.
authorJeff Law <law@redhat.com>
Tue, 5 Nov 1996 20:25:51 +0000 (20:25 +0000)
committerJeff Law <law@redhat.com>
Tue, 5 Nov 1996 20:25:51 +0000 (20:25 +0000)
[ For operands inserted into the extended part of the opcode. ]

include/opcode/ChangeLog
include/opcode/mn10300.h

index abd307c..88718ec 100644 (file)
@@ -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.
index 01d53c7..69b0835 100644 (file)
@@ -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