[Solved]Write Code Simple Calculator Interface Assambly Language Please Make Interface Basic Math Q37036943
Write a code for a simple Calculator Interface in assamblyLanguage
Please make an interface where you can do basic mathoperations.
When you run the program, a window should show up and ask theuser which operation they want to execute. The oparations shouldcontain; addition, subtraction, multiplication, division andlogical operations (And, Or, Xor). After selecting the operation,the program should take two decimal numerical inputs from the userand then return the result in the window.
Finally, the user should have the option to stop the program andexit by pressing “q”.

emulator screen (BO025 chars) Select the operation 1-Addition 2-Subtraction 3-Multiplication 4-Division AND 6-0R 7-XOR clear screen change loni Show transcribed image text emulator screen (BO025 chars) Select the operation 1-Addition 2-Subtraction 3-Multiplication 4-Division AND 6-0R 7-XOR clear screen change loni
Expert Answer
Answer to Write a code for a simple Calculator Interface in assambly Language Please make an interface where you can do basic math… . . .
OR

