math.answers.com/math-and-arithmetic/Assembly_language_programme_8051_convert_degree_to_Fahrenheit
Preview meta tags from the math.answers.com website.
Linked Hostnames
8- 35 links tomath.answers.com
- 17 links towww.answers.com
- 1 link totwitter.com
- 1 link towww.facebook.com
- 1 link towww.instagram.com
- 1 link towww.pinterest.com
- 1 link towww.tiktok.com
- 1 link towww.youtube.com
Thumbnail

Search Engine Appearance
Assembly language programme 8051 convert degree to Fahrenheit? - Answers
## temp.a ask user for temperature in Celsius, ## convert to Fahrenheit, print the result. ## ## v0 - reads in celsius ## t0 - holds Fahrenheit result ## a0 - points to output strings ## ################################################# # # # text segment # # # ################################################# .text .globl __start __start: la $a0,prompt # print prompt on terminal li $v0,4 syscall li $v0,5 # syscall 5 reads an integer syscall mul $t0,$v0,9 # to convert,multiply by 9, div $t0,$t0,5 # divide by 5,then add $t0,$t0,32 # add 32 la $a0,ans1 # print string before result li $v0,4 syscall move $a0,$t0 # print result li $v0,1 syscall la $a0,endl # system call to print li $v0,4 # out a newline syscall li $v0,10 syscall # au revoir... ################################################# # # # data segment # # # ################################################# .data prompt: .asciiz "Enter temperature (Celsius): " ans1: .asciiz "The temperature in Fahrenheit is " endl: .asciiz "\n" ## ## end of file temp.a
Bing
Assembly language programme 8051 convert degree to Fahrenheit? - Answers
## temp.a ask user for temperature in Celsius, ## convert to Fahrenheit, print the result. ## ## v0 - reads in celsius ## t0 - holds Fahrenheit result ## a0 - points to output strings ## ################################################# # # # text segment # # # ################################################# .text .globl __start __start: la $a0,prompt # print prompt on terminal li $v0,4 syscall li $v0,5 # syscall 5 reads an integer syscall mul $t0,$v0,9 # to convert,multiply by 9, div $t0,$t0,5 # divide by 5,then add $t0,$t0,32 # add 32 la $a0,ans1 # print string before result li $v0,4 syscall move $a0,$t0 # print result li $v0,1 syscall la $a0,endl # system call to print li $v0,4 # out a newline syscall li $v0,10 syscall # au revoir... ################################################# # # # data segment # # # ################################################# .data prompt: .asciiz "Enter temperature (Celsius): " ans1: .asciiz "The temperature in Fahrenheit is " endl: .asciiz "\n" ## ## end of file temp.a
DuckDuckGo
Assembly language programme 8051 convert degree to Fahrenheit? - Answers
## temp.a ask user for temperature in Celsius, ## convert to Fahrenheit, print the result. ## ## v0 - reads in celsius ## t0 - holds Fahrenheit result ## a0 - points to output strings ## ################################################# # # # text segment # # # ################################################# .text .globl __start __start: la $a0,prompt # print prompt on terminal li $v0,4 syscall li $v0,5 # syscall 5 reads an integer syscall mul $t0,$v0,9 # to convert,multiply by 9, div $t0,$t0,5 # divide by 5,then add $t0,$t0,32 # add 32 la $a0,ans1 # print string before result li $v0,4 syscall move $a0,$t0 # print result li $v0,1 syscall la $a0,endl # system call to print li $v0,4 # out a newline syscall li $v0,10 syscall # au revoir... ################################################# # # # data segment # # # ################################################# .data prompt: .asciiz "Enter temperature (Celsius): " ans1: .asciiz "The temperature in Fahrenheit is " endl: .asciiz "\n" ## ## end of file temp.a
General Meta Tags
22- titleAssembly language programme 8051 convert degree to Fahrenheit? - Answers
- charsetutf-8
- Content-Typetext/html; charset=utf-8
- viewportminimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no
- X-UA-CompatibleIE=edge,chrome=1
Open Graph Meta Tags
7- og:imagehttps://st.answers.com/html_test_assets/Answers_Blue.jpeg
- og:image:width900
- og:image:height900
- og:site_nameAnswers
- og:description## temp.a ask user for temperature in Celsius, ## convert to Fahrenheit, print the result. ## ## v0 - reads in celsius ## t0 - holds Fahrenheit result ## a0 - points to output strings ## ################################################# # # # text segment # # # ################################################# .text .globl __start __start: la $a0,prompt # print prompt on terminal li $v0,4 syscall li $v0,5 # syscall 5 reads an integer syscall mul $t0,$v0,9 # to convert,multiply by 9, div $t0,$t0,5 # divide by 5,then add $t0,$t0,32 # add 32 la $a0,ans1 # print string before result li $v0,4 syscall move $a0,$t0 # print result li $v0,1 syscall la $a0,endl # system call to print li $v0,4 # out a newline syscall li $v0,10 syscall # au revoir... ################################################# # # # data segment # # # ################################################# .data prompt: .asciiz "Enter temperature (Celsius): " ans1: .asciiz "The temperature in Fahrenheit is " endl: .asciiz "\n" ## ## end of file temp.a
Twitter Meta Tags
1- twitter:cardsummary_large_image
Link Tags
16- alternatehttps://www.answers.com/feed.rss
- apple-touch-icon/icons/180x180.png
- canonicalhttps://math.answers.com/math-and-arithmetic/Assembly_language_programme_8051_convert_degree_to_Fahrenheit
- icon/favicon.svg
- icon/icons/16x16.png
Links
58- https://math.answers.com
- https://math.answers.com/math-and-arithmetic/555_million_in_numbers
- https://math.answers.com/math-and-arithmetic/Assembly_language_programme_8051_convert_degree_to_Fahrenheit
- https://math.answers.com/math-and-arithmetic/Can_a_flag_be_displayed_in_a_triangle_wood_frame_inside_of_a_trophy_case
- https://math.answers.com/math-and-arithmetic/How_do_you_solve_the_inequality_x_plus_6_divided_by_4_is_greater_than_or_equal_to_2