IN ASSEMBLY LANGUEAGE PLEASE
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
IN ASSEMBLY LANGUEAGE PLEASE Using the LOOP construct sum consecutive DWORD numbers entered from the keyboard. The firs
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am