Specifications

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