Question: use ARM programming language 3. (15) Suppose a function took 8 single-byte readings and stored them in memory at 0x0000400C. Create a function that computes
3. (15) Suppose a function took 8 single-byte readings and stored them in memory at 0x0000400C. Create a function that computes the average of the 8 bytes. You must operate under the following constraints: a. Assume the numbers are unsigned b. The function must be carried out in a loop c. Use automatic post-indexing (see slide 6 of 4_3171) for memory access d. DO NOT use the division function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
