blob: bf81f75394fee76a0487844d3a50166d832b2775 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
tavrasm is an assembler for the Atmel AVR family of micro-controllers.
It uses a syntax similar to the one found in the Atmel AVR DOS assembler.
Some of the features includes:
- Super-set of Atmel AVR assembler.
- Macros in macros.
- Save Intel HEX, Motorola S-record, Generic and binary output.
- More than 100 warning/error messages.
- Atmel object files compatible with Atmel's AVR Studio.
- C escape characters in char/string literals.
- Runs on (win)DOS, Linux, OS/2, Solaris, ...
- Free software released under GPL.
|