Keil Logo Arm Logo

JNC

The JNC instruction transfers program control to the specified address if the carry flag is 0. Otherwise, execution continues with the next instruction. No flags are affected by this instruction.

See Also: JC

JNC offset
C AC F0 RS1 RS0 OV   P
Bytes 2
Cycles 2
Encoding
01010000 offset
Operation
JNC
PC = PC + 2
IF C = 0
  PC = PC + offset
Example
JNC LABEL

Keil logo

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.