Keil Logo

Ax51 Introduction JC

Jump if carry is set

Description  

The JC instruction branches to the specified address if the carry flag is set. Otherwise, execution continues with the next instruction. No flags are affected by this instruction.

See Also   JB
JC relative_offset
C AC F0 RS1 RS0 OV P
Bytes   2
Cycles   2
Encoding   01000000, relative_offset
Operation  
JC
PC = PC + 2
IF C = 1
  PC = PC + relative_offset
Example  
JC LABEL
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.