Writing a asm program that has function that I am calling in a .cpp file to produce an output. The function should copy str2 to str1, but in reverse order. Have been trying