* tic80.h (TIC80_OPERAND_FLOAT): Add for floating point operands.
This commit is contained in:
parent
2da0bc1bf9
commit
ed6e7b0897
2 changed files with 7 additions and 0 deletions
|
@ -177,6 +177,9 @@ extern const struct tic80_operand tic80_operands[];
|
|||
immediate or register form instruction. */
|
||||
#define TIC80_OPERAND_SCALED (04000)
|
||||
|
||||
/* This operand is a floating point value */
|
||||
#define TIC80_OPERAND_FLOAT (010000)
|
||||
|
||||
/* 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? */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue