IPR-NIOS Altera, IPR-NIOS Datasheet - Page 202

no-image

IPR-NIOS

Manufacturer Part Number
IPR-NIOS
Description
IP NIOS II MEGACORE RENEW
Manufacturer
Altera
Type
MegaCorer
Datasheet

Specifications of IPR-NIOS

License
Renewal License
Lead Free Status / RoHS Status
Not applicable / Not applicable
8–16
bgtu
Nios II Processor Reference Handbook
Operation:
Assembler Syntax:
Example:
Description:
Pseudo-instruction:
if ((unsigned) rA > (unsigned) rB)
then PC ← label
else PC ← PC + 4
bgtu rA, rB, label
bgtu r6, r7, top_of_loop
If (unsigned) rA > (unsigned) rB, then bgtu transfers program control to the instruction at
label.
bgtu is implemented with the bltu instruction by swapping the register operands.
branch if greater than unsigned
Chapter 8: Instruction Set Reference
December 2010 Altera Corporation
Instruction Set Reference

Related parts for IPR-NIOS