English
Language : 

W741L250 Datasheet, PDF (50/86 Pages) Winbond – 4-BIT MICROCONTROLLER
W741L250
Instruction Set Table 2, continued
DEC R
Decrement R content
Machine Code:
Machine Cycle:
Operation:
Description:
Flag Affected:
DIS INT
Machine Code:
Machine Cycle:
Operation:
Description:
DSKNZ R
Machine Code:
Machine Cycle:
Operation:
Description:
Flag Affected:
01001010
1 R6 R5 R4 R3 R2 R1 R0
1
ACC, R ← (R) - 1
Decrement the data memory content and load result into the ACC and the
data memory.
CF & ZF
Disable interrupt function
01010000
10000000
1
Disable interrupt function
Interrupt function is inhibited by executing this instruction.
Decrement R content then skip if ACC ! = 0
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
- 50 -