bl

Assembly Syntax

bl{,a} label

Condition

0011

Operation

Branch on Less; [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 xor V

Comments

none

Example

bl a_label

Instruction format

Home Page Index Page All Branch Instructions