Programming

Write an ARM assembly program using KEIL IDE to:

Define one integer array A of any size. You can use any size array for testing.

Call a function “high” to find the largest element in array A.

Check if the largest number identified is even or odd.

If the number is even store in a variable SE defined in the program else save in variable SO defined in the program.