X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fca65%2Finstr.h;h=ead36a0c2dc3715347c76e59ef44153830086502;hb=9fae57963d4f8189b3b4103b4bc1bc6c8632ff28;hp=201f03802aff104411d1306dc70f9aeeb588ab1d;hpb=07d49f143bd0b36192c5101d8040052c6de7847f;p=cc65 diff --git a/src/ca65/instr.h b/src/ca65/instr.h index 201f03802..ead36a0c2 100644 --- a/src/ca65/instr.h +++ b/src/ca65/instr.h @@ -84,7 +84,7 @@ #define AM65_IMM_IMPLICIT 0x00800000UL #define AM65_BLOCKMOVE 0x01000000UL #define AM65_BLOCKXFER 0x02000000UL -#define AM65_ABS_IND_LONG 0x04000000UL +#define AM65_ABS_IND_LONG 0x04000000UL /* Bitmask for all ZP operations that have correspondent ABS ops */ #define AM65_SET_ZP (AM65_DIR | AM65_DIR_X | AM65_DIR_Y | AM65_DIR_IND | AM65_DIR_X_IND)