Convert the following C code into ARM assembly code. //n in X1, return count in X0 Int even(int n) in int i; int count =
Posted: Thu Jul 14, 2022 2:19 pm
Convert the following C code into ARM assembly code. //n in X1, return count in X0 Int even(int n) in int i; int count = 0; for (1=1;1<n;1++) if (i\%2=-0) count +=1; return count;