Write a program to exchange the contents of memory locations.
Program Statment Program 1: Let the contents of memory location D000H be 10H and the contents of memory location D001H be 20H. Assembly Language Program Instruction Comment operation LDA D000H Load data from memory location …