English
Language : 

PD64A_15 Datasheet, PDF (40/66 Pages) Renesas Technology Corp – 4-BIT SINGLE-CHIP MICROCONTROLLERS FOR INFRARED REMOTE CONTROL TRANSMISSION
µPD64A, 65
XRL A, @R0H
XRL A, @R0L
<1> Instruction code: 1 0 1 0 0/1 1 0 0 0 0
<2> Cycle count:
1
<3> Function:
(A) ← (A) ∨ (P13), (R0))7-4 (in the case of XRL A, @R0H)
CY ← A3 • ROM7
(A) ← (A) ∨ (P13), (R0))3-0 (in the case of XRL A, @R0L)
CY ← A3 • ROM3
The accumulator contents and the program memory contents specified with the control register P13 and
register pair R10-R00 are exclusive-ORed and the results are entered in the accumulator.
If H is specified, b7, b6, b5, and b4 take effect. If L is specified, b3, b2, b1, and b0 take effect.
XRL A, #data4
<1> Instruction code: 1 0 1 0 1 1 0 0 0 1
<2> Cycle count:
0 0 0 0 0 0 d3 d2 d1 d0
1
<3> Function:
(A) ← (A) ∨ data4
CY ← A3 • data43
The accumulator contents and the immediate data are exclusive-ORed and the results are entered in
the accumulator.
INC A
<1> Instruction code: 1 0 1 0 0 1 0 0 1 1
<2> Cycle count:
1
<3> Function:
(A) ← (A) + 1
If A = 0 CY ← 1
else CY ← 0
The accumulator contents are incremented (+1).
RL A
<1> Instruction code: 1 1 1 0 0 1 0 0 1 1
<2> Cycle count:
1
<3> Function:
(An + 1) ← (An), (A0) ← (A3)
CY ← A3
The accumulator contents are rotated counterclockwise bit by bit.
RLZ A
<1> Instruction code: 1 1 1 1 0 1 0 0 1 1
<2> Cycle count:
1
<3> Function:
If A = 0 reset
else (An + 1) ← (An), (A0) ← (A3)
CY ← A3
The accumulator contents are rotated counterclockwise bit by bit.
If A = 0H at the time of instruction execution, an internal reset takes effect.
38
Data Sheet U14380EJ3V0DS00