BR Instructions

Purpose:Unconditionally branch
Format:opcode displ.bx
Operation:PC <- PC + sign-extended displ;
Condition
Codes:
N <- N;
Z <- Z;
V <- V;
C <- C;
Exceptions:None
Opcodes:
11BRBBranch with Byte Displacement
31BRWBranch with Word Displacement
Description: The Displacement is sign-extended and added to the PC. The PC is replaced by the result.