JMP (jump to new location) Tags: none

Description:

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

Example:

    JMP    Start  ; move control to 'Start'