JML (jump to new location) (only processor 65816) Tags: none

Description:

Performs a long jump to the specified address. This order enters a new value in the PC register and K register.

Example:

    JMP    Start  ; move control to 'Start'