-
revava - Atmel AVR Disassembler
Revava is a single pass disassembler that reads in a file containing a program intended for an Atmel AVR microcontroller and outputs assembly code that can be input to an avr assembler. The output of revava contains assembler mnemonics where possible and dc.W declarations where no mnemonic matches the data. The comment field for each assembly instruction contains the address from the object code and the destination address for branches, calls, jumps, etc. In the case where there are multiple assembly instructions that assemble to the same opcode, all choices are presented in a group with all but the first choice commented out.
-
avra - Atmel AVR assembler for Linux and others
Avra is an GNU GPL'ed assembler for the Atmel AVR microcontrollers.
-
MicroAPL Limited's ColdFire Assembler Converter
MicroAPL Limited's "PortASM/68K" ColdFire Assembler Converter
-
Macroassembler AS
AS is a portable macro cross assembler for a variety of microprocessors and -controllers. Though it is mainly targeted at embedded processors and single-board computers, you also find CPU families in the target list that are used in workstations and PCs.
|