Question: I need to do this program using the ARM assembly language. In this assignment, you will program a simple calculator for the Raspbian OS using
I need to do this program using the ARM assembly language.
In this assignment, you will program a simple calculator for the Raspbian OS using ARM assembly. Your program, at a minimum, will consist of the following procedure calls: SUM: Adds registers R1 and R2, returning result in register R0. DIFFERENCE: Subtracts register R2 from R1, returning result in register R0. PRODUCT: Multiplies registers R1 and R2, returning the result in register R0. MIN: Compares registers R1 and R2, returning the minimum of the two values in R0. Your main function will contain a loop that continuously checks for keyboard input in the following pattern:
In this assignment, you will program a simple calculator for the Raspbian OS using ARM assembly. Your program, at a minimum, will consist of the following procedure calls: SUM: Adds registers R1 and R2, returning result in register RO. DIFFERENCE: Subtracts register R2 from R1, returning result in register RO PRODUCT: Multiplies registers R1 and R2, returning the result in register R0 MIN: Compares registers R1 and R2, returning the minimum of the two values in RO. Your main function will contain a loop that continuously checks for keyboard input in the following pattern
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
