Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started