micro processor

bertus

Joined Apr 5, 2008
22,277
Hello,

You are not in the correct section:
Feedback and Suggestions Forum for providing feedback and suggestions about All About Circuits, including corrections to the e-book and site. This forum is not for asking technical questions.

Place it in the Embedded... section.

Greetings,
Bertus
 

beenthere

Joined Apr 20, 2004
15,819
It is hard to answer your question. We do not know which microprocessor you are trying to operate, or how.

Do you just have one in hand, and need to know how to program it? If so, obtain the data sheet for the device, along with the appropriate programmer package from the manufacturer.
 
Hi bhuvana,

Data transfer instruction:


Copy from source to destination

MOV Rd, Rs
M,Rs
Rd,M

This instruction copies the contents of the source register into the destination register; the contents of the source register are not altered. If one of the operands is a memory location, its location is specified by the contents of the HL registers.
Example: MOV B, C or MOV B, M



if you want to get more details about Microprocessor go to this link


http://www.8085projects.info/forum/default.asp
 
Last edited:
Top