JSL JSL Jump Subroutine Long JSL
65816 only!
N V M X D I Z C
Operation: PB -> Bs, S-1 -S, PC -> Ws, S-2 -> S, . . . . . . . .
W -> PC, B -> PB
+----------------+-----------------------+---------+---------+----------+
| Addressing Mode| Assembly Language Form| OP CODE |No. Bytes|No. Cycles|
+----------------+-----------------------+---------+---------+----------+
| AbsoluteLong | JSL $FFFFFF | $22 | 4 | 8 |
+----------------+-----------------------+---------+---------+----------+
Note: JSL is equivalent to JSR with long addressing forced.
|