bneg

Assembly Syntax

bneg{,a} label

Condition

0110

Operation

Branch on Negative; [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

N

Comments

none

Example

bneg a_label

Instruction format

Home Page Index Page All Branch Instructions