How would the ARM status word (NZCV values) be set after these operations?
2-3
-4+5
3. Write ARM assembly code to implement the following C conditional:
if (x - y
a = b - c;
x = 0;
}
else {
y = 0;
d = e + f + g;
4. Write ARM assembly language code for the following loops:
for (i = 0; i
z[i] = a[i]*b[i];
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here