Tag Archives: ASSEMBLY13

ASSEMBLY13 An Assembly program to convert Centigrade (Celsius) to Fahrenheit temperature measuring scales

Now we will write another Assembly program to convert Centigrade (Celsius) to Fahrenheit temperature measuring scales ASSUME:- Temperature in Celsius is always between 0 ‘C – 99 ‘C, Hence the program will take two digit decimal number as INPUT. Let me tell you Formula of Conversion  :- Celsius = (Fahrenheit – 32)* 5 / 9. This can be written as… Read More »