Question: ASSEMBLY LANGUAGE Q3: Assume that sum , count and number references a doubleword in the data segment and that count is in the ECX register.
ASSEMBLY LANGUAGE
Q3: Assume that sum , count and number references a doubleword in the data segment and that count is in the ECX register. Give a fragment of 80x86 code that implements the design. (20 points)
e) sum := 1000;
for count := 100 downto 50 loop
subtract 2*count from sum;
end for;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
