Question: a) Write an assembly program that calculates the values of array Y according to the following formula(4 pts): 9 Y() = X(0) +32 5

a) Write an assembly program that calculates the values of array Y according to the following formula(4 pts): 9 Y() = X(0) +32 5 X DB 15, 20, 25, 35 Y DB 4 DUP (?) i = 0,1,2,3
Step by Step Solution
3.52 Rating (152 Votes )
There are 3 Steps involved in it
The answer provided below has been developed in a clear step by step mannerStep 1 Code will iterate through the Xi array converting each value to Y an... View full answer
Get step-by-step solutions from verified subject matter experts
