bcs

Assembly Syntax

bcs{,a} label

Synonym

blu{,a}

Condition

0101

Operation

Branch on Carry Set (Less than, Unsigned); [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

C

Comments

none

Example

bcs a_label

Instruction format

Home Page Index Page All Branch Instructions