STY STY Store index Y in memory STY
Operation: Y -> M N V - B D I Z C
. . . . . . . .
+----------------+-----------------------+---------+---------+----------+
| Addressing Mode| Assembly Language Form| OP CODE |No. Bytes|No. Cycles|
+----------------+-----------------------+---------+---------+----------+
| ZeroPage | STY $FF | $84 | 2 | 3 |
| ZeroPage,X | STY $FF,X | $94 | 2 | 4 |
| Absolute | STY $FFFF | $8C | 3 | 4 |
+----------------+-----------------------+---------+---------+----------+
For penalty cycles on the 65816, check the desired addressing mode.
|