Description

Adds two registers and the contents of the C Flag and places the result in the destination register Rd.

 

Operation:

(i)

Rd ← Rd + Rr + C

   
 

Syntax:

Operands:

Program Counter:

(i)

ADC Rd,Rr

0 ≤ d ≤ 31, 0 ≤ r ≤ 31

PC ← PC + 1

16-bit Opcode:

0001 11rd dddd rrrr