Question: This program has to be built in Keil uVision so the programming language is ARM. Do not assume the variables or Use variables to read

This program has to be built in Keil uVision so the programming language is ARM. Do not assume the variables or Use variables to read and store values This program has to be built in Keil uVision so the programming

Assignment#1: You can convert tempretures from Celsius to Fahrenheit or from Fahrenheit to Celsius. Here are the two formulas for your reference. C = 5 * (F - 32) / 9 F = (9* C / 5) + 32 Write an ARM assembly language program convertF2CandC2F.s. You will do the following: 1. You can put the Fahrenheit tempreture, say 70, in the register RO; 2. and have the converted tempreture in Celsius in the register R1. 3. You can put a Celsius tempreture, say 22 in register R2; 4. and have the converted tempreture in Fahrenhei in the register R3. 5. Build the program if there are any bugs, fix them. 6. Run the program step by step and see how values are changing in the registers. 7. Make a screenshot to capture the results in your designated registers. Assignment#1: You can convert tempretures from Celsius to Fahrenheit or from Fahrenheit to Celsius. Here are the two formulas for your reference. C = 5 * (F - 32) / 9 F = (9* C / 5) + 32 Write an ARM assembly language program convertF2CandC2F.s. You will do the following: 1. You can put the Fahrenheit tempreture, say 70, in the register RO; 2. and have the converted tempreture in Celsius in the register R1. 3. You can put a Celsius tempreture, say 22 in register R2; 4. and have the converted tempreture in Fahrenhei in the register R3. 5. Build the program if there are any bugs, fix them. 6. Run the program step by step and see how values are changing in the registers. 7. Make a screenshot to capture the results in your designated registers

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!