mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +00:00
removing \t from source file
This commit is contained in:
parent
07d49f143b
commit
9fae57963d
@ -84,7 +84,7 @@
|
|||||||
#define AM65_IMM_IMPLICIT 0x00800000UL
|
#define AM65_IMM_IMPLICIT 0x00800000UL
|
||||||
#define AM65_BLOCKMOVE 0x01000000UL
|
#define AM65_BLOCKMOVE 0x01000000UL
|
||||||
#define AM65_BLOCKXFER 0x02000000UL
|
#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 */
|
/* 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)
|
#define AM65_SET_ZP (AM65_DIR | AM65_DIR_X | AM65_DIR_Y | AM65_DIR_IND | AM65_DIR_X_IND)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user