Branch if not equal : Branch to statement at label's address if $t1 and $t2 are not equal
bne
Operands
$reg, [$reg/int16/int32], idVariants
- Branch if not equal : Branch to statement at label's address if $t1 and $t2 are not equal bne $t1,$t2,label
- Branch if Not Equal : Branch to statement at label if $t1 is not equal to 16-bit immediate bne $t1,-100,label
- Branch if Not Equal : Branch to statement at label if $t1 is not equal to 32-bit immediate bne $t1,100000,label
Loading...