summaryrefslogtreecommitdiffstats
path: root/development/avra/README
diff options
context:
space:
mode:
author flanker <flank7er@gmail.com>2013-12-12 18:25:32 +0700
committer Erik Hanson <erik@slackbuilds.org>2013-12-14 10:53:04 -0600
commit285f000a4385a4f2046f3a76c4184f9a8cd33f80 (patch)
treebcfb36743ca4b09d63272a5bb2fc78ae5cf47a79 /development/avra/README
parent86c932761ac383ac5b2d59c8813a378065c0c5cf (diff)
downloadslackbuilds-285f000a4385a4f2046f3a76c4184f9a8cd33f80.tar.gz
slackbuilds-285f000a4385a4f2046f3a76c4184f9a8cd33f80.tar.xz
development/avra: Added (Atmel AVR Microcontrollers Assembler).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/avra/README')
-rw-r--r--development/avra/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/avra/README b/development/avra/README
new file mode 100644
index 0000000000..f78e603cae
--- /dev/null
+++ b/development/avra/README
@@ -0,0 +1,4 @@
+AVRA is an assembler for Atmel AVR microcontrollers,
+and it is almost compatible with Atmel’s own assembler AVRASM32.
+The programming principles and conceptions
+are based on the ANSI programming language "C".