You copied the Doc URL to your clipboard.
Almost all ARM instructions can be executed conditionally on the value of the ALU status flags in the APSR. You can either add a condition code suffix to the instruction or you can conditionally skip over the instruction using a conditional branch instruction.
Using conditional branches instructions to control the flow of execution can be better when a series of instructions depend on the same condition.
- Concepts