SAM47 INSTRUCTION SET KS57C2308/P2308/C2316/P23165-56JP — JumpJP dstOperation: Operand Operation Summary Bytes CyclesADR14 Jump to direct address (14 bits) 3 3Description: JP causes an unconditional branch to the indicated address by replacing the contents of theprogram counter with the address specified in the destination operand. The destination can beanywhere in the 16 K byte program memory address space.Operand Binary Code Operation NotationADR14 1 1 0 1 1 0 1 1 PC13–0 ← ADR13–00 0 a13 a12 a11 a10 a9 a8a7 a6 a5 a4 a3 a2 a1 a0Example: The label “SYSCON” is assigned to the instruction at program location 07FFH. The instructionJP SYSCONat location 0123H will load the program counter with the value 07FFH.