I'd like to be able to see the assembly source code (LDI, ADC...) that gets generated by the Arduino IDE. I've been trying to do this, quite unsuccessfully, with AtmelStudio. My goal is to show a group of students how, for example, a digitalWrite affects the various registers.
Is there a way to read these files from within the Arduino IDE? If not, has anyone had success using AtmelStudio as a teaching tool for this purpose?
Not from within the IDE.
I think there are settings or flags you can use with avrdude commands to create/save the assembler commamds, and then use Notepad++ to look at the file. http://www.ladyada.net/learn/avr/avrdude.html