The MOVC instruction moves a byte from the code or program memory to the accumulator.
MOVC A,@A+DPTR MOVC A,@A+PC
MOVC A,@A+DPTR ;1 byte 2 cycle MOVC A,@A+PC ;1 byte 2 cycle