English
Language : 

W741E260 Datasheet, PDF (89/94 Pages) Winbond – 4-BIT FLASH MICROCONTROLLER
W741E260
Instruction Set Table 2, continued
SKB1 R
If bit 1 of R is equal to 1 then skip
Machine Code:
Machine Cycle:
Operation:
Description:
10001000
1 R6 R5 R4 R3 R2 R1 R0
1
PC ← (PC) + 2; if R.1 = 1“1”
If bit 1 of R is equal to 1, the program counter is incremented by 2 and a
skip is produced. If bit 1 of R is not equal to 1, the program counter (PC) is
incremented.
SKB2 R
If bit 2 of R is equal to 1 then skip
Machine Code:
Machine Cycle:
Operation:
Description:
10001010
0 R6 R5 R4 R3 R2 R1 R0
1
PC ← (PC) + 2; if R.2 = 1“1”
If bit 2 of R is equal to 1, the program counter is incremented by 2 and a
skip is produced. If bit 2 of R is not equal to 1. The program counter (PC) is
incremented.
SKB3 R
If bit 3 of R is equal to 1 then skip
Machine Code:
Machine Cycle:
Operation:
Description:
10001010
1 R6 R5 R4 R3 R2 R1 R0
1
PC ← (PC) + 2; if R.3 = 1“1”
If bit 3 of R is equal to 1, the program counter is incremented by 2 and a
skip is produced. If bit 3 of R is not equal to 1, the program counter (PC) is
incremented.
- 89 -
Publication Release Date: March 1998
Revision A2