* tic80.h (TIC80_NO_R0_DEST): Add for opcodes where r0 cannot
[deliverable/binutils-gdb.git] / include / opcode / tic80.h
index 58d3354039da809a45c1226b419d73a21c73f75d..36774383e3666ce5dacc6d670484d0d2f90b2944 100644 (file)
@@ -187,6 +187,7 @@ extern const struct tic80_operand tic80_operands[];
 
 /* Flag bits for the struct tic80_opcode flags field. */
 
-#define TIC80_VECTOR           1       /* Is a vector instruction */
+#define TIC80_VECTOR           01      /* Is a vector instruction */
+#define TIC80_NO_R0_DEST       02      /* Register r0 cannot be a destination register */
 
 #endif /* TIC80_H */
This page took 0.033195 seconds and 4 git commands to generate.