Description du projet

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.

Évaluation
Votre évaluation
Votre avis sur ce projet