Question: Assembly Coding Assignment - Calculator Output Examples Below the Description : Description: Write a calculator program in assembly. It should handle the following functions: addition
Assembly Coding Assignment - Calculator
Output Examples Below the Description :


Description: Write a calculator program in assembly. It should handle the following functions: addition +), subtraction (), multiplication *), integer division (), modulo division (%), and exponentiation (^). Your program should... 1. Read an integer from the user 2. Read a character from the user, representing the function. (+,-, *, /, %, ^) 3. Read another integer from the user. 4. Print an equals sign ( 5. Print the result. Please comment your code, and format it so that it looks clean! (examples on next page) Description: Write a calculator program in assembly. It should handle the following functions: addition +), subtraction (), multiplication *), integer division (), modulo division (%), and exponentiation (^). Your program should... 1. Read an integer from the user 2. Read a character from the user, representing the function. (+,-, *, /, %, ^) 3. Read another integer from the user. 4. Print an equals sign ( 5. Print the result. Please comment your code, and format it so that it looks clean! (examples on next page)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
