bne

Assembly Syntax

bne{,a} label

Synonym

bnz{,a}

Condition

1001

Operation

Branch on Not Equal; [PC] <- PC + 4 * sign_extended(disp22); If branch is taken, the execution resumes from where the new value of the PC points to.

Icc test

not Z

Comments

none

Example

bne a_label

Instruction format

Home Page Index Page All Branch Instructions