avra
avra copied to clipboard
Assembler for the Atmel AVR microcontroller family
Add entries to devices.c & include/tn###def.inc for: 0-series Tiny 202/4, 402/4/6 1-series Tiny 212/4, 412/4/6 Tested compiling, but I don't have hardware samples of all of them ...
I'm currently trying to build avra in Raspbain but make install adds avra to /usr/local/bin instead of /usr/bin. Is there a workaround for this? (since avra 1.3 doesn't support Atmega32U4)
In addition to USAGE.md, I was wondering if there is any interest in adding a man page for `avra`. Most command line applications tend to have man pages.
Hello, ## Context: * I'm quite new to using an AVR, and haven't written Assembly Code before. * I'm trying to program an ATmega324A, by following snippets from a handful...
With a .db that has an odd number of characters adding ',0' should be respected or counted. Instead the warning, Warning : A .DB segment with an odd number of...
Hello I'm working with 8KB avr devices (4K words flash , currently m8515). I see this error on rjmp/rcall instructions: Error : Relative address out of range (-2048
Add initial implementation of AVRASM2 style preprocessor macros. It is not yet a full implementation. However it does support the following. ``` .device atmega328p #define EIGHT (1
In the AVR Assembler (AVRASM2), "all expressions are 64 bits internally". (See spec. chapter 7. Expressions) For compatibility and for integer arithmetic required eg. for delay cycles calculation, the full...
Clean up and update help output usage and options.