Atmel AVR Assembler for all platforms. Compatible with Atmel's own assembler. Extra macro features, auto type conversion for macros, conditional assembly, creates .coff files for debugging, special 100% identical output compared to orig. Atmel Assem
Features
- atmega
- attiny
Categories
AssemblersLicense
GNU General Public License version 2.0 (GPLv2)Follow avra - Atmel AVR Assembler
Other Useful Business Software
Get Avast Free Antivirus | Your top-rated shield against malware and online scams
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
-
A basic assembler similar to rev4 of Atmel's. Biggest problem was that the new Atmel tn85def.inc use #pragma (etc) which are not compatible with this assembler. Otherwise it works well.
-
Works very well, but for some reason we were not getting some of the include files (ATTiny85 at least.) Needs to be a way to tone down the warnings as well. Ignored pragma directive warnings were very noisy.
-
Sorry but I have to be honest, this is the most stupid piece of software I've ever used. If you wanna do something right especially targeted for Windows make it with a freakin' interface, nobody wants to read tutorials on the net about the basic functionalities of a software. At first I thought AVRA was a bad joke. If you wanna make a software just for hardcore programmers at least put a side-note.
-
thanks for this great project, is there support for ATMega328p would be great ;)) EDIT: there is already support for this, go to Code and then do clone git://... Installation under Linux: go to the folder /src copy the Makefile.linux to the /src folder and rename it to Makefile. Then do: make sudo make install
-
Hello, any chance to have it downloadable as an install .exe file for Windows? Thank you.