TSK3000A Generic Instruction - BGTU

Frozen Content

Instruction:    Branch On Greater Than Unsigned

Assembler Format
Example
Translates to...

bgtu rA, rB, target

bgtu $3, $4, Shifter

sltu $at, rB, rA
bne $at, $0, target

bgtu rA, IMM32, target

bgtu $3, 0x12345678, Shifter

li $at, IMM32
sltu $at, $at, rA
bne $at, $0, target

You are reporting an issue with the following selected text and/or image within the active document: