Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • 2
    It would be easier to just let the compiler do it for you. Commented May 4, 2020 at 20:14
  • Why would you want to? What are you going to do with the assembly code? Commented May 4, 2020 at 21:20
  • forum.arduino.cc/index.php?topic=50169.0 Commented May 5, 2020 at 7:01
  • According to a comment in the code, you are using an LM35, which is calibrated in Celsius (10 mV/°C). Yet the code does what looks like a Fahrenheit to Celsius conversion, which would make sense with an LM34, but not with an LM35. Commented May 5, 2020 at 10:19
  • with the assembly code i am going to use it in atmel studio to upload it onto an arduino and run the program. i also want to see what it looks like and i am also learning assembly code. Commented May 11, 2020 at 19:07