* mn10300.h (MN10300_OPERAND_EXTENDED): Define.

[ For operands inserted into the extended part of the opcode. ]
This commit is contained in:
Jeff Law 1996-11-05 20:25:51 +00:00
parent 7d03ae5e13
commit d13f39914f
2 changed files with 6 additions and 0 deletions

View 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.

View 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