English
Language : 

W741E20X Datasheet, PDF (47/84 Pages) Winbond – 4-BIT FLASH MICROCONTROLLER
Preliminary W741E20X
Instruction Set Table 2, continued
DEC R
Decrement R content
Machine Code:
01001010
1 R6 R5 R4 R3 R2 R1 R0
Machine Cycle:
1
Operation:
ACC, R ← (R) - 1
Description:
Decrement the data memory content and load result into the ACC and the
data memory.
Flag Affected:
DIS INT
CF & ZF
Disable Interrupt function
Machine Code:
Machine Cycle:
Operation:
Description:
DSKNZ R
01010000
10000000
1
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
- 47 -
Publication Release Date: March 1998
Revision A1