Task: Reverse Array

Building on the reverse-array.asm exercise, implement the TODOs without using the mov instruction when working with arrays, so that at the end of the program, the output array contains the input array in reverse order.

NOTE: After a correct solution, the program should print:

Reversed array:
911
845
263
242
199
184
122

If you’re having difficulties solving this exercise, go through this reading material