It is LC-3 Assembly Language
1- Assembly Program Write a program in assembly language. This program converts temperatures 32, 33, 34,, 49, 50 Fahrenheit to Celsius and displays them on console. The exact formula for conversion is C (F-32)*5/9. However with approximation use C-(F 32)/2 and consider integer result The following message will be displayed on console first: “Enter 1 for converting to the Celsius, or 2 for exit. Depends on which number you enter the program displays
OR
OR