CodeView (cv.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Move Memory (Example)
 Summary Description                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
          M arr1[0] L arsize arr2[0]
          >
 
     In the example above, the block of memory begins with the first
     element of arr1 and is arsize bytes long. It is copied directly to
     a block of the same size, beginning at the address of the first
     element of arr2.
                                    -♦-