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
Crowdtesting That Delivers | Testeum
Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
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.