To exchange the contents of given two separate blocks of data
Friday, November 11, 2022
A block of data is stored in memory locations from C031H to C035H. Another block of data having the same length is stored in memory locations starting from D031H. Write a program to exchange the contents of these two blocks.
0 Comments