COMMODORE PLUS/4 WORLD
 Home  Search  Games  Tapes  Covers  Cheats  Maps  Software  New Stuff 
 Features  Solutions  Remakes  Publications  Plus/4 Encyclopedia  Hardware  Top List 
 Members  Groups  Tools  Options  Forum 
Exomizer
Title:Exomizer
Version:2.0 Beta6
ActiveYes
Last modified:2007-01-29
Category:Programming/Compression
Platform:Multiplatform
Author: Magnus Lind
Homepage or Download: http://hem.bredband.net/magli143/exo/


Notes
Download Exomizer 2.0 Beta 6: http://hem.bredband.net/magli143/exo/exo20beta6.zip

Exomizer is the best cross-platform cruncher. To compress a Plus/4 .PRG file with it, at the command prompt type:

exomizer filename.prg -o outfilename.prg -4 -s startaddress
or
exomizer filename.prg -4 -s startaddress


Where "filename.prg" should be the actual filename, "outfilename.prg" should be the new filename. (If you don't specify the output filename - second example - it will be "a.prg", and you can just rename it.) "Startaddress" is the SYS start-address of the program. E.g. if a game starts with SYS8192, it would be "-s 8192". To specify hexadecimal numbers, prefix them with "$". E.g. if a game starts with "G 5C00", type "-s $5C00" in the command line.

Starting from version 1.1.3 Exomizer can autodetect start addresses, so "Startaddress" in the above command line can be omitted.

Copyright © Plus/4 World Team, 2001-2008