Hi all,
For the last 10 years I've been working on a little program called CBM-Transfer (aka CBMXfer). It's mostly a Windows GUI to help people transfer files and make images of Commodore diskettes. However, over the years it has evolved to include a file viewer, and then a 6502 disassembler. With today's release I wanted to post here to mention that I did a lot of work on the disassembler part, so it might be of use to people here.
Some features:
* Windows XP to Windows 10 compatible.
* Interactive symbolic disassembler.
* Supports 6502 and most common variants.
* Lets you specify data blocks formatted as hex, string, vectors, rts vectors etc
* Platform files - For Commodore but could be expanded to other platforms.
* Pre-defined symbols for Commodore platforms.
* Has a platform for identifying common Commodore machine entrypoints.
* Allows insertion of comments of various forms.
* Generates a list of 'external' JSR calls.
* Generates a list of 'internal' branches.
* Can link to a HEX view of the binary file.
It's now open source and can be found on my webpage hosted here on 6502.org:
http://www.6502.org/users/sjgray/softwa ... mxfer.htmlSource is available on GitHub here:
https://github.com/sjgray/cbm-transferComments, suggestion, feedback etc are welcome!
Steve