Question: In ARM assembly code please! 6. Temperature conversion between Celsius and Fahrenheit can be computed using the relationship C=(5/9) * (F - 32 ) where


In ARM assembly code please!
6. Temperature conversion between Celsius and Fahrenheit can be computed using the relationship C=(5/9) * (F - 32 ) where C and F are in degrees (signed integer). Celsius value is in Ro, the result should be stored in RI (signed integer). Try 24C,46C, OC, -4C, 25C - Convert your hexadecimal result in RI to decimal (signed). ( https://www.rapidtables.com/convertumber/hex-to-decimal.html ) - Use Google online C to F conversion tool to check your results. - Do not use "LDR Rx, =..." command! Mov Ro -- Place your code here! -- 6a. What to do to see tenths of Fahrenheit? Note: You don't need to use floating point commands. Your result must be an integer, but must include the integer part and one digit after the "decimal point". "Decimal point" can be "virtual".. -- Place your code here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
