diff options
author | B.Ton <b.t.ton@student.utwente.nl> | 2010-05-11 14:05:53 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:05:53 +0200 |
commit | 0e0ee843a6de2cc3e96066cbb0e169707abce9c9 (patch) | |
tree | b28d5b427749675798fcb8101692d938b97e78da /development/tavrasm/README | |
parent | a1ee41f337e2fd182047b822c2ff4a4943b2417c (diff) |
development/tavrasm: Initial import
Diffstat (limited to 'development/tavrasm/README')
-rw-r--r-- | development/tavrasm/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/development/tavrasm/README b/development/tavrasm/README new file mode 100644 index 0000000000000..c1e89aede9d3a --- /dev/null +++ b/development/tavrasm/README @@ -0,0 +1,13 @@ +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. + |