English
Language : 

W741C260 Datasheet, PDF (57/92 Pages) Winbond – 4-BIT MICROCONTROLLER
W741C260
Instruction Set Table 2, continued
JB2 L
Jump when bit 2 of ACC is "1"
Machine Code:
Machine Cycle:
Operation:
Description:
JB3 L
1 0 1 0 0 L10 L9 L8
L7 L6 L5 L4 L3 L2 L1 L0
1
PC10−PC0 ← L10−L0; if ACC.2 = "1"
If bit 2 of the ACC is "1," PC10 to PC0 of the program counter are replaced
with the data specified by L10 to L0 and a jump occurs. If bit 2 of the ACC
is "0," the program counter (PC) is incremented.
Jump when bit 3 of ACC is "1"
Machine Code:
Machine Cycle:
Operation:
Description:
1 0 1 1 0 L10 L9 L8
L7 L6 L5 L4 L3 L2 L1 L0
1
PC10−PC0 ← L10−L0; if ACC.3 = "1"
If bit 3 of the ACC is "1," PC10 to PC0 of the program counter are replaced
with the data specified by L10 to L0 and a jump occurs. If bit 3 of the ACC
is "0," the program counter (PC) is incremented.
JC L
Jump when CF is "1"
Machine Code:
Machine Cycle:
Operation:
Description:
1 1 1 1 0 L10 L9 L8
L7 L6 L5 L4 L3 L2 L1 L0
1
PC10−PC0 ← L10−L0; if CF = "1"
If CF is "1," PC10 to PC0 of the program counter are replaced with the data
specified by L10 to L0 and a jump occurs. If the CF is "0," the program
counter (PC) is incremented.
- 57 -
Publication Release Date: March 1998
Revision A3