Convert the following C program into assembly language and machine code.
Mention the registers that you use.
1. C = a + (b / 8);
2. A[3] = B[12] - j
Assume base address of A and B is stored in X21 and X22 respectively.
3. A[6] = B[i] + k
Assume base address of A and B is stored in X21 and X22 respectively.
i is stored in X4, k is stored in X5
4. z = A[i + j]
Assume baie address of A is stored in X22
i, j, z is stored in X1, X2, X3 respectively