Vincent Trouilliez <[EMAIL PROTECTED]> wrote: > all I did was gather all the commands found in your avr-libc PWM > demo project, put them all in a bash script like this :
If you use the Makefile that comes with the demo, you can say "make demo.s" to see the compiler-generated assembly file. It has no C code annotations that you can find in the .lst files (avr-objdump merges back the C code into the disassembly listing based on the line number debugging information), but it's exactly the thing that would later be passed to the assembler. -- J"org Wunsch Unix support engineer [EMAIL PROTECTED] http://www.interface-systems.de/~j/ _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
