 | 8051 Instruction Set Manual |  |
|
|
| MOVCThe MOVC instruction moves a byte from the code or program memory to the accumulator See Also: MOV, MOVX | Bytes | 1 | | Cycles | 2 | | Encoding | | | Operation |
MOVC
A = (A + DPTR)
| | Example |
MOVC A, @A+DPTR
|
| Bytes | 1 | | Cycles | 2 | | Encoding | | | Operation |
MOVC
PC = PC + 1
A = (A+PC)
| | Example |
MOV A, @A+PC
|
Related Knowledgebase Articles |
|