bg

Assembly Syntax

bg{,a} label

Condition

1010

Operation

Branch on Greater; [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 or (N xor V))

Comments

none

Example

bg a_label

Instruction format

Home Page Index Page All Branch Instructions