English
Language : 

W741E260 Datasheet, PDF (56/94 Pages) Winbond – 4-BIT FLASH MICROCONTROLLER
W741E260
Instruction Set Table 2, continued
DEC R
Decrement R content
Machine Code:
Machine Cycle:
01001010
1
1 R6 R5 R4 R3 R2 R1 R0
Operation:
Description:
ACC, R ← (R) - 1
Decrement the data memory content and load result into the ACC and the
data memory.
Flag Affected:
CF & ZF
DIS INT
Disable Interrupt function
Machine Code:
Machine Cycle:
Operation:
Description:
DSKNZ R
01010000
1
10000000
Disable interrupt function
Interrupt function is inhibited by executing this instruction.
Decrement R content then skip if ACC ! = 0
Machine Code:
Machine Cycle:
Operation:
Description:
Flag Affected:
01001000
1 R6 R5 R4 R3 R2 R1 R0
1
ACC, R ← (R) - 1;
PC ← (PC) + 2 if ACC ! = 0
Decrement the data memory content and load result into the ACC and the
data memory. If ACC ! = 0, the program counter is incremented by 2 and
produces a skip.
CF & ZF
- 56 -