Question: Implement a x86 MASM calculator program with the following requirements: 1. Use the following menu: [x] Exit [#] Enter new two ints [&] Bit-wise and
Implement a x86 MASM calculator program with the following requirements:
1. Use the following menu:
[x] Exit
[#] Enter new two ints [&] Bit-wise and
[+] Addition [|] Bit-wise or
[-] Subtraction [!] Bit-wise not
[*] Multiplication [~] Bit-wise xor
[/] Division [<] Left shift
[%] Modulus [>] Right shift
[^] Exponentiation [.] Bit at pos
[$] Factorial [?] Compare
2. Implement switch-case structure to handle the menu
3. Use a while loop to read user options and other needed inputs per case
4. Assume all positive ints
5. Display results each iteration
6. Teams of 3 are allowed
7. Test your project, screen capture, zip project and upload to Moodle.
8. Deadline: see Moodle link.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
