Im new to assembly language. Ive managed with a lot of help to write a piece of code that takes an array and prints it. I now want to just simply copy the content of the first array into a second array, and print the second array. (later I will be manipulating it so the second array prints the first array backwards pretty much) Im new to assembly language. Ive managed with a