Specifications

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