use sign_extend;
use crateRegisters;
/// The condition codes specified by the state of bits [11:9] are tested.
// If bit [11] is set, N is tested; if bit [11] is clear, N is not tested.
/// If bit [10] is set, Z is tested, etc. If any of the condition codes tested is set,
/// the program branches to the location specified by adding the sign-extended PCoffset9 field to the incremented PC.