start-sanitize-tic80
+Mon Jan 13 15:56:38 1997 Fred Fish <fnf@cygnus.com>
+
+ * tic80.h (TIC80_OPERAND_FLOAT): Add for floating point operands.
+
Mon Jan 6 10:51:15 1997 Fred Fish <fnf@cygnus.com>
* tic80.h (TIC80_OPERAND_SCALED): Operand may have optional
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? */