Question: Write an assembly code that declare three arrays A,B,C where the value of array A from the user and array B you can load it
Write an assembly code that declare three arrays A,B,C where the value of array A from the user and array B you can load it array of 5 you need to calculate and store values in array c based on this condition
If A[i] >= B[i]
Then C [i] = A[i] -B[i]
Else C[i] =A[i]*B[i] ?
and then print array C
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
