David Malmborg's ByteBoozer 2.0, a data cruncher for Commodore files.
Originally published on CSDb here.
- Compile with
gcc
. - The decruncher is coded with DreamAss accent. A Windows executable is provided for user convenience.
- To use the provided
Makefile
you need GNUmake
. A Windows executable is provided for user convenience. - Under Windows you might want to run
win32/b2var.bat
to setup your build environment.
- A copy bit is added at the end of the output only when required.
- Implemented the "-b" option.
- A Kernal loader with on-the-fly decrunching that:
- loads linked files,
- handles load errors, such as premature EOF, and
- does NOT require sector/decrunch buffers!