| Operation: | JC |
| Function: | Jump if Carry Set |
| Syntax: | JC reladdr |
| Instructions | OpCode | Bytes | Cycles | Flags |
| JC reladdr | 0x40 | 2 | 2 | None |
Description: JC will branch to the address indicated by reladdr if the
Carry Bit is set. If the Carry Bit is not set program execution continues with the
instruction following the JC instruction.
See Also: JNC,
Instruction Set
(C) Copyright 1997 - 2008 by Vault Information Services LLC. All Rights Reserved.
Information provided "as-is" without warranty. Please see details.
Contact us for usage and copy permission.
|