Question: use KEIL (ARM) coding to solve this problem. Assignment 4.2 Define an array with 10 unsigned integers in assembly code, and write an assembly program
use KEIL (ARM) coding to solve this problem.

Assignment 4.2 Define an array with 10 unsigned integers in assembly code, and write an assembly program that calculates the mean of these 10 integers (truncating the result to an integer). Hints: How do you define an array? a DCD 12, 65, 2 You may use the following instructions:- CMP, BGT, ADD, ADDS, LDR, LSL, UDIV
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
