OS4 DepotLogo by Alkaron 
(anonymous IP: 3.17.150.163,2192) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (595)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4364

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Emulation » Utility » exomizer.lha

Exomizer

Description: A cruncher for 8-bit computers using 6502 CPU's.
Download: exomizer.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 616kb
Version: 3.0.2
Date: 23 Apr 2019
Author: Magnus Lind (magli143 gmail com), AmigaOS 4.0 compile by Spot / Up Rough
Submitter: kas1e
Email: kas1e/yandex ru
Homepage: https://bitbucket.org/magli143/exomizer/wiki/Home
Category: emulation/utility
Replaces: emulation/utility/exomizer.lha
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 10874
 
Comments: 5
Snapshots: 0
Videos: 0
Downloads: 103  (Current version)
300  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
Exomizer is a program that compresses files in a way that tries to be as
efficient as possible but still allows them to be decompressed in environments
where CPU speed and RAM are limited. For some popular 8-bit computers using 6502
compatible CPUs it can also generate executable files that decompress themselves
in memory when run.

The exomizer program itself is a console application written in ANSI-C.

Exomizer operates in two major modes. It has a raw mode that compresses plain
files and produces plain files. This mode is used by the raw subcommand. All
other subcommands use the second mode. It requires all source files to be
targeted to be decrunched at specific addresses in the 16-bit address space of
the target computer. In this mode, no file can be larger than 64kB since all
data must be addressable using 16-bits. The targeted mode has the following
features:

It reads plain or .prg files to any given address.

It can produce stand-alone self-decrunching files for the following targets:

Commodore VIC20, C64, C16/plus4, C128 and PET 4032
Atari 400/800 XL/XE
Apple ][+ and //e
Oric-1 and Oric Atmos
BBC Micro B

It can produce files for both "in memory" and "from disk" decrunching.

It handles RLE-sequences well, no packer is necessary.

It is able to link/combine more than one source file into the same crunched
target file.

Included in the downloadable zip file are the source code and a precompiled
binary for AmigaOS4 (originally it was for Win32). It also includes a makefile
for Gnu make and gcc so it should be easy to build on any system where these
tools are available.

Any suggestions, comments and/or bug reports can be sent to me:
magli143()gmail.com, the author.


AmigaOS4 changes:

 -- build latest 3.0.2 version (2019-01-05)
 -- Added stack cookie , so exobasic didn't crash when run
 -- fixed makefiles


Copyright © 2004-2024 by Björn Hagström All Rights Reserved