Write (and test using DS5) an assembly language program in ARMv8 to find the sum, the largest and the smallest of n non-zero positive integers. Declare data sections to store the n positive values as an array A and a variable to store n. Create a loop to go through...