Probably one of the most useful tools for any Amiga user who enjoys programming in 68k is ReSource...

Thanks to this little gem of a program I've managed over the years to disassemble and then optimize, bugfix or add new features to many old original pieces of software that I use frequently.
Currently I'm in the process of disassembling AWEB, which I think was written in C originally. Im not knocking the authors of AWEB but when you see the code disassembled then it's obvious that there can be many optimizations done to this program that should help speed it up quite a bit.
I've got a long way to go yet before it's fully disassembled but that's one of my pet peeves about code written in C, it's bloated and not efficient.
It's the same with the roms, there are several hundred optimizations that can be safely made, ok the speed increase in nothing great but as we all know every wasted cycle on the Amiga that you can get rid of can only be a good thing...
