Specifications

Table Of Contents
8–18 Altera Corporation
Nios II Processor Reference Handbook October 2007
bgtu
bgtu
branch if greater than unsigned
Operation: if ((unsigned) rA > (unsigned) rB)
then PC
label
else PC
PC + 4
Assembler Syntax:
bgtu rA, rB, label
Example:
bgtu r6, r7, top_of_loop
Description:
If (unsigned) rA > (unsigned) rB, then
bgtu transfers program control to the
instruction at label.
Pseudoinstruction:
bgtu is implemented with the bltu instruction by swapping the register operands.