Define two arrays (x and y)with 20 words each. Design an ARM assembly code to compare elementswith the same index in the two tables (x[0] to y[0], and x[i] toy[i]…), always save the smaller numbers in array x and graeaterones in array y.
Expert Answer
An answer will be send to you shortly. . . . .