what is the BEST way to move a matrix to another memory address...for instance if i may need a matrix later and want to preserve it before i alter it then what is the best way to do this... ie: matrix: dc.b 1234 dc.b 1234...or whatever... and i want to move it to memory positon 'matrix2' i know how i would do this...but i would like to know of the most efficient way -Steven