Download List

專案描述

vAVRdisasm is an Atmel 8-bit AVR firmware disassembler. This single-pass disassembler can read Atmel Generic, Intel HEX8, and Motorola S-Record formatted binary files containing valid AVR firmware. vAVRdisasm is capable of a variety of formatting options, and can output directly assemble-able code.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-09-26 02:55
2.0

Address operand formatting for LDS, STS, JMP, and CALL instructions was changed from byte addresses to word addresses to make vAVRdisasm's output compatible with AVR assemblers. A bug involving signed relative branch/jump decoding was fixed: jumps in the reverse direction are now correctly decoded. The license was upgraded from the GPLv2 to the GPLv3.
標籤: license upgrade, Major bugfix

2011-04-03 17:59
1.9

A critical bug was fixed regarding S-Record reading, which was ignoring valid data records. Output file support was added by way of the -o/--out-file option. Standard input support was added with the "-" file argument, meaning that the disassembler now supports piped input. Atmel Generic / Intel HEX8 / Motorola S-Record auto-detection was improved by using the first character rather than the file extension. Support was added for printing of original opcode data alongside disassembly.
標籤: major bug fix, Feature Enhancements

2011-01-27 16:13
1.8

Address decoding was fixed for LDS, STS, JMP, and CALL instructions. A modification in the previous release where addresses were doubled because disassembly is byte indexed was reversed. Support for XCH, LAS, LAC, and LAT instructions was added, bringing the disassembler up to date with AVR Instruction Set revision 0856I - 07/10.
標籤: Major bugfix, Instruction set update

2010-05-28 18:27
1.7

Address decoding was fixed for the LDS, STS, JMP, and CALL instructions. Previously, vAVRdisasm was printing the disassembled address operands as twice the value they should have been for these instructions.
標籤: Major bugfix

2010-02-05 09:17
1.6

This release fixes the number-of-operands field for the SPM instruction. This bug was causing vAVRdisasm to crash, as it was attempting to format a nonexistent operand during disassembly.
標籤: Major bugfixes

Project Resources