Question: Assembly language while only using simple commands like (writeline, readint, writeint, mov between exc,eax,ebx, ax, al, etc.) In the data segment of your code create

Assembly language while only using simple commands like (writeline, readint, writeint, mov between exc,eax,ebx, ax, al, etc.)Assembly language while only using simple commands like (writeline, readint, writeint, mov

In the data segment of your code create two WORD variables named num1 and num2. Create two DWORD variables named num 3 and num4. Fill the variables with numbers taken from the keyboard. Once you have the variables filled, sum all of the numbers then output the the four numbers in reverse order. In other words num4, num3, num 2 , num 1 . Once you have done this output the sum of all of the numbers. Your program should look something like this

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!