Operation: | JB |
Function: | Jump if Bit Set |
Syntax: | JB bit addr, reladdr |
Instructions | OpCode | Bytes | Cycles | Flags |
JB bit addr,reladdr | 0x20 | 3 | 2 | None |
Description: JB branches to the address indicated by reladdr if the bit indicated by bit addr is set. If the bit is not set program execution continues with the instruction following the JB instruction.
See Also: JBC, JNB. Instruction Set