bcc

Assembly Syntax

bcc{,a} label

Synonym

bgeu{,a}

Condition

1101

Operation

Branch on Carry Clear (Greater than or Equal, 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

not C

Comments

none

Example

bcc a_label

Instruction format

Home Page Index Page All Branch Instructions