2.6.9.1.1 Syntax
B{cond}
labelBL{cond}
labelBX{cond}
RmBLX{cond} Rm
where:
Bis branch (immediate).BLis branch with link (immediate).BXis branch indirect (register).BLXis branch indirect with link (register).condis an optional condition code, see Conditional Execution.labelis a PC-relative expression. See PC-relative Expressions.Rmis a register that indicates an address to branch to. Bit[0] of the value inRmmust be 1, but the address to branch to is created by changing bit[0] to 0.
