Question: Assembly Language in visual stoudios Using the console32 framework, write a complete assembly language program that computes in EAX the value of the expression 2(-a
Assembly Language in visual stoudios
Using the console32 framework, write a complete assembly language program that computes in EAX the value of the expression 2(-a + b 1) + c for doublewords in memory at a, b and c. Choose your area code for a, the first three digits of your local phone number for b and the last four digits of your local phone number for c, and predict the result before building the program and executing it under control of the debugger.
Using the windows32 framework, create another program that does the same thing as the program above with the following modifications:
Use the input macro to prompt for and input values for a, b and c
Use the output macro to display an appropriate label and he value of the expression
Also, use the data conversion macros from io.h as appropriate.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
