question archive Implement each design given below
Subject:Computer SciencePrice: Bought3
Implement each design given below. Assume that value is stored as a doubleword in
memory, number is in EAX, and count is in ECX. You need only show the assembly code for the design.
Submitting entire programs is not necessary. (a) if value 5 1000 then add number*count to value; end if;