mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +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:
parent
f98db88f36
commit
6a09064842
@ -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 */
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user