Question: You are required to write an assembler program using loops and procedures to get a temperature value from the user and convert it to either
You are required to write an assembler program using loops and procedures to get a temperature value from the user and convert it to either Centigrade or Fahrenheit, depending on the user's selection, (i.e. your program should prompt a user for a value and then for a conversion factor C/F). Your program should have the conversion routines written as a procedure that can be called when you have a value to convert. in addition, you need an output function to print the answers to the screen. You can use either Massage Box or Console output. Fahrenheit to Centigrade (Fahrenheit - 32) X 5/9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
