Question: Write the program that finds the maximum and minimum elements of a 100-array sort array and the address where these elements are located in
Write the program that finds the maximum and minimum elements of a 100-array sort array and the address where these elements are located in the arrax with ARM assembly (addressing mode pre indexing without update) (%20). Array base address, RO= 0x20000000 R1 = register to keep the max element, R2 = min element to be kept register, R3 = register where the address of the max element will be kept, R4 = the register where the address of the min element will be kept!
Step by Step Solution
3.33 Rating (144 Votes )
There are 3 Steps involved in it
The pseudocode of the ARM assembly program to find the maximum and minimum elements and the address where these elements are located in a 100array sor... View full answer
Get step-by-step solutions from verified subject matter experts
