Q #2. Write an ARM assembly program that will define two 16-bit arrays in the memory. Xi = 25, 35, 45, 55, 65 Wi = 5,7,9
Posted: Wed Apr 27, 2022 6:17 pm
Q #2. Write an ARM assembly program that will define two 16-bit arrays in the memory. Xi = 25, 35, 45, 55, 65 Wi = 5,7,9,8,6 Program will compute Result according to the formula shown below and store the Result back in the memory. Result = w1*x1 + w2*x2 + w3*x3 + w4*x4 + w5*x5