Posted Sat Oct 17, 2009 1:05 AM
I couldn't find an optimizer for 6507 assembly after a little searching, so I made this. It does many of the same assembly optimizations that I was doing to squeeze more stuff in my 4k bB games. Does anyone know of another program that works better?
Regardless, I've fixed some problems in Squeeze so it should work with more games, and I've added a simple uninstaller. I've fixed a syntax error when calling the modified 2600bas.bat with only -O option. (My bad.)
I've disabled the LXA optimization since that apparently fails (at least in emus) for whatever reason.
The updated version (0.2) is on the first post.