100 REMark restore Unzip v5.32 executable file header 110 : 120 fl = 108460 : REMark length in bytes of this version 130 ds = 51270 : REMark dataspace in bytes of this version 140 : 150 REMark reserve some space to "fix" the file in memory 160 REMark use ALCHP in place of RESPR in next line if you have ALCHP 170 base = RESPR(108460) : REMark file length of Unzip 180 : 190 REMark change 'flp1_' to drive name required for loading UNZIP 200 LBYTES flp1_unzip,base 210 : 220 REMark change 'ram1_' to drive name required for saving UNZIP 230 SEXEC ram1_unzip,base,fl,ds 240 : 250 REMark if you used ALCHP in line 150 above,remove REMark in next line 260 REMark RECHP base 270 PRINT #0,'Program finished.'