Changes

Jump to: navigation, search

Exomizer

292 bytes added, 02:50, 31 August 2017
/* Links */
<pre>load_file:
ld hl,filename ;HL = file name address
ld de,&4C4A 4c4a ;DE = start address to load file to
ld b,12 ;B = length of file name
call &bc77 ;Open the file header
''Exomizer'' can sometimes fail to decompress files correctly for no apparent reason, causing the CPC to crash. Unfortunately there is no known way to overcome this problem, other than to use a different compressor.
 
[Added 31-August-2017 by ervin] The above claim is questionable. The *only* times I've ever encountered such Exomizer crashes were due to errors on my part (for example, an incorrect data type for an array in C). In my experience, Exomizer itself has never caused any problems.
== Links ==
* [httphttps://hembitbucket.bredband.netorg/magli143/exoexomizer/wiki/Home/ ''Exomizer'' home page]
[[Category:CrossDev]]
3,699
edits