In IBM mainframe assembly, BO (Branch on Overflow) is a conditional branch instruction that transfers control when the overflow condition code is set. This occurs after arithmetic operations that exceed the register capacity. Option A (Branch on One) would likely be a different instruction; Option C is not a standard conditional branch.