You are here : assembly8051MOVC

MOVC - 8051

The MOVC instruction moves a byte from the code or program memory to the accumulator.


Syntax

MOVC A,@A+DPTR
MOVC A,@A+PC


Example

MOVC A,@A+DPTR	;1 byte 2 cycle
MOVC A,@A+PC	;1 byte 2 cycle


Output / Return Value


Limitations


Alternatives / See Also


Reference