Specifications

Table Of Contents
Altera Corporation 8–19
October 2007 Nios II Processor Reference Handbook
ble
ble
branch if less than or equal signed
Operation: if ((signed) rA <= (signed) rB)
then PC
label
else PC
PC + 4
Assembler Syntax:
ble rA, rB, label
Example:
ble r6, r7, top_of_loop
Description:
If (signed) rA <= (signed) rB, then
ble transfers program control to the instruction at
label.
Pseudoinstruction:
ble is implemented with the bge instruction by swapping the register operands.