English
Language : 

UPD6604 Datasheet, PDF (45/64 Pages) NEC – 4-BIT SINGLE-CHIP MICROCONTROLLER FOR INFRARED REMOTE CONTROL TRANSMISSION
µPD6604
9.9 Timer Operation Instructions
MOV A, T0
MOV A, T1
<1> Instruction code : 1 1 1 1 0/1 1 1 1 1 1
<2> Cycle count
:1
<3> Function
: (A) ← (Tn) n = 0, 1
CY ← 0
The timer Tn contents are transferred to the accumulator. T1 corresponds to (t9, t8, t7, t6); T0 corresponds
to (t5, t4, t3, t2).
t9 t8 t7 t6
T
t5 t4 t3 t2
t1 t0
T1
T0
↓
Can be set with
MOV T, #data10
MOV T, @R0
MOV T0, A
MOV T1, A
<1> Instruction code : 0 0 1 0 0/1 1 1 1 1 1
<2> Cycle count
:1
<3> Function
: (Tn) ← (A) n = 0, 1
The accumulator contents are transferred to the timer register Tn. T1 corresponds to (t9, t8, t7, t6); T0
corresponds to (t5, t4, t3, t2). After executing this instruction, if data is transferred to T1, t1 becomes 0;
if data is transferred to T0, t0 becomes 0.
MOV T, #data10
<1> Instruction code : 0 0 1 1 0 1 1 1 1 1
<2> Cycle count
t1 t9 t8 t7 t6 t0 t5 t4 t3 t2
:1
<3> Function
: (T) ← data10
The immediate data is transferred to the timer register T (t9-t0).
Remark The timer time is set with (set value + 1) × 8/fOSC or 16/fOSC.
Data Sheet U11281EJ3V0DS00
45