TYA                TYA Transfer index Y to accumulator                TYA
  Operation:  Y -> A                                    N V - B D I Z C
                                                        / . . . . . / .
  +----------------+-----------------------+---------+---------+----------+
  | Addressing Mode| Assembly Language Form| OP CODE |No. Bytes|No. Cycles|
  +----------------+-----------------------+---------+---------+----------+
  |  Implied       |   TYA                 |   $98   |    1    |    2     |
  +----------------+-----------------------+---------+---------+----------+
What it does: Transfers the byte in the Y Register to the Accumulator.
Major uses: See TXA.