Question: Write your code... You have array of 8 - bits unsigned integer numbers. The size of array is N _ ELMNTS ( up to 6

Write your code... You have array of 8-bits unsigned integer numbers. The size of array is N_ELMNTS (up to 64Kb). Also you have 3 constants N_1, N_2 and N_3. Write the code (main program and subroutine(s) if
needed) to calculate quantity of N1,N2 and N3 in the array. Store results in n_n1, n_n2 and n_n3 variables.
For example:
N_ELMNTS =5
N_1=1
N_2=2
N_3=3
array ={1,1,2,3,4}
Result:
n_n1=2
n_n2=1
n_n 3=1
Please, do not use this example as real data! You do not need to initialize the array. I will check it with my test data.
in arm assembly
 Write your code... You have array of 8-bits unsigned integer numbers.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!