ASSEMBLY LANGUAGE
Q3: Assume that sum , count and number references a doublewordin the data segment and that count is in the ECX register. Give afragment of 80×86 code that implements the design. (20 points)
d) count := 30;
sum := 50;
repeat
subtract count fromsum;
add 3 to count;
until (count > 50) and (sum ? 600);
Expert Answer
An answer will be send to you shortly. . . . .