diff --git a/src/cc65/opcodes.c b/src/cc65/opcodes.c index 2c88ff394..167e1f19c 100644 --- a/src/cc65/opcodes.c +++ b/src/cc65/opcodes.c @@ -679,7 +679,7 @@ const OPCDesc OPCTable[OPCODE_COUNT] = { { OP65_TYA, /* opcode */ "tya", /* mnemonic */ 1, /* size */ - REG_A, /* use */ + REG_Y, /* use */ REG_A, /* chg */ OF_XFR /* flags */ },