Is there an "ADC" register?

It looks that ADC and ADCW are the same.

#ifndef __ASSEMBLER__
#define ADC     _SFR_MEM16(0x78)
#endif
#define ADCW    _SFR_MEM16(0x78)
1 Like