JSL (long jump to subroutine) (only processor 65816) Tags: none

Description:

Long-jumps to the subroutine. This command enters a new value in the PC command counter and K register and places the full return address (3 bytes) on the stack. The return address is the address of the order following the JSL less one. The RTL command is used to return from the subroutine.

Example:

    JSL Print    ; procedure call 'Print'