<pre>load_file:
ld hl,filename ;HL = file name address
ld de,&c0004c4a ;DE = start address to load file to
ld b,12 ;B = length of file name
call &bc77 ;Open the file header
;DE = start address to load file to
ex de,hl ;Now HL = start address
''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]]