IPR-NIOS Altera, IPR-NIOS Datasheet - Page 201

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
Chapter 8: Instruction Set Reference
Instruction Set Reference
bgt
December 2010 Altera Corporation
Operation:
Assembler Syntax:
Example:
Description:
Pseudo-instruction:
if ((signed) rA > (signed) rB)
then PC ← label
else PC ← PC + 4
bgt rA, rB, label
bgt r6, r7, top_of_loop
If (signed) rA > (signed) rB, then bgt transfers program control to the instruction at label.
bgt is implemented with the blt instruction by swapping the register operands.
branch if greater than signed
Nios II Processor Reference Handbook
8–15

Related parts for IPR-NIOS