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

[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