You are currently viewing [PRACTICAL] Implement program to copy content of one memory location to another memory location
Microprocessor 8085 programming

[PRACTICAL] Implement program to copy content of one memory location to another memory location

5
(1)

[PRACTICAL] IMPLEMENT PROGRAM TO COPY CONTENT OF ONE MEMORY LOCATION TO ANOTHER MEMORY LOCATION

Are you looking for a step-by-step guide to Implement program to copy content of one memory location to another memory location? here are the steps to implement program to copy the content of one memory location to another memory location.

Program:

Copy the content of memory location C050 to memory location C051.

LXI H C050h
MOV A,M
STA C051h
HLT

Input:

C050: 55h

C051: 00h

Output:

C050: 55h

C051: 55h

For more practical related to 885 Programming please visit the 8085 Programming link

How useful was this post?

Click on a star to rate it!

Average rating 5 / 5. Vote count: 1

No votes so far! Be the first to rate this post.

As you found this post useful...

Share this post on social media!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?