Page 1 of 1

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
by answerhappygod
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 1
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 1 (19.41 KiB) Viewed 49 times
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