MOVC


Operation:MOVC
Function:Move Code Byte to Accumulator
Syntax:MOVC A,@A+register

InstructionsOpCodeBytesCyclesFlags
MOVC A,@A+DPTR0x9312None
MOVC A,@A+PC0x8311None

Description: MOVC moves a byte from Code Memory into the Accumulator. The Code Memory address from which the byte will be moved is calculated by summing the value of the Accumulator with either DPTR or the Program Counter (PC). In the case of the Program Counter, PC is first incremented by 1 before being summed with the Accumulator.



User Comments

No Posts found !

Login to Post a Comment.