1
8.4kviews
Explain Instruction set of 8051.
1 Answer
0
43views

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 …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.