Changes

Jump to: navigation, search

Exomizer

13 bytes added, 00:27, 15 October 2014
/* Decompression */
<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
54
edits