Operation: | JNC |
Function: | Jump if Carry Not Set |
Syntax: | JNC reladdr |
Instructions | OpCode | Bytes | Cycles | Flags |
JNC reladdr | 0x50 | 2 | 2 | None |
Description: JNC branches to the address indicated by reladdr if the carry bit is not set. If the carry bit is set program execution continues with the instruction following the JNB instruction.
See Also: JC, Instruction Set