0
8.1kviews
Explain the following instructions of 8051 uc:
1 Answer
| written 7.3 years ago by | • modified 7.3 years ago |
MOV A, @R0: The instruction is in indirect addressing mode. In this mode the data is copied to the accumulator which is stored at an 8-bit address location is pointed by register R0 which holds only 8-bit addresses. For example if register R0 holds 56H which is the address and …