summaryrefslogtreecommitdiff
path: root/development/tavrasm/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/tavrasm/README')
-rw-r--r--development/tavrasm/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/development/tavrasm/README b/development/tavrasm/README
new file mode 100644
index 0000000000..c1e89aede9
--- /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.
+