JMP Instructions

Purpose:Unconditionally branch
Format:opcode dst.bx
Operation:PC <- dst;
Condition
Codes:
N <- N;
Z <- Z;
V <- V;
C <- C;
Exceptions:None
Opcodes:
17JMPJump
Description: The PC is replaced by the destination operand.