English
Language : 

W741E20X Datasheet, PDF (49/84 Pages) Winbond – 4-BIT FLASH MICROCONTROLLER
Preliminary W741E20X
Instruction Set Table 2, continued
INC R
Increment R content
Machine Code:
Machine Cycle:
Operation:
Description:
Flag Affected:
JB0 L
01001010
0 R6 R5 R4 R3 R2 R1 R0
1
ACC, R ← (R) + 1
Increment the data memory content and load the result into the ACC and
the data memory.
CF & ZF
Jump when bit 0 of ACC is "1"
Machine Code:
Machine Cycle:
Operation:
Description:
JB1 L
1 0 0 0 0 L10 L9 L8
L7 L6 L5 L4 L3 L2 L1 L0
1
PC10 ~ PC0 ← L10 ~ L0; if ACC.0 = "1"
If bit 0 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 0 of the ACC is
"0," the program counter (PC) is incremented.
Jump when bit 1 of ACC is "1"
Machine Code:
Machine Cycle:
Operation:
Description:
1 0 0 1 0 L10 L9 L8
L7 L6 L5 L4 L3 L2 L1 L0
1
PC10 ~ PC0 ← L10 ~ L0; if ACC.1 = "1"
If bit 1 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 1 of the ACC is
"0," the program counter (PC) is incremented.
- 49 -
Publication Release Date: March 1998
Revision A1