|
About:
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.
Release focus: Major feature enhancements
Changes:
A Perl script to add "jump to" and function labels to the output was added.
This makes the output much easier to read. There was also a minor bug fix to
facilitate this.
Author:
Dan Winker [contact developer]
Homepage:
http://www.visi.com/~dwinker/revava/
Tar/GZ:
ftp://ftp.visi.com/users/dwinker/revava-0.3.tar.gz
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|