English
Language : 

W741C260 Datasheet, PDF (47/92 Pages) Winbond – 4-BIT MICROCONTROLLER
W741C260
Instruction Set Table 2, continued
ADCR WR, #I
Add immediate data to WR with CF
Machine Code:
00001101
I3 I2 I1 I0 W3 W2 W1 W0
Machine Cycle:
1
Operation:
ACC, WR ← (WR) + I + (CF)
Description:
The contents of the Working Register (WR), I, CF are binary added and the
result is placed in the ACC and the WR.
Flag Affected:
ADD R, ACC
Machine Code:
CF & ZF
Add R to ACC
0 0011000
0 R6 R5 R4 R3 R2 R1 R0
Machine Cycle:
Operation:
Description:
1
ACC ← (R) + (ACC)
The contents of the data memory location addressed by R6 to R0 and ACC
are binary added and the result is loaded into the ACC.
Flag Affected:
ADD WR, #I
Machine Code:
CF & ZF
Add immediate data to WR
00011100
I3 I2 I1 I0 W3 W2 W1 W0
Machine Cycle:
Operation:
Description:
Flag Affected:
1
ACC ← (WR) + I
The contents of the Working Register (WR) and the immediate data I are
binary added and the result is loaded into the ACC.
CF & ZF
- 47 -
Publication Release Date: March 1998
Revision A3