Can anyone guide me in the write direction
I ' m not really good with arrays but i understand the concept in java but not in assembly lang. whats the difference if any?
Assume you have an array of 10 elements in memory at location MYARRAY. Also, assume the 10 elements have values from 1 to 10. Write a program that reverses the elements of the array. NOTE: the program should work with arrays of any length not only with arrays of 10 elements.