vAVRdisasm – AVR Disassembler – Updated to version 1.4

I’ve fixed a few bugs in vAVRdisasm, bringing it to version 1.4. The first is a small bug fix: vAVRdisasm no longer ends its disassembly with an invalid record error if a newline is present at the end of the program file (or encountered anywhere throughout the program file). This was a minor annoyance, as some program files have a redundant newline after the last record line in the file.

The critical fix in this version is support for odd byte length Intel Hex and Motorola S-Record records. Some program files are formatted this way, and previously vAVRdisasm would incorrectly disassemble them as it did not account for the possibility of odd byte length records. Special thanks to Ahmed for discovering and patching this bug!

See the vAVRdisasm page for more information and links to download the new version. vAVRdisasm is also available at the development wiki here.

This entry was posted in Uncategorized. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>