Renesas R8C/Tiny Series Software Manual page 57

16-bit single-chip microcomputer
Hide thumbs Also See for R8C/Tiny Series:
Table of Contents

Advertisement

Chapter 3
Functions
ADC
[ Syntax ]
ADC.size
src,dest
[ Operation ]
dest
src
+
[ Function ]
• This instruction adds
dest
• If
is an A0 or A1 when the size specifier (.size) you selected is (.B),
perform calculation in 16 bits. If
of the A0 or A1.
[ Selectable src/dest ]
R0L/R0
R0H/R1
*1
*1
A0/A0
A1/A1
dsp:8[A0]
dsp:8[A1]
dsp:16[A0] dsp:16[A1]
dsp:20[A0] dsp:20[A1]
R2R0
R3R1
*1 If you specify (.B) for the size specifier (.size), you cannot choose A0 or A1 for
neously.
[ Flag Change ]
Flag
U
I
O
Change
Conditions
O :
The flag is set when a signed operation resulted in exceeding +32767 (.W) or –32768 (.W) or
+127 (.B) or –128 (.B); otherwise cleared.
S :
The flag is set when the operation resulted in MSB = 1; otherwise cleared.
Z :
The flag is set when the operation resulted in 0; otherwise cleared.
C :
The flag is set when an unsigned operation resulted in exceeding +65535 (.W) or +255 (.B);
otherwise cleared.
[ Description Example ]
ADC.B
#2,R0L
ADC.W
A0,R0
ADC.B
A0,R0L
ADC.B
R0L,A0
[ Related Instructions ]
ADdition with Carry
B , W
dest
+
C
dest
src
,
, and C flag together and stores the result in
src
is an A0 or A1, operation is performed on the eight low-order bits
src
R1L/R2
R1H/R3
[A0]
[A1]
dsp:8[SB]
dsp:8[FB] dsp:8[A0]
dsp:16[SB]
abs16
abs20
#IMM
A1A0
B
S
Z
D
C
ADCF,ADD,SBB,SUB
Add with carry
[ Instruction Code/Number of Cycles ]
R0L/R0
R0H/R1
*1
A0/A0
A1/A1
dsp:8[A1]
dsp:16[A0] dsp:16[A1] dsp:16[SB] abs16
dsp:20[A0] dsp:20[A1] abs20
R2R0
R3R1
; A0's 8 low-order bits and R0L are added.
; R0L is zero-expanded and added with A0.
40
3.2
dest
.
src
is zero-expanded to
dest
R1L/R2
R1H/R3
*1
[A0]
[A1]
dsp:8[SB]
dsp:8[FB]
A1A0
src
dest
and
Functions
ADC
Page=138
simulta-

Advertisement

Table of Contents
loading

Table of Contents