* tic80.h (TIC80_OPERAND_SCALED): Operand may have optional

":s" modifier for scaling.
This commit is contained in:
Fred Fish 1997-01-06 17:51:13 +00:00
parent 937fe72232
commit 547435564c
2 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,9 @@
start-sanitize-tic80
Mon Jan 6 10:51:15 1997 Fred Fish <fnf@cygnus.com>
* tic80.h (TIC80_OPERAND_SCALED): Operand may have optional
":s" modifier for scaling.
Sun Jan 5 12:12:19 1997 Fred Fish <fnf@cygnus.com>
* tic80.h (TIC80_OPERAND_M_SI): Add operand modifier for ":m".

View File

@ -173,6 +173,10 @@ extern const struct tic80_operand tic80_operands[];
immediate or register form instruction. */
#define TIC80_OPERAND_M_LI (02000)
/* This operand may have a ":s" modifier specified in bit 11 in a long
immediate or register form instruction. */
#define TIC80_OPERAND_SCALED (04000)
/* Values which go in the struct tic80_opcode format field to distinguish
between various types of instructions with the same mnemonic. FIXME: Not
currently used? */