English
Language : 

TLC156 Datasheet, PDF (28/50 Pages) List of Unclassifed Manufacturers – EPROM/ROM-Based 8-Bit Microcontroller Series
TLC
TLC156
ADCAR
Syntax:
Operands:
Operation:
Status Affected:
Description:
Cycles:
Add ACC and R with Carry
ADCAR R, d
0 ≤ R ≤ 63
d ∈ [0,1]
R + ACC + C à dest
C, DC, Z
Add the contents of the ACC register and register ‘R’with Carry. If ‘d’is 0 the result is stored
in the ACC register. If ‘d’is ‘1’the result is stored back in register ‘R’.
1
ADDAR
Syntax:
Operands:
Operation:
Status Affected:
Description:
Cycles:
Add ACC and R
ADDAR R, d
0 ≤ R ≤ 63
d ∈ [0,1]
ACC + R à dest
C, DC, Z
Add the contents of the ACC register and register ‘R’. If ‘d’is 0 the result is stored in the ACC
register. If ‘d’is ‘1’the result is stored back in register ‘R’.
1
ADDIA
Syntax:
Operands:
Operation:
Status Affected:
Description:
Cycles:
Add ACC and Immediate
ADDIA I
0 ≤ I ≤ 255
ACC + I à ACC
C, DC, Z
Add the contents of the ACC register with the 8-bit immediate ‘I’. The result is placed in the
ACC register.
1
ANDAR
Syntax:
Operands:
Operation:
Status Affected:
Description:
Cycles:
AND ACC and R
ANDAR R, d
0 ≤ R ≤ 63
d ∈ [0,1]
ACC and R à dest
Z
The contents of the ACC register are AND’ed with register ‘R’. If ‘d’is 0 the result is stored in
the ACC register. If ‘d’is ‘1’the result is stored back in register ‘R’.
1
ANDIA
Syntax:
Operands:
Operation:
Status Affected:
Description:
Cycles:
AND Immediate with ACC
ANDIA I
0 ≤ I ≤ 255
ACC AND I à ACC
Z
The contents of the ACC register are AND’ed with the 8-bit immediate ‘I’. The result is placed
in the ACC register.
1
Rev0.95 Nov 20, 2003
P.2/TLC156