]> git.sur5r.net Git - cc65/blobdiff - src/cc65/opcodes.h
Fixed two compiler warnings.
[cc65] / src / cc65 / opcodes.h
index 064b573c11a8b33ffcab5144e6d60610ab464b5f..fb9e3e53e32244b00e593cadb43e60b441c37a7a 100644 (file)
@@ -174,6 +174,7 @@ typedef enum {
 #define OF_REG_INCDEC   0x0400U /* A register increment or decrement */
 #define OF_SETF         0x0800U /* Insn will set all load flags (not carry) */
 #define OF_CMP          0x1000U /* A compare A/X/Y instruction */
+#define OF_NOIMP        0x2000U /* Implicit addressing mode is actually A */
 
 /* Combined infos */
 #define OF_BRA         (OF_UBRA | OF_CBRA)     /* Operation is a jump/branch */