30.2.2. ARM BEQ instruction

Branch if equal based on the status registers.

Examples:

The family of instructions includes:

  • BEQ: branch if equal

  • BNE: branch if not equal

  • BLE: less or equal

  • BGE: greater or equal

  • BLT: less than

  • BGT: greater than