Question: I assembly language programming ..... In the data section of your code create two BYTE variables named num1 and num2. Create two DWORD variables named
I assembly language programming ..... In the data section of your code create two BYTE variables named num1 and num2. Create two DWORD variables named num3 and num4. Fill the variables with numbers taken from the keyboard. Once you have the variables filled , subtract num1 and num1 from the sum of num3 and num4. Display the result with a prompt like "num3+ num4 -num1 -num2 equals: " Then output the numbers in reverse order with a prompt like "your numbers in reverse order are : " In other words num4, num3,num2,num1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
