6502bench - new disassembler

You need an actual VIC.

Moderator: Moderators

Post Reply
User avatar
Kweepa
Vic 20 Scientist
Posts: 1315
Joined: Fri Jan 04, 2008 5:11 pm
Location: Austin, Texas
Occupation: Game maker

6502bench - new disassembler

Post by Kweepa »

https://6502bench.com/

Free disassembler for 6502 binaries. Has a lot of nice features! No VIC-20 support, but it could be added easily. There's C64/Pet support.
Full source on github.

Looks awesome!
I'm eager to try it out on some old games :)
groepaz
Vic 20 Scientist
Posts: 1188
Joined: Wed Aug 25, 2010 5:30 pm

Re: 6502bench - new disassembler

Post by groepaz »

too bad its windows only though :(
I'm just a Software Guy who has no Idea how the Hardware works. Don't listen to me.
User avatar
mrr19121970
Vic 20 Nerd
Posts: 873
Joined: Tue Jan 19, 2016 9:22 am
Location: Germany
Occupation: IT service manager

Re: 6502bench - new disassembler

Post by mrr19121970 »

looks promising
User avatar
Kweepa
Vic 20 Scientist
Posts: 1315
Joined: Fri Jan 04, 2008 5:11 pm
Location: Austin, Texas
Occupation: Game maker

Re: 6502bench - new disassembler

Post by Kweepa »

groepaz, the source is on github, so it could be ported.
Since it's c# it might just work with mono.
User avatar
beamrider
Vic 20 Scientist
Posts: 1452
Joined: Sun Oct 17, 2010 2:28 pm
Location: UK

Re: 6502bench - new disassembler

Post by beamrider »

I think the WinForms supports in mono is hit and miss. Also he seems to use some native API calls so porting would be a fair challenge.
groepaz
Vic 20 Scientist
Posts: 1188
Joined: Wed Aug 25, 2010 5:30 pm

Re: 6502bench - new disassembler

Post by groepaz »

yeah, it hasnt been written with portability in mind - it would be a LOT of work. (the idea that C# is portable is flawed in most cases)
I'm just a Software Guy who has no Idea how the Hardware works. Don't listen to me.
sjgray
Vic 20 Hobbyist
Posts: 115
Joined: Thu May 03, 2007 6:46 pm
Location: Markham, ON, Canada

Re: 6502bench - new disassembler

Post by sjgray »

It does look interesting. If you are looking for something similar with more Commodore support you may already have it.... CBM-Transfer. I don't think many people know of all the features in CBM-Transfer...

The majority of 6502bench's main features are included in CBM-Transfer's ASM Viewer, including platforms, code tracing, commenting and block formatting. CBM-Transfer also has many more block formatting options, and more cpu variations. The ASM viewer is just one part of CBM-Transfer. It also has BASIC, Sequential, HEX, Picture and Font viewer (and editor), not to mention the disk transfer features ;-)

I'm always looking to improve CBM-Transfer, so if you have comments or suggestions you can contact me here. And sorry, it's also windows only.

Steve
Post Reply