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
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
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
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!