Question: In the data segment of your code create two WORD variables named num1 and num2. Create two DWORD variables named num3 and num4. Fill the
In the data segment of your code create two WORD variables named num1 and num2. Create two DWORD variables named num3 and num4. Fill the variables with numbers taken from the keyboard (using commands like writeLine, writeString, and writeInt, read commands are fine too). I only really want to know how to add the two different sets of words together as they take different bit values so I'm kind of stumped on how to get a total from both of them. Then I need to output the inputs in backwards order using a BYTE.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
