avra

Assembler for Atmel AVR microcontroller assembly language

brewmacoslinux
Try with needOr install directly
Source

About

Assembler for the Atmel AVR microcontroller family

Commands

avra

Examples

Assemble a basic AVR assembly file$ avra program.asm
Assemble and specify output file format$ avra -o output.hex program.asm
Assemble with debugging symbols included$ avra -d program.asm