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
OR
OR