Changes

Jump to: navigation, search

Exomizer

No change in size, 00:28, 15 October 2014
/* Decompression */
<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
54
edits