1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-30 20:29:03 +00:00

Fixed a bug

git-svn-id: svn://svn.cc65.org/cc65/trunk@794 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2001-07-16 18:47:19 +00:00
parent f98db88f36
commit 6a09064842

View File

@ -679,7 +679,7 @@ const OPCDesc OPCTable[OPCODE_COUNT] = {
{ OP65_TYA, /* opcode */ { OP65_TYA, /* opcode */
"tya", /* mnemonic */ "tya", /* mnemonic */
1, /* size */ 1, /* size */
REG_A, /* use */ REG_Y, /* use */
REG_A, /* chg */ REG_A, /* chg */
OF_XFR /* flags */ OF_XFR /* flags */
}, },