1
8.4kviews
Explain Instruction set of 8051.
1 Answer
| written 7.1 years ago by |
Data transfer instructions
1. MOV < dest-byte >, < src-byte >
Function : Move byte variable
Description : The byte variable indicated by the second operand is copied into the location specified by the first operand. The source byte is not affected. No other register or flag is affected.
Example …