You copied the Doc URL to your clipboard.
B
Branch.
Syntax
B
label
Where:
label
- Is the program label to be unconditionally branched to. Its offset from the address of this instruction, in the range ±128MB. The branch can be forward or backward within 128MB.
Usage
Branch causes an unconditional branch to a label at a PC-relative offset, with a hint that this is not a subroutine call or return.