??? 07/28/09 07:02 Read: times |
#167945 - AVR Assembler Responding to: ???'s previous message |
Alan Dorman said:
The AVR insists that I use "C" type tools No, it doesn't. The AVR neither knows nor cares what tools you use to write your source code - all it sees is the binary code in its Flash. Is there an AVR assembly set of instructions available to view and a way to program a AVR device without higher level languages? When I looked a couple of years ago, the free tool that Atmel gave away (AVRStudio?) was assembler-only. If you wanted 'C', you either had to get yourself set-up with GCC, or buy a commercial compiler. Maybe that's changed now? The place to go for AVR assistance is, of course, http://www.avrfreaks.net |