Page 1 of 1

(I've had to ask this question multiple times, because everytime it's answered, it's the wrong code format. Can I please

Posted: Mon Jul 11, 2022 9:56 am
by answerhappygod
(I've had to ask this question multiple times, because everytimeit's answered, it's the wrong code format. Can I please have thecode in .asm language. Not HTML, not C++, not Python, not Java, notRuby, etc. Just .asm code please. I am in desperate need ofassistance..)
Using the LOOP construct sum consecutive DWORD numbersentered from the keyboard. The first value input should be aDWORD which determines the number of values to sum:
Example:
How many numbers do you want to enter?
3
1
2
4
The sum of the 3 values is 7
Make sure your output matches the above.
NOTE:
You are not allowed to use any high level decisions or loopinglike .IF, .ELSE. WHILE, .REPEAT