Home » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199510.adf » AW1095_1 » Freeware/Shareware/!FileInfo/!RunImage

Freeware/Shareware/!FileInfo/!RunImage

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199510.adf » AW1095_1
Filename: Freeware/Shareware/!FileInfo/!RunImage
Read OK:
File size: 1A2D bytes
Load address: 0000
Exec address: 0000
File contents
   10REM Fileutils
   20REM LEN Software7 1995
   30
   40
   50
   60ON ERROR PROCwarn(REPORT$+" at line "+STR$ ERL):PROCend
   70
   80
   90
  100DIM b% 256,m% 256,m% 256,c% 256,access% 12
  110DIM tname% 32,ib% 1024,is% 512,f$(256)
  120
  130
  140
  150SYS "Wimp_Initialise",200,&4B534154,"File info" TO task%
  160
  170SYS "OS_File",5,"<File$Info>.!Sprites" TO ,,,,length%
  180DIM sprites% length%+4
  190!sprites%=length%+4
  200SYS "OS_File",255,"<File$Info>.!Sprites",sprites%+4
  210bar%=FNicon_bar
  220PROCcreate_window
  230quit%=FALSE:once%=0
  240 REPEAT
  250 once%=once%+1
  260  SYS "Wimp_Poll",1,b% TO r%
  270   CASE r% OF
  280          WHEN 0              :PROCcheck_file
  290          WHEN 2              :PROCcompile
  300          WHEN 6              :PROCbutton
  310          WHEN 9              :PROCmenu
  320          WHEN 17,18,19       :PROCrecieve
  330   ENDCASE
  340 UNTIL quit%
  350 END
  360 
  370 
  380 
  390 
  400DEF FNicon_bar
  410!b%=-1
  420b%!4=0:b%!8=0
  430b%!12=68:b%!16=68
  440b%!20=&2102
  450sname$="!fileinfo"
  460DIM b%!24 (LEN sname$+1)
  470$(b%!24)=sname$:b%!28=sprites%:b%!32=LEN(sname$)+1
  480SYS "Wimp_CreateIcon",,b% TO a%
  490=a%
  500
  510
  520
  530
  540DEF PROCrecieve
  550 CASE b%!16 OF
  560   WHEN 0:             PROCend
  570   WHEN 3:             PROCread_file
  580 ENDCASE
  590ENDPROC
  600
  610
  620
  630
  640
  650DEF PROCbutton
  660button%=b%!8
  670 CASE button% OF
  680  WHEN 2:PROCcreateiconmenu
  690  WHEN 4
  700   IF b%!16=bar% AND b%!12=-2 THEN PROCwarn("Drop a file here for some info on it")
  710 ENDCASE
  720ENDPROC        
  730
  740
  750
  760
  770
  780DEF PROCwarn(err$)
  790!b%=ERR
  800$(b%+4)=(err$)
  810SYS "Wimp_ReportError",b%,0,"File Info"
  820ENDPROC
  830
  840
  850
  860DEF PROCread_file
  870b$="":l%=43
  880 WHILE ASC(CHR$(l%))<ASC(CHR$(128))
  890  l%=l%+1
  900  b$=b$+CHR$(b%?l%)
  910 ENDWHILE
  920 SYS "OS_File",17,b$ TO type%,,load%,exec,size%,access%
  930  hex%=(load% AND &FFF00)>>8
  940  type$="This is a currently unknown type of file."
  950  text$="This is a"
  960  file$=" file"
  970 CASE hex% OF
  980  WHEN &FFF:type$=text$+" Text"+file$
  990  WHEN &D6A:type$=text$+"n AceFilm"+file$
 1000  WHEN &DFE:type$=text$+" CSV"+file$
 1010  WHEN &DE1:type$=text$+"n Elucid"+file$
 1020  WHEN &FF9:type$=text$+" Sprite"+file$
 1030  WHEN &FFB:type$=text$+" Basic"+file$
 1040  WHEN &D3C:type$=text$+"n Armadeus sample"+file$
 1050  WHEN &D08:type$=text$+" Genesis script"+file$
 1060  WHEN &D07:type$=text$+" Genesis button"+file$
 1070  WHEN &D96:type$=text$+" CFS compressed"+file$
 1080  WHEN &C7D:type$=text$+" SID"+file$
 1090  WHEN &BCF:type$=text$+" Tablemate file"+file$
 1100  WHEN &D91:type$=text$+" Equasor+file$
 1110  WHEN &BD7:type$=text$+" Hypredict"+file$
 1120  WHEN &D84:type$=text$+"n Impression dictionary"+file$
 1130  WHEN &BC5:type$=text$+"n Impression style"+file$
 1140  WHEN &BD6:type$=text$+"n Audio works"+file$
 1150  WHEN &FF5:type$=text$+" Post script"+file$
 1160  WHEN &C85:type$=text$+" JPEG"+file$
 1170  WHEN &DE2:type$=text$+" ProArtisan"+file$
 1180  WHEN &FF0:type$=text$+" TIFF"+file$
 1190  WHEN &690:type$=text$+" Clear graphics"+file$
 1200  WHEN &694:type$=text$+"n Apple graphics"+file$
 1210  WHEN &695:type$=text$+" GIF"+file$
 1220  WHEN &696:type$=text$+" Pineapple didgitiser"+file$ 
 1230  WHEN &698:type$=text$+" Raytraced"+file$
 1240  WHEN &699:type$=text$+" Raytraced"+file$
 1250  WHEN &69B:type$=text$+"n Irlam didgitiser"+file$
 1260  WHEN &69C:type$=text$+" BMP (Windows)"+file$
 1270  WHEN &AcA:type$=text$+" Rich text"+file$
 1280  WHEN &FE4:type$=text$+" DOS"+file$
 1290  WHEN &3FB:type$=text$+" new ArcFS archive"
 1300  WHEN &DDC:type$=text$+"n old ArcFS archive"
 1310  WHEN &FD0:type$=text$+" configuration file from the PC emulator"
 1320  WHEN &D94:type$=text$+"n Artworks"+file$
 1330  WHEN &178:type$=text$+"n ArtFiler list"+file$
 1340  WHEN &044:type$=text$+" spray can file"+file$
 1350  WHEN &4DD:type$=text$+" saved file from the demo of DA's picture"
 1360  WHEN &0FA:type$=text$+" file from RayTrace"
 1370  WHEN &0FC:type$=text$+" file from Raytrace"
 1380  WHEN &0FB:type$=text$+" file from Raytrace"
 1390  WHEN &CC5:type$=text$+" teque music"+file$
 1400  WHEN &CB6:type$=text$+" Sound Tracker"+file$
 1410  WHEN &9F8:type$=text$+" hard disc backup"+file$
 1420  WHEN &1ad:type$=text$+"n encrypted file from Protector"
 1430  WHEN &d21:type$=text$+"n Indices file from Pipedream"+file$
 1440  WHEN &DDE:type$=text$+" Pipedream4"+file$
 1450  WHEN &FA2:type$=text$+" Homeworks"+file$
 1460  WHEN &FC6:type$=text$+" Priter definition file"+file$
 1470  WHEN &10b:type$=text$+" Digital Symphony"+file$
 1480  WHEN &108:type$=text$+" sound sample"+file$
 1490  WHEN &ED0:type$=text$+" sound sample"+file$
 1500  WHEN &350:type$=text$+" compressed sound sample"+file$
 1510  WHEN &351:type$=text$+" sound sequence"+file$
 1520  WHEN &DEC:type$=text$+" track recorn for DiscED"
 1530  WHEN &68E:type$=text$+" compressed directory from PackDir"
 1540  WHEN &C14:type$=text$+"n SBase file"
 1550  WHEN &FEC:type$=text$+" window template"+file$
 1560  WHEN &7DC:type$=text$+"help reader"+file$
 1570  WHEN &077:type$=text$+"n Overwrite"+file$
 1580  WHEN &012:type$=text$+" Software7 saved game"+file$
 1590  WHEN &021:type$=text$+" Software7 text"+file$
 1600  WHEN &022:type$=text$+" Software7 sprite"+file$
 1610  WHEN &023:type$=text$+" Software7 Data"+file$
 1620  WHEN &FCA:type$=text$+" Squash"+file$
 1630  WHEN &272:type$=text$+" Disc Track"+file$
 1640  WHEN &FFD:type$=text$+" Data"+file$
 1650  WHEN &FF6:type$=text$+" Font"+file$
 1660  WHEN &AFF:type$=text$+" Draw"+file$
 1670  WHEN &AE9:type$=text$+" Alarm"+file$
 1680  WHEN &FC8:type$=text$+" DOS disc partition"+file$
 1690  WHEN &FFE:type$=text$+" command"+file$
 1700  WHEN &FFC:type$=text$+"n ARM code utility"+file$
 1710  WHEN &FFA:type$=text$+" relocateable module"
 1720  WHEN &FF7:type$=text$+" BBC font file"+file$
 1730  WHEN &FF6:type$=text$+"n outline font definition"+file$
 1740  WHEN &FF4:type$=text$+" printout"+file$
 1750  WHEN &FF2:type$=text$+" CMOS ram settings"+file$
 1760  WHEN &FED:type$=text$+" palette"+file$
 1770  WHEN &FEA:type$=text$+" desktop boot"+file$
 1780  WHEN &FD7:type$=text$+" command"+file$
 1790  WHEN &FD6:type$=text$+" command"+file$
 1800  WHEN &FCC:type$=text$+" device"+file$
 1810  WHEN &FC6:type$=text$+" printer definition"+file$
 1820  WHEN &FCA:type$=text$+" compressed file made by squash"
 1830 ENDCASE
 1840  IF size%>1048576 THEN size$=STR$(INTsize%/1048576)+" megabytes long"
 1850  IF size%>1024 THEN size$=STR$(INTsize%/1024)+" kilobytes long"
 1860  IF size%<1024 THEN size$=STR$(size%)+" bytes long"
 1870  PROCwarn(type$+". It is "+size$+". It has a hex type of &"+STR$~(hex%))
 1880ENDPROC
 1890
 1900
 1910
 1920
 1930
 1940DEF PROCend
 1950SYS "Wimp_CloseDown":SYS "OS_Exit"
 1960QUIT:ENDPROC
 1970
 1980
 1990
 2000
 2010
 2020 
 2030 
 2040
 2050
 2060
 2070
 2080
 2090DEF PROCcreateiconmenu
 2100currmenu$="icon"
 2110it%=2:li%=0
 2120$m%="File Info"+CHR$(0)
 2130m%?12=7:m%?13=2:m%?14=7:m%?15=0
 2140m%!16=96:m%!20=44:m%!24=0:m%!28=0
 2150m%!32=info%:m%!36=&7000021
 2160$(m%+40)="Info"+CHR$(0)
 2170m%!52=%10000000:m%!56=-1:m%!60=&7000021
 2180$(m%+64)="Quit"+CHR$(0):menux%=b%!0-64
 2190menuy%=(96+(it%*44)+(li%*24))
 2200SYS "Wimp_CreateMenu",,m%,menux%,menuy%
 2210ENDPROC
 2220
 2230
 2240DEF PROCcreate_window
 2250SYS "Wimp_OpenTemplate",,"<File$Info>.Templates"
 2260$(tname%)="Info"+CHR$(0)
 2270SYS "Wimp_LoadTemplate",,ib%,is%,is%+512,-1,tname%,0
 2280SYS "Wimp_CreateWindow",,ib% TO info%
 2290ENDPROC
 2300
 2310
 2320
 2330DEF PROCmenu
 2340item%=!b%
 2350 IF item%=1 THEN PROCend
 2360ENDPROC

� Fileutils
� � Software7 1995

(
2
<&� � �warn(�$+" at line "+� �):�end
F
P
Z
d,� b% 256,m% 256,m% 256,c% 256,access% 12
n(� tname% 32,ib% 1024,is% 512,f$(256)
x
�
�
�:ș "Wimp_Initialise",200,&4B534154,"File info" � task%
�
�7ș "OS_File",5,"<File$Info>.!Sprites" � ,,,,length%
�� sprites% length%+4
�!sprites%=length%+4
�6ș "OS_File",255,"<File$Info>.!Sprites",sprites%+4
�bar%=�icon_bar
��create_window
�quit%=�:once%=0
� �
� once%=once%+1
  ș "Wimp_Poll",1,b% � r%
   Ȏ r% �
+          � 0              :�check_file
"(          � 2              :�compile
,'          � 6              :�button
6%          � 9              :�menu
@(          � 17,18,19       :�recieve
J   �
T � quit%
^ �
h 
r 
| 
� 
�� �icon_bar
�
!b%=-1
�b%!4=0:b%!8=0
�b%!12=68:b%!16=68
�b%!20=&2102
�sname$="!fileinfo"
�� b%!24 (� sname$+1)
�4$(b%!24)=sname$:b%!28=sprites%:b%!32=�(sname$)+1
�!ș "Wimp_CreateIcon",,b% � a%
�=a%
�
�


� �recieve
& Ȏ b%!16 �
0   � 0:             �end
:"   � 3:             �read_file
D �
N�
X
b
l
v
�
�
� �button
�button%=b%!8
� Ȏ button% �
�  � 2:�createiconmenu
�	  � 4
�N   � b%!16=bar% � b%!12=-2 � �warn("Drop a file here for some info on it")
� �
�
�        
�
�
�
�

� �warn(err$)
	!b%=�
 $(b%+4)=(err$)
**ș "Wimp_ReportError",b%,0,"File Info"
4�
>
H
R
\� �read_file
fb$="":l%=43
p ȕ �(�(l%))<�(�(128))
z
  l%=l%+1
�  b$=b$+�(b%?l%)
� �
�9 ș "OS_File",17,b$ � type%,,load%,exec,size%,access%
�  hex%=(load% � &FFF00)>>8
�7  type$="This is a currently unknown type of file."
�  text$="This is a"
�  file$=" file"
� Ȏ hex% �
�&  � &FFF:type$=text$+" Text"+file$
�*  � &D6A:type$=text$+"n AceFilm"+file$
�%  � &DFE:type$=text$+" CSV"+file$
�)  � &DE1:type$=text$+"n Elucid"+file$
�(  � &FF9:type$=text$+" Sprite"+file$
'  � &FFB:type$=text$+" Basic"+file$
2  � &D3C:type$=text$+"n Armadeus sample"+file$
0  � &D08:type$=text$+" Genesis script"+file$
$0  � &D07:type$=text$+" Genesis button"+file$
.0  � &D96:type$=text$+" CFS compressed"+file$
8%  � &C7D:type$=text$+" SID"+file$
B0  � &BCF:type$=text$+" Tablemate file"+file$
L(  � &D91:type$=text$+" Equasor+file$
V+  � &BD7:type$=text$+" Hypredict"+file$
`8  � &D84:type$=text$+"n Impression dictionary"+file$
j3  � &BC5:type$=text$+"n Impression style"+file$
t.  � &BD6:type$=text$+"n Audio works"+file$
~-  � &FF5:type$=text$+" Post script"+file$
�&  � &C85:type$=text$+" JPEG"+file$
�,  � &DE2:type$=text$+" ProArtisan"+file$
�&  � &FF0:type$=text$+" TIFF"+file$
�0  � &690:type$=text$+" Clear graphics"+file$
�1  � &694:type$=text$+"n Apple graphics"+file$
�%  � &695:type$=text$+" GIF"+file$
�7  � &696:type$=text$+" Pineapple didgitiser"+file$ 
�+  � &698:type$=text$+" Raytraced"+file$
�+  � &699:type$=text$+" Raytraced"+file$
�3  � &69B:type$=text$+"n Irlam didgitiser"+file$
�/  � &69C:type$=text$+" BMP (Windows)"+file$
�+  � &AcA:type$=text$+" Rich text"+file$
%  � &FE4:type$=text$+" DOS"+file$

-  � &3FB:type$=text$+" new ArcFS archive"
.  � &DDC:type$=text$+"n old ArcFS archive"
C  � &FD0:type$=text$+" configuration file from the PC emulator"
(+  � &D94:type$=text$+"n Artworks"+file$
20  � &178:type$=text$+"n ArtFiler list"+file$
<0  � &044:type$=text$+" spray can file"+file$
FD  � &4DD:type$=text$+" saved file from the demo of DA's picture"
P.  � &0FA:type$=text$+" file from RayTrace"
Z.  � &0FC:type$=text$+" file from Raytrace"
d.  � &0FB:type$=text$+" file from Raytrace"
n-  � &CC5:type$=text$+" teque music"+file$
x/  � &CB6:type$=text$+" Sound Tracker"+file$
�2  � &9F8:type$=text$+" hard disc backup"+file$
�:  � &1ad:type$=text$+"n encrypted file from Protector"
�>  � &d21:type$=text$+"n Indices file from Pipedream"+file$
�,  � &DDE:type$=text$+" Pipedream4"+file$
�+  � &FA2:type$=text$+" Homeworks"+file$
�8  � &FC6:type$=text$+" Priter definition file"+file$
�2  � &10b:type$=text$+" Digital Symphony"+file$
�.  � &108:type$=text$+" sound sample"+file$
�.  � &ED0:type$=text$+" sound sample"+file$
�9  � &350:type$=text$+" compressed sound sample"+file$
�0  � &351:type$=text$+" sound sequence"+file$
�3  � &DEC:type$=text$+" track recorn for DiscED"
�=  � &68E:type$=text$+" compressed directory from PackDir"
'  � &C14:type$=text$+"n SBase file"
1  � &FEC:type$=text$+" window template"+file$
,  � &7DC:type$=text$+"help reader"+file$
",  � &077:type$=text$+"n Overwrite"+file$
,6  � &012:type$=text$+" Software7 saved game"+file$
60  � &021:type$=text$+" Software7 text"+file$
@2  � &022:type$=text$+" Software7 sprite"+file$
J0  � &023:type$=text$+" Software7 Data"+file$
T(  � &FCA:type$=text$+" Squash"+file$
^,  � &272:type$=text$+" Disc Track"+file$
h&  � &FFD:type$=text$+" Data"+file$
r&  � &FF6:type$=text$+" Font"+file$
|&  � &AFF:type$=text$+" Draw"+file$
�'  � &AE9:type$=text$+" Alarm"+file$
�4  � &FC8:type$=text$+" DOS disc partition"+file$
�)  � &FFE:type$=text$+" command"+file$
�3  � &FFC:type$=text$+"n ARM code utility"+file$
�/  � &FFA:type$=text$+" relocateable module"
�/  � &FF7:type$=text$+" BBC font file"+file$
�:  � &FF6:type$=text$+"n outline font definition"+file$
�*  � &FF4:type$=text$+" printout"+file$
�3  � &FF2:type$=text$+" CMOS ram settings"+file$
�)  � &FED:type$=text$+" palette"+file$
�.  � &FEA:type$=text$+" desktop boot"+file$
�)  � &FD7:type$=text$+" command"+file$
�)  � &FD6:type$=text$+" command"+file$
(  � &FCC:type$=text$+" device"+file$
4  � &FC6:type$=text$+" printer definition"+file$
:  � &FCA:type$=text$+" compressed file made by squash"
& �
0A  � size%>1048576 � size$=�(�size%/1048576)+" megabytes long"
:;  � size%>1024 � size$=�(�size%/1024)+" kilobytes long"
D1  � size%<1024 � size$=�(size%)+" bytes long"
NG  �warn(type$+". It is "+size$+". It has a hex type of &"+�~(hex%))
X�
b
l
v
�
�
�
� �end
�$ș "Wimp_CloseDown":ș "OS_Exit"
�Ș:�
�
�
�
�
�
� 
� 
�



 
*� �createiconmenu
4currmenu$="icon"
>it%=2:li%=0
H$m%="File Info"+�(0)
R#m%?12=7:m%?13=2:m%?14=7:m%?15=0
\%m%!16=96:m%!20=44:m%!24=0:m%!28=0
fm%!32=info%:m%!36=&7000021
p$(m%+40)="Info"+�(0)
z+m%!52=%10000000:m%!56=-1:m%!60=&7000021
�'$(m%+64)="Quit"+�(0):menux%=b%!0-64
�!menuy%=(96+(it%*44)+(li%*24))
�*ș "Wimp_CreateMenu",,m%,menux%,menuy%
��
�
�
�� �create_window
�3ș "Wimp_OpenTemplate",,"<File$Info>.Templates"
�$(tname%)="Info"+�(0)
�7ș "Wimp_LoadTemplate",,ib%,is%,is%+512,-1,tname%,0
�'ș "Wimp_CreateWindow",,ib% � info%
��
�
	
	
	� �menu
	$
item%=!b%
	. � item%=1 � �end
	8�
�
00000000  0d 00 0a 0f f4 20 46 69  6c 65 75 74 69 6c 73 0d  |..... Fileutils.|
00000010  00 14 16 f4 20 a9 20 53  6f 66 74 77 61 72 65 37  |.... . Software7|
00000020  20 31 39 39 35 0d 00 1e  04 0d 00 28 04 0d 00 32  | 1995......(...2|
00000030  04 0d 00 3c 26 ee 20 85  20 f2 77 61 72 6e 28 f6  |...<&. . .warn(.|
00000040  24 2b 22 20 61 74 20 6c  69 6e 65 20 22 2b c3 20  |$+" at line "+. |
00000050  9e 29 3a f2 65 6e 64 0d  00 46 04 0d 00 50 04 0d  |.):.end..F...P..|
00000060  00 5a 04 0d 00 64 2c de  20 62 25 20 32 35 36 2c  |.Z...d,. b% 256,|
00000070  6d 25 20 32 35 36 2c 6d  25 20 32 35 36 2c 63 25  |m% 256,m% 256,c%|
00000080  20 32 35 36 2c 61 63 63  65 73 73 25 20 31 32 0d  | 256,access% 12.|
00000090  00 6e 28 de 20 74 6e 61  6d 65 25 20 33 32 2c 69  |.n(. tname% 32,i|
000000a0  62 25 20 31 30 32 34 2c  69 73 25 20 35 31 32 2c  |b% 1024,is% 512,|
000000b0  66 24 28 32 35 36 29 0d  00 78 04 0d 00 82 04 0d  |f$(256)..x......|
000000c0  00 8c 04 0d 00 96 3a c8  99 20 22 57 69 6d 70 5f  |......:.. "Wimp_|
000000d0  49 6e 69 74 69 61 6c 69  73 65 22 2c 32 30 30 2c  |Initialise",200,|
000000e0  26 34 42 35 33 34 31 35  34 2c 22 46 69 6c 65 20  |&4B534154,"File |
000000f0  69 6e 66 6f 22 20 b8 20  74 61 73 6b 25 0d 00 a0  |info" . task%...|
00000100  04 0d 00 aa 37 c8 99 20  22 4f 53 5f 46 69 6c 65  |....7.. "OS_File|
00000110  22 2c 35 2c 22 3c 46 69  6c 65 24 49 6e 66 6f 3e  |",5,"<File$Info>|
00000120  2e 21 53 70 72 69 74 65  73 22 20 b8 20 2c 2c 2c  |.!Sprites" . ,,,|
00000130  2c 6c 65 6e 67 74 68 25  0d 00 b4 18 de 20 73 70  |,length%..... sp|
00000140  72 69 74 65 73 25 20 6c  65 6e 67 74 68 25 2b 34  |rites% length%+4|
00000150  0d 00 be 17 21 73 70 72  69 74 65 73 25 3d 6c 65  |....!sprites%=le|
00000160  6e 67 74 68 25 2b 34 0d  00 c8 36 c8 99 20 22 4f  |ngth%+4...6.. "O|
00000170  53 5f 46 69 6c 65 22 2c  32 35 35 2c 22 3c 46 69  |S_File",255,"<Fi|
00000180  6c 65 24 49 6e 66 6f 3e  2e 21 53 70 72 69 74 65  |le$Info>.!Sprite|
00000190  73 22 2c 73 70 72 69 74  65 73 25 2b 34 0d 00 d2  |s",sprites%+4...|
000001a0  12 62 61 72 25 3d a4 69  63 6f 6e 5f 62 61 72 0d  |.bar%=.icon_bar.|
000001b0  00 dc 12 f2 63 72 65 61  74 65 5f 77 69 6e 64 6f  |....create_windo|
000001c0  77 0d 00 e6 13 71 75 69  74 25 3d a3 3a 6f 6e 63  |w....quit%=.:onc|
000001d0  65 25 3d 30 0d 00 f0 06  20 f5 0d 00 fa 12 20 6f  |e%=0.... ..... o|
000001e0  6e 63 65 25 3d 6f 6e 63  65 25 2b 31 0d 01 04 1e  |nce%=once%+1....|
000001f0  20 20 c8 99 20 22 57 69  6d 70 5f 50 6f 6c 6c 22  |  .. "Wimp_Poll"|
00000200  2c 31 2c 62 25 20 b8 20  72 25 0d 01 0e 0e 20 20  |,1,b% . r%....  |
00000210  20 c8 8e 20 72 25 20 ca  0d 01 18 2b 20 20 20 20  | .. r% ....+    |
00000220  20 20 20 20 20 20 c9 20  30 20 20 20 20 20 20 20  |      . 0       |
00000230  20 20 20 20 20 20 20 3a  f2 63 68 65 63 6b 5f 66  |       :.check_f|
00000240  69 6c 65 0d 01 22 28 20  20 20 20 20 20 20 20 20  |ile.."(         |
00000250  20 c9 20 32 20 20 20 20  20 20 20 20 20 20 20 20  | . 2            |
00000260  20 20 3a f2 63 6f 6d 70  69 6c 65 0d 01 2c 27 20  |  :.compile..,' |
00000270  20 20 20 20 20 20 20 20  20 c9 20 36 20 20 20 20  |         . 6    |
00000280  20 20 20 20 20 20 20 20  20 20 3a f2 62 75 74 74  |          :.butt|
00000290  6f 6e 0d 01 36 25 20 20  20 20 20 20 20 20 20 20  |on..6%          |
000002a0  c9 20 39 20 20 20 20 20  20 20 20 20 20 20 20 20  |. 9             |
000002b0  20 3a f2 6d 65 6e 75 0d  01 40 28 20 20 20 20 20  | :.menu..@(     |
000002c0  20 20 20 20 20 c9 20 31  37 2c 31 38 2c 31 39 20  |     . 17,18,19 |
000002d0  20 20 20 20 20 20 3a f2  72 65 63 69 65 76 65 0d  |      :.recieve.|
000002e0  01 4a 08 20 20 20 cb 0d  01 54 0c 20 fd 20 71 75  |.J.   ...T. . qu|
000002f0  69 74 25 0d 01 5e 06 20  e0 0d 01 68 05 20 0d 01  |it%..^. ...h. ..|
00000300  72 05 20 0d 01 7c 05 20  0d 01 86 05 20 0d 01 90  |r. ..|. .... ...|
00000310  0f dd 20 a4 69 63 6f 6e  5f 62 61 72 0d 01 9a 0a  |.. .icon_bar....|
00000320  21 62 25 3d 2d 31 0d 01  a4 11 62 25 21 34 3d 30  |!b%=-1....b%!4=0|
00000330  3a 62 25 21 38 3d 30 0d  01 ae 15 62 25 21 31 32  |:b%!8=0....b%!12|
00000340  3d 36 38 3a 62 25 21 31  36 3d 36 38 0d 01 b8 0f  |=68:b%!16=68....|
00000350  62 25 21 32 30 3d 26 32  31 30 32 0d 01 c2 16 73  |b%!20=&2102....s|
00000360  6e 61 6d 65 24 3d 22 21  66 69 6c 65 69 6e 66 6f  |name$="!fileinfo|
00000370  22 0d 01 cc 18 de 20 62  25 21 32 34 20 28 a9 20  |"..... b%!24 (. |
00000380  73 6e 61 6d 65 24 2b 31  29 0d 01 d6 34 24 28 62  |sname$+1)...4$(b|
00000390  25 21 32 34 29 3d 73 6e  61 6d 65 24 3a 62 25 21  |%!24)=sname$:b%!|
000003a0  32 38 3d 73 70 72 69 74  65 73 25 3a 62 25 21 33  |28=sprites%:b%!3|
000003b0  32 3d a9 28 73 6e 61 6d  65 24 29 2b 31 0d 01 e0  |2=.(sname$)+1...|
000003c0  21 c8 99 20 22 57 69 6d  70 5f 43 72 65 61 74 65  |!.. "Wimp_Create|
000003d0  49 63 6f 6e 22 2c 2c 62  25 20 b8 20 61 25 0d 01  |Icon",,b% . a%..|
000003e0  ea 07 3d 61 25 0d 01 f4  04 0d 01 fe 04 0d 02 08  |..=a%...........|
000003f0  04 0d 02 12 04 0d 02 1c  0e dd 20 f2 72 65 63 69  |.......... .reci|
00000400  65 76 65 0d 02 26 0f 20  c8 8e 20 62 25 21 31 36  |eve..&. .. b%!16|
00000410  20 ca 0d 02 30 1c 20 20  20 c9 20 30 3a 20 20 20  | ...0.   . 0:   |
00000420  20 20 20 20 20 20 20 20  20 20 f2 65 6e 64 0d 02  |          .end..|
00000430  3a 22 20 20 20 c9 20 33  3a 20 20 20 20 20 20 20  |:"   . 3:       |
00000440  20 20 20 20 20 20 f2 72  65 61 64 5f 66 69 6c 65  |      .read_file|
00000450  0d 02 44 06 20 cb 0d 02  4e 05 e1 0d 02 58 04 0d  |..D. ...N....X..|
00000460  02 62 04 0d 02 6c 04 0d  02 76 04 0d 02 80 04 0d  |.b...l...v......|
00000470  02 8a 0d dd 20 f2 62 75  74 74 6f 6e 0d 02 94 10  |.... .button....|
00000480  62 75 74 74 6f 6e 25 3d  62 25 21 38 0d 02 9e 11  |button%=b%!8....|
00000490  20 c8 8e 20 62 75 74 74  6f 6e 25 20 ca 0d 02 a8  | .. button% ....|
000004a0  19 20 20 c9 20 32 3a f2  63 72 65 61 74 65 69 63  |.  . 2:.createic|
000004b0  6f 6e 6d 65 6e 75 0d 02  b2 09 20 20 c9 20 34 0d  |onmenu....  . 4.|
000004c0  02 bc 4e 20 20 20 e7 20  62 25 21 31 36 3d 62 61  |..N   . b%!16=ba|
000004d0  72 25 20 80 20 62 25 21  31 32 3d 2d 32 20 8c 20  |r% . b%!12=-2 . |
000004e0  f2 77 61 72 6e 28 22 44  72 6f 70 20 61 20 66 69  |.warn("Drop a fi|
000004f0  6c 65 20 68 65 72 65 20  66 6f 72 20 73 6f 6d 65  |le here for some|
00000500  20 69 6e 66 6f 20 6f 6e  20 69 74 22 29 0d 02 c6  | info on it")...|
00000510  06 20 cb 0d 02 d0 0d e1  20 20 20 20 20 20 20 20  |. ......        |
00000520  0d 02 da 04 0d 02 e4 04  0d 02 ee 04 0d 02 f8 04  |................|
00000530  0d 03 02 04 0d 03 0c 11  dd 20 f2 77 61 72 6e 28  |......... .warn(|
00000540  65 72 72 24 29 0d 03 16  09 21 62 25 3d 9f 0d 03  |err$)....!b%=...|
00000550  20 12 24 28 62 25 2b 34  29 3d 28 65 72 72 24 29  | .$(b%+4)=(err$)|
00000560  0d 03 2a 2a c8 99 20 22  57 69 6d 70 5f 52 65 70  |..**.. "Wimp_Rep|
00000570  6f 72 74 45 72 72 6f 72  22 2c 62 25 2c 30 2c 22  |ortError",b%,0,"|
00000580  46 69 6c 65 20 49 6e 66  6f 22 0d 03 34 05 e1 0d  |File Info"..4...|
00000590  03 3e 04 0d 03 48 04 0d  03 52 04 0d 03 5c 10 dd  |.>...H...R...\..|
000005a0  20 f2 72 65 61 64 5f 66  69 6c 65 0d 03 66 0f 62  | .read_file..f.b|
000005b0  24 3d 22 22 3a 6c 25 3d  34 33 0d 03 70 1a 20 c8  |$="":l%=43..p. .|
000005c0  95 20 97 28 bd 28 6c 25  29 29 3c 97 28 bd 28 31  |. .(.(l%))<.(.(1|
000005d0  32 38 29 29 0d 03 7a 0d  20 20 6c 25 3d 6c 25 2b  |28))..z.  l%=l%+|
000005e0  31 0d 03 84 14 20 20 62  24 3d 62 24 2b bd 28 62  |1....  b$=b$+.(b|
000005f0  25 3f 6c 25 29 0d 03 8e  06 20 ce 0d 03 98 39 20  |%?l%).... ....9 |
00000600  c8 99 20 22 4f 53 5f 46  69 6c 65 22 2c 31 37 2c  |.. "OS_File",17,|
00000610  62 24 20 b8 20 74 79 70  65 25 2c 2c 6c 6f 61 64  |b$ . type%,,load|
00000620  25 2c 65 78 65 63 2c 73  69 7a 65 25 2c 61 63 63  |%,exec,size%,acc|
00000630  65 73 73 25 0d 03 a2 1e  20 20 68 65 78 25 3d 28  |ess%....  hex%=(|
00000640  6c 6f 61 64 25 20 80 20  26 46 46 46 30 30 29 3e  |load% . &FFF00)>|
00000650  3e 38 0d 03 ac 37 20 20  74 79 70 65 24 3d 22 54  |>8...7  type$="T|
00000660  68 69 73 20 69 73 20 61  20 63 75 72 72 65 6e 74  |his is a current|
00000670  6c 79 20 75 6e 6b 6e 6f  77 6e 20 74 79 70 65 20  |ly unknown type |
00000680  6f 66 20 66 69 6c 65 2e  22 0d 03 b6 17 20 20 74  |of file."....  t|
00000690  65 78 74 24 3d 22 54 68  69 73 20 69 73 20 61 22  |ext$="This is a"|
000006a0  0d 03 c0 13 20 20 66 69  6c 65 24 3d 22 20 66 69  |....  file$=" fi|
000006b0  6c 65 22 0d 03 ca 0e 20  c8 8e 20 68 65 78 25 20  |le".... .. hex% |
000006c0  ca 0d 03 d4 26 20 20 c9  20 26 46 46 46 3a 74 79  |....&  . &FFF:ty|
000006d0  70 65 24 3d 74 65 78 74  24 2b 22 20 54 65 78 74  |pe$=text$+" Text|
000006e0  22 2b 66 69 6c 65 24 0d  03 de 2a 20 20 c9 20 26  |"+file$...*  . &|
000006f0  44 36 41 3a 74 79 70 65  24 3d 74 65 78 74 24 2b  |D6A:type$=text$+|
00000700  22 6e 20 41 63 65 46 69  6c 6d 22 2b 66 69 6c 65  |"n AceFilm"+file|
00000710  24 0d 03 e8 25 20 20 c9  20 26 44 46 45 3a 74 79  |$...%  . &DFE:ty|
00000720  70 65 24 3d 74 65 78 74  24 2b 22 20 43 53 56 22  |pe$=text$+" CSV"|
00000730  2b 66 69 6c 65 24 0d 03  f2 29 20 20 c9 20 26 44  |+file$...)  . &D|
00000740  45 31 3a 74 79 70 65 24  3d 74 65 78 74 24 2b 22  |E1:type$=text$+"|
00000750  6e 20 45 6c 75 63 69 64  22 2b 66 69 6c 65 24 0d  |n Elucid"+file$.|
00000760  03 fc 28 20 20 c9 20 26  46 46 39 3a 74 79 70 65  |..(  . &FF9:type|
00000770  24 3d 74 65 78 74 24 2b  22 20 53 70 72 69 74 65  |$=text$+" Sprite|
00000780  22 2b 66 69 6c 65 24 0d  04 06 27 20 20 c9 20 26  |"+file$...'  . &|
00000790  46 46 42 3a 74 79 70 65  24 3d 74 65 78 74 24 2b  |FFB:type$=text$+|
000007a0  22 20 42 61 73 69 63 22  2b 66 69 6c 65 24 0d 04  |" Basic"+file$..|
000007b0  10 32 20 20 c9 20 26 44  33 43 3a 74 79 70 65 24  |.2  . &D3C:type$|
000007c0  3d 74 65 78 74 24 2b 22  6e 20 41 72 6d 61 64 65  |=text$+"n Armade|
000007d0  75 73 20 73 61 6d 70 6c  65 22 2b 66 69 6c 65 24  |us sample"+file$|
000007e0  0d 04 1a 30 20 20 c9 20  26 44 30 38 3a 74 79 70  |...0  . &D08:typ|
000007f0  65 24 3d 74 65 78 74 24  2b 22 20 47 65 6e 65 73  |e$=text$+" Genes|
00000800  69 73 20 73 63 72 69 70  74 22 2b 66 69 6c 65 24  |is script"+file$|
00000810  0d 04 24 30 20 20 c9 20  26 44 30 37 3a 74 79 70  |..$0  . &D07:typ|
00000820  65 24 3d 74 65 78 74 24  2b 22 20 47 65 6e 65 73  |e$=text$+" Genes|
00000830  69 73 20 62 75 74 74 6f  6e 22 2b 66 69 6c 65 24  |is button"+file$|
00000840  0d 04 2e 30 20 20 c9 20  26 44 39 36 3a 74 79 70  |...0  . &D96:typ|
00000850  65 24 3d 74 65 78 74 24  2b 22 20 43 46 53 20 63  |e$=text$+" CFS c|
00000860  6f 6d 70 72 65 73 73 65  64 22 2b 66 69 6c 65 24  |ompressed"+file$|
00000870  0d 04 38 25 20 20 c9 20  26 43 37 44 3a 74 79 70  |..8%  . &C7D:typ|
00000880  65 24 3d 74 65 78 74 24  2b 22 20 53 49 44 22 2b  |e$=text$+" SID"+|
00000890  66 69 6c 65 24 0d 04 42  30 20 20 c9 20 26 42 43  |file$..B0  . &BC|
000008a0  46 3a 74 79 70 65 24 3d  74 65 78 74 24 2b 22 20  |F:type$=text$+" |
000008b0  54 61 62 6c 65 6d 61 74  65 20 66 69 6c 65 22 2b  |Tablemate file"+|
000008c0  66 69 6c 65 24 0d 04 4c  28 20 20 c9 20 26 44 39  |file$..L(  . &D9|
000008d0  31 3a 74 79 70 65 24 3d  74 65 78 74 24 2b 22 20  |1:type$=text$+" |
000008e0  45 71 75 61 73 6f 72 2b  66 69 6c 65 24 0d 04 56  |Equasor+file$..V|
000008f0  2b 20 20 c9 20 26 42 44  37 3a 74 79 70 65 24 3d  |+  . &BD7:type$=|
00000900  74 65 78 74 24 2b 22 20  48 79 70 72 65 64 69 63  |text$+" Hypredic|
00000910  74 22 2b 66 69 6c 65 24  0d 04 60 38 20 20 c9 20  |t"+file$..`8  . |
00000920  26 44 38 34 3a 74 79 70  65 24 3d 74 65 78 74 24  |&D84:type$=text$|
00000930  2b 22 6e 20 49 6d 70 72  65 73 73 69 6f 6e 20 64  |+"n Impression d|
00000940  69 63 74 69 6f 6e 61 72  79 22 2b 66 69 6c 65 24  |ictionary"+file$|
00000950  0d 04 6a 33 20 20 c9 20  26 42 43 35 3a 74 79 70  |..j3  . &BC5:typ|
00000960  65 24 3d 74 65 78 74 24  2b 22 6e 20 49 6d 70 72  |e$=text$+"n Impr|
00000970  65 73 73 69 6f 6e 20 73  74 79 6c 65 22 2b 66 69  |ession style"+fi|
00000980  6c 65 24 0d 04 74 2e 20  20 c9 20 26 42 44 36 3a  |le$..t.  . &BD6:|
00000990  74 79 70 65 24 3d 74 65  78 74 24 2b 22 6e 20 41  |type$=text$+"n A|
000009a0  75 64 69 6f 20 77 6f 72  6b 73 22 2b 66 69 6c 65  |udio works"+file|
000009b0  24 0d 04 7e 2d 20 20 c9  20 26 46 46 35 3a 74 79  |$..~-  . &FF5:ty|
000009c0  70 65 24 3d 74 65 78 74  24 2b 22 20 50 6f 73 74  |pe$=text$+" Post|
000009d0  20 73 63 72 69 70 74 22  2b 66 69 6c 65 24 0d 04  | script"+file$..|
000009e0  88 26 20 20 c9 20 26 43  38 35 3a 74 79 70 65 24  |.&  . &C85:type$|
000009f0  3d 74 65 78 74 24 2b 22  20 4a 50 45 47 22 2b 66  |=text$+" JPEG"+f|
00000a00  69 6c 65 24 0d 04 92 2c  20 20 c9 20 26 44 45 32  |ile$...,  . &DE2|
00000a10  3a 74 79 70 65 24 3d 74  65 78 74 24 2b 22 20 50  |:type$=text$+" P|
00000a20  72 6f 41 72 74 69 73 61  6e 22 2b 66 69 6c 65 24  |roArtisan"+file$|
00000a30  0d 04 9c 26 20 20 c9 20  26 46 46 30 3a 74 79 70  |...&  . &FF0:typ|
00000a40  65 24 3d 74 65 78 74 24  2b 22 20 54 49 46 46 22  |e$=text$+" TIFF"|
00000a50  2b 66 69 6c 65 24 0d 04  a6 30 20 20 c9 20 26 36  |+file$...0  . &6|
00000a60  39 30 3a 74 79 70 65 24  3d 74 65 78 74 24 2b 22  |90:type$=text$+"|
00000a70  20 43 6c 65 61 72 20 67  72 61 70 68 69 63 73 22  | Clear graphics"|
00000a80  2b 66 69 6c 65 24 0d 04  b0 31 20 20 c9 20 26 36  |+file$...1  . &6|
00000a90  39 34 3a 74 79 70 65 24  3d 74 65 78 74 24 2b 22  |94:type$=text$+"|
00000aa0  6e 20 41 70 70 6c 65 20  67 72 61 70 68 69 63 73  |n Apple graphics|
00000ab0  22 2b 66 69 6c 65 24 0d  04 ba 25 20 20 c9 20 26  |"+file$...%  . &|
00000ac0  36 39 35 3a 74 79 70 65  24 3d 74 65 78 74 24 2b  |695:type$=text$+|
00000ad0  22 20 47 49 46 22 2b 66  69 6c 65 24 0d 04 c4 37  |" GIF"+file$...7|
00000ae0  20 20 c9 20 26 36 39 36  3a 74 79 70 65 24 3d 74  |  . &696:type$=t|
00000af0  65 78 74 24 2b 22 20 50  69 6e 65 61 70 70 6c 65  |ext$+" Pineapple|
00000b00  20 64 69 64 67 69 74 69  73 65 72 22 2b 66 69 6c  | didgitiser"+fil|
00000b10  65 24 20 0d 04 ce 2b 20  20 c9 20 26 36 39 38 3a  |e$ ...+  . &698:|
00000b20  74 79 70 65 24 3d 74 65  78 74 24 2b 22 20 52 61  |type$=text$+" Ra|
00000b30  79 74 72 61 63 65 64 22  2b 66 69 6c 65 24 0d 04  |ytraced"+file$..|
00000b40  d8 2b 20 20 c9 20 26 36  39 39 3a 74 79 70 65 24  |.+  . &699:type$|
00000b50  3d 74 65 78 74 24 2b 22  20 52 61 79 74 72 61 63  |=text$+" Raytrac|
00000b60  65 64 22 2b 66 69 6c 65  24 0d 04 e2 33 20 20 c9  |ed"+file$...3  .|
00000b70  20 26 36 39 42 3a 74 79  70 65 24 3d 74 65 78 74  | &69B:type$=text|
00000b80  24 2b 22 6e 20 49 72 6c  61 6d 20 64 69 64 67 69  |$+"n Irlam didgi|
00000b90  74 69 73 65 72 22 2b 66  69 6c 65 24 0d 04 ec 2f  |tiser"+file$.../|
00000ba0  20 20 c9 20 26 36 39 43  3a 74 79 70 65 24 3d 74  |  . &69C:type$=t|
00000bb0  65 78 74 24 2b 22 20 42  4d 50 20 28 57 69 6e 64  |ext$+" BMP (Wind|
00000bc0  6f 77 73 29 22 2b 66 69  6c 65 24 0d 04 f6 2b 20  |ows)"+file$...+ |
00000bd0  20 c9 20 26 41 63 41 3a  74 79 70 65 24 3d 74 65  | . &AcA:type$=te|
00000be0  78 74 24 2b 22 20 52 69  63 68 20 74 65 78 74 22  |xt$+" Rich text"|
00000bf0  2b 66 69 6c 65 24 0d 05  00 25 20 20 c9 20 26 46  |+file$...%  . &F|
00000c00  45 34 3a 74 79 70 65 24  3d 74 65 78 74 24 2b 22  |E4:type$=text$+"|
00000c10  20 44 4f 53 22 2b 66 69  6c 65 24 0d 05 0a 2d 20  | DOS"+file$...- |
00000c20  20 c9 20 26 33 46 42 3a  74 79 70 65 24 3d 74 65  | . &3FB:type$=te|
00000c30  78 74 24 2b 22 20 6e 65  77 20 41 72 63 46 53 20  |xt$+" new ArcFS |
00000c40  61 72 63 68 69 76 65 22  0d 05 14 2e 20 20 c9 20  |archive"....  . |
00000c50  26 44 44 43 3a 74 79 70  65 24 3d 74 65 78 74 24  |&DDC:type$=text$|
00000c60  2b 22 6e 20 6f 6c 64 20  41 72 63 46 53 20 61 72  |+"n old ArcFS ar|
00000c70  63 68 69 76 65 22 0d 05  1e 43 20 20 c9 20 26 46  |chive"...C  . &F|
00000c80  44 30 3a 74 79 70 65 24  3d 74 65 78 74 24 2b 22  |D0:type$=text$+"|
00000c90  20 63 6f 6e 66 69 67 75  72 61 74 69 6f 6e 20 66  | configuration f|
00000ca0  69 6c 65 20 66 72 6f 6d  20 74 68 65 20 50 43 20  |ile from the PC |
00000cb0  65 6d 75 6c 61 74 6f 72  22 0d 05 28 2b 20 20 c9  |emulator"..(+  .|
00000cc0  20 26 44 39 34 3a 74 79  70 65 24 3d 74 65 78 74  | &D94:type$=text|
00000cd0  24 2b 22 6e 20 41 72 74  77 6f 72 6b 73 22 2b 66  |$+"n Artworks"+f|
00000ce0  69 6c 65 24 0d 05 32 30  20 20 c9 20 26 31 37 38  |ile$..20  . &178|
00000cf0  3a 74 79 70 65 24 3d 74  65 78 74 24 2b 22 6e 20  |:type$=text$+"n |
00000d00  41 72 74 46 69 6c 65 72  20 6c 69 73 74 22 2b 66  |ArtFiler list"+f|
00000d10  69 6c 65 24 0d 05 3c 30  20 20 c9 20 26 30 34 34  |ile$..<0  . &044|
00000d20  3a 74 79 70 65 24 3d 74  65 78 74 24 2b 22 20 73  |:type$=text$+" s|
00000d30  70 72 61 79 20 63 61 6e  20 66 69 6c 65 22 2b 66  |pray can file"+f|
00000d40  69 6c 65 24 0d 05 46 44  20 20 c9 20 26 34 44 44  |ile$..FD  . &4DD|
00000d50  3a 74 79 70 65 24 3d 74  65 78 74 24 2b 22 20 73  |:type$=text$+" s|
00000d60  61 76 65 64 20 66 69 6c  65 20 66 72 6f 6d 20 74  |aved file from t|
00000d70  68 65 20 64 65 6d 6f 20  6f 66 20 44 41 27 73 20  |he demo of DA's |
00000d80  70 69 63 74 75 72 65 22  0d 05 50 2e 20 20 c9 20  |picture"..P.  . |
00000d90  26 30 46 41 3a 74 79 70  65 24 3d 74 65 78 74 24  |&0FA:type$=text$|
00000da0  2b 22 20 66 69 6c 65 20  66 72 6f 6d 20 52 61 79  |+" file from Ray|
00000db0  54 72 61 63 65 22 0d 05  5a 2e 20 20 c9 20 26 30  |Trace"..Z.  . &0|
00000dc0  46 43 3a 74 79 70 65 24  3d 74 65 78 74 24 2b 22  |FC:type$=text$+"|
00000dd0  20 66 69 6c 65 20 66 72  6f 6d 20 52 61 79 74 72  | file from Raytr|
00000de0  61 63 65 22 0d 05 64 2e  20 20 c9 20 26 30 46 42  |ace"..d.  . &0FB|
00000df0  3a 74 79 70 65 24 3d 74  65 78 74 24 2b 22 20 66  |:type$=text$+" f|
00000e00  69 6c 65 20 66 72 6f 6d  20 52 61 79 74 72 61 63  |ile from Raytrac|
00000e10  65 22 0d 05 6e 2d 20 20  c9 20 26 43 43 35 3a 74  |e"..n-  . &CC5:t|
00000e20  79 70 65 24 3d 74 65 78  74 24 2b 22 20 74 65 71  |ype$=text$+" teq|
00000e30  75 65 20 6d 75 73 69 63  22 2b 66 69 6c 65 24 0d  |ue music"+file$.|
00000e40  05 78 2f 20 20 c9 20 26  43 42 36 3a 74 79 70 65  |.x/  . &CB6:type|
00000e50  24 3d 74 65 78 74 24 2b  22 20 53 6f 75 6e 64 20  |$=text$+" Sound |
00000e60  54 72 61 63 6b 65 72 22  2b 66 69 6c 65 24 0d 05  |Tracker"+file$..|
00000e70  82 32 20 20 c9 20 26 39  46 38 3a 74 79 70 65 24  |.2  . &9F8:type$|
00000e80  3d 74 65 78 74 24 2b 22  20 68 61 72 64 20 64 69  |=text$+" hard di|
00000e90  73 63 20 62 61 63 6b 75  70 22 2b 66 69 6c 65 24  |sc backup"+file$|
00000ea0  0d 05 8c 3a 20 20 c9 20  26 31 61 64 3a 74 79 70  |...:  . &1ad:typ|
00000eb0  65 24 3d 74 65 78 74 24  2b 22 6e 20 65 6e 63 72  |e$=text$+"n encr|
00000ec0  79 70 74 65 64 20 66 69  6c 65 20 66 72 6f 6d 20  |ypted file from |
00000ed0  50 72 6f 74 65 63 74 6f  72 22 0d 05 96 3e 20 20  |Protector"...>  |
00000ee0  c9 20 26 64 32 31 3a 74  79 70 65 24 3d 74 65 78  |. &d21:type$=tex|
00000ef0  74 24 2b 22 6e 20 49 6e  64 69 63 65 73 20 66 69  |t$+"n Indices fi|
00000f00  6c 65 20 66 72 6f 6d 20  50 69 70 65 64 72 65 61  |le from Pipedrea|
00000f10  6d 22 2b 66 69 6c 65 24  0d 05 a0 2c 20 20 c9 20  |m"+file$...,  . |
00000f20  26 44 44 45 3a 74 79 70  65 24 3d 74 65 78 74 24  |&DDE:type$=text$|
00000f30  2b 22 20 50 69 70 65 64  72 65 61 6d 34 22 2b 66  |+" Pipedream4"+f|
00000f40  69 6c 65 24 0d 05 aa 2b  20 20 c9 20 26 46 41 32  |ile$...+  . &FA2|
00000f50  3a 74 79 70 65 24 3d 74  65 78 74 24 2b 22 20 48  |:type$=text$+" H|
00000f60  6f 6d 65 77 6f 72 6b 73  22 2b 66 69 6c 65 24 0d  |omeworks"+file$.|
00000f70  05 b4 38 20 20 c9 20 26  46 43 36 3a 74 79 70 65  |..8  . &FC6:type|
00000f80  24 3d 74 65 78 74 24 2b  22 20 50 72 69 74 65 72  |$=text$+" Priter|
00000f90  20 64 65 66 69 6e 69 74  69 6f 6e 20 66 69 6c 65  | definition file|
00000fa0  22 2b 66 69 6c 65 24 0d  05 be 32 20 20 c9 20 26  |"+file$...2  . &|
00000fb0  31 30 62 3a 74 79 70 65  24 3d 74 65 78 74 24 2b  |10b:type$=text$+|
00000fc0  22 20 44 69 67 69 74 61  6c 20 53 79 6d 70 68 6f  |" Digital Sympho|
00000fd0  6e 79 22 2b 66 69 6c 65  24 0d 05 c8 2e 20 20 c9  |ny"+file$....  .|
00000fe0  20 26 31 30 38 3a 74 79  70 65 24 3d 74 65 78 74  | &108:type$=text|
00000ff0  24 2b 22 20 73 6f 75 6e  64 20 73 61 6d 70 6c 65  |$+" sound sample|
00001000  22 2b 66 69 6c 65 24 0d  05 d2 2e 20 20 c9 20 26  |"+file$....  . &|
00001010  45 44 30 3a 74 79 70 65  24 3d 74 65 78 74 24 2b  |ED0:type$=text$+|
00001020  22 20 73 6f 75 6e 64 20  73 61 6d 70 6c 65 22 2b  |" sound sample"+|
00001030  66 69 6c 65 24 0d 05 dc  39 20 20 c9 20 26 33 35  |file$...9  . &35|
00001040  30 3a 74 79 70 65 24 3d  74 65 78 74 24 2b 22 20  |0:type$=text$+" |
00001050  63 6f 6d 70 72 65 73 73  65 64 20 73 6f 75 6e 64  |compressed sound|
00001060  20 73 61 6d 70 6c 65 22  2b 66 69 6c 65 24 0d 05  | sample"+file$..|
00001070  e6 30 20 20 c9 20 26 33  35 31 3a 74 79 70 65 24  |.0  . &351:type$|
00001080  3d 74 65 78 74 24 2b 22  20 73 6f 75 6e 64 20 73  |=text$+" sound s|
00001090  65 71 75 65 6e 63 65 22  2b 66 69 6c 65 24 0d 05  |equence"+file$..|
000010a0  f0 33 20 20 c9 20 26 44  45 43 3a 74 79 70 65 24  |.3  . &DEC:type$|
000010b0  3d 74 65 78 74 24 2b 22  20 74 72 61 63 6b 20 72  |=text$+" track r|
000010c0  65 63 6f 72 6e 20 66 6f  72 20 44 69 73 63 45 44  |ecorn for DiscED|
000010d0  22 0d 05 fa 3d 20 20 c9  20 26 36 38 45 3a 74 79  |"...=  . &68E:ty|
000010e0  70 65 24 3d 74 65 78 74  24 2b 22 20 63 6f 6d 70  |pe$=text$+" comp|
000010f0  72 65 73 73 65 64 20 64  69 72 65 63 74 6f 72 79  |ressed directory|
00001100  20 66 72 6f 6d 20 50 61  63 6b 44 69 72 22 0d 06  | from PackDir"..|
00001110  04 27 20 20 c9 20 26 43  31 34 3a 74 79 70 65 24  |.'  . &C14:type$|
00001120  3d 74 65 78 74 24 2b 22  6e 20 53 42 61 73 65 20  |=text$+"n SBase |
00001130  66 69 6c 65 22 0d 06 0e  31 20 20 c9 20 26 46 45  |file"...1  . &FE|
00001140  43 3a 74 79 70 65 24 3d  74 65 78 74 24 2b 22 20  |C:type$=text$+" |
00001150  77 69 6e 64 6f 77 20 74  65 6d 70 6c 61 74 65 22  |window template"|
00001160  2b 66 69 6c 65 24 0d 06  18 2c 20 20 c9 20 26 37  |+file$...,  . &7|
00001170  44 43 3a 74 79 70 65 24  3d 74 65 78 74 24 2b 22  |DC:type$=text$+"|
00001180  68 65 6c 70 20 72 65 61  64 65 72 22 2b 66 69 6c  |help reader"+fil|
00001190  65 24 0d 06 22 2c 20 20  c9 20 26 30 37 37 3a 74  |e$..",  . &077:t|
000011a0  79 70 65 24 3d 74 65 78  74 24 2b 22 6e 20 4f 76  |ype$=text$+"n Ov|
000011b0  65 72 77 72 69 74 65 22  2b 66 69 6c 65 24 0d 06  |erwrite"+file$..|
000011c0  2c 36 20 20 c9 20 26 30  31 32 3a 74 79 70 65 24  |,6  . &012:type$|
000011d0  3d 74 65 78 74 24 2b 22  20 53 6f 66 74 77 61 72  |=text$+" Softwar|
000011e0  65 37 20 73 61 76 65 64  20 67 61 6d 65 22 2b 66  |e7 saved game"+f|
000011f0  69 6c 65 24 0d 06 36 30  20 20 c9 20 26 30 32 31  |ile$..60  . &021|
00001200  3a 74 79 70 65 24 3d 74  65 78 74 24 2b 22 20 53  |:type$=text$+" S|
00001210  6f 66 74 77 61 72 65 37  20 74 65 78 74 22 2b 66  |oftware7 text"+f|
00001220  69 6c 65 24 0d 06 40 32  20 20 c9 20 26 30 32 32  |ile$..@2  . &022|
00001230  3a 74 79 70 65 24 3d 74  65 78 74 24 2b 22 20 53  |:type$=text$+" S|
00001240  6f 66 74 77 61 72 65 37  20 73 70 72 69 74 65 22  |oftware7 sprite"|
00001250  2b 66 69 6c 65 24 0d 06  4a 30 20 20 c9 20 26 30  |+file$..J0  . &0|
00001260  32 33 3a 74 79 70 65 24  3d 74 65 78 74 24 2b 22  |23:type$=text$+"|
00001270  20 53 6f 66 74 77 61 72  65 37 20 44 61 74 61 22  | Software7 Data"|
00001280  2b 66 69 6c 65 24 0d 06  54 28 20 20 c9 20 26 46  |+file$..T(  . &F|
00001290  43 41 3a 74 79 70 65 24  3d 74 65 78 74 24 2b 22  |CA:type$=text$+"|
000012a0  20 53 71 75 61 73 68 22  2b 66 69 6c 65 24 0d 06  | Squash"+file$..|
000012b0  5e 2c 20 20 c9 20 26 32  37 32 3a 74 79 70 65 24  |^,  . &272:type$|
000012c0  3d 74 65 78 74 24 2b 22  20 44 69 73 63 20 54 72  |=text$+" Disc Tr|
000012d0  61 63 6b 22 2b 66 69 6c  65 24 0d 06 68 26 20 20  |ack"+file$..h&  |
000012e0  c9 20 26 46 46 44 3a 74  79 70 65 24 3d 74 65 78  |. &FFD:type$=tex|
000012f0  74 24 2b 22 20 44 61 74  61 22 2b 66 69 6c 65 24  |t$+" Data"+file$|
00001300  0d 06 72 26 20 20 c9 20  26 46 46 36 3a 74 79 70  |..r&  . &FF6:typ|
00001310  65 24 3d 74 65 78 74 24  2b 22 20 46 6f 6e 74 22  |e$=text$+" Font"|
00001320  2b 66 69 6c 65 24 0d 06  7c 26 20 20 c9 20 26 41  |+file$..|&  . &A|
00001330  46 46 3a 74 79 70 65 24  3d 74 65 78 74 24 2b 22  |FF:type$=text$+"|
00001340  20 44 72 61 77 22 2b 66  69 6c 65 24 0d 06 86 27  | Draw"+file$...'|
00001350  20 20 c9 20 26 41 45 39  3a 74 79 70 65 24 3d 74  |  . &AE9:type$=t|
00001360  65 78 74 24 2b 22 20 41  6c 61 72 6d 22 2b 66 69  |ext$+" Alarm"+fi|
00001370  6c 65 24 0d 06 90 34 20  20 c9 20 26 46 43 38 3a  |le$...4  . &FC8:|
00001380  74 79 70 65 24 3d 74 65  78 74 24 2b 22 20 44 4f  |type$=text$+" DO|
00001390  53 20 64 69 73 63 20 70  61 72 74 69 74 69 6f 6e  |S disc partition|
000013a0  22 2b 66 69 6c 65 24 0d  06 9a 29 20 20 c9 20 26  |"+file$...)  . &|
000013b0  46 46 45 3a 74 79 70 65  24 3d 74 65 78 74 24 2b  |FFE:type$=text$+|
000013c0  22 20 63 6f 6d 6d 61 6e  64 22 2b 66 69 6c 65 24  |" command"+file$|
000013d0  0d 06 a4 33 20 20 c9 20  26 46 46 43 3a 74 79 70  |...3  . &FFC:typ|
000013e0  65 24 3d 74 65 78 74 24  2b 22 6e 20 41 52 4d 20  |e$=text$+"n ARM |
000013f0  63 6f 64 65 20 75 74 69  6c 69 74 79 22 2b 66 69  |code utility"+fi|
00001400  6c 65 24 0d 06 ae 2f 20  20 c9 20 26 46 46 41 3a  |le$.../  . &FFA:|
00001410  74 79 70 65 24 3d 74 65  78 74 24 2b 22 20 72 65  |type$=text$+" re|
00001420  6c 6f 63 61 74 65 61 62  6c 65 20 6d 6f 64 75 6c  |locateable modul|
00001430  65 22 0d 06 b8 2f 20 20  c9 20 26 46 46 37 3a 74  |e".../  . &FF7:t|
00001440  79 70 65 24 3d 74 65 78  74 24 2b 22 20 42 42 43  |ype$=text$+" BBC|
00001450  20 66 6f 6e 74 20 66 69  6c 65 22 2b 66 69 6c 65  | font file"+file|
00001460  24 0d 06 c2 3a 20 20 c9  20 26 46 46 36 3a 74 79  |$...:  . &FF6:ty|
00001470  70 65 24 3d 74 65 78 74  24 2b 22 6e 20 6f 75 74  |pe$=text$+"n out|
00001480  6c 69 6e 65 20 66 6f 6e  74 20 64 65 66 69 6e 69  |line font defini|
00001490  74 69 6f 6e 22 2b 66 69  6c 65 24 0d 06 cc 2a 20  |tion"+file$...* |
000014a0  20 c9 20 26 46 46 34 3a  74 79 70 65 24 3d 74 65  | . &FF4:type$=te|
000014b0  78 74 24 2b 22 20 70 72  69 6e 74 6f 75 74 22 2b  |xt$+" printout"+|
000014c0  66 69 6c 65 24 0d 06 d6  33 20 20 c9 20 26 46 46  |file$...3  . &FF|
000014d0  32 3a 74 79 70 65 24 3d  74 65 78 74 24 2b 22 20  |2:type$=text$+" |
000014e0  43 4d 4f 53 20 72 61 6d  20 73 65 74 74 69 6e 67  |CMOS ram setting|
000014f0  73 22 2b 66 69 6c 65 24  0d 06 e0 29 20 20 c9 20  |s"+file$...)  . |
00001500  26 46 45 44 3a 74 79 70  65 24 3d 74 65 78 74 24  |&FED:type$=text$|
00001510  2b 22 20 70 61 6c 65 74  74 65 22 2b 66 69 6c 65  |+" palette"+file|
00001520  24 0d 06 ea 2e 20 20 c9  20 26 46 45 41 3a 74 79  |$....  . &FEA:ty|
00001530  70 65 24 3d 74 65 78 74  24 2b 22 20 64 65 73 6b  |pe$=text$+" desk|
00001540  74 6f 70 20 62 6f 6f 74  22 2b 66 69 6c 65 24 0d  |top boot"+file$.|
00001550  06 f4 29 20 20 c9 20 26  46 44 37 3a 74 79 70 65  |..)  . &FD7:type|
00001560  24 3d 74 65 78 74 24 2b  22 20 63 6f 6d 6d 61 6e  |$=text$+" comman|
00001570  64 22 2b 66 69 6c 65 24  0d 06 fe 29 20 20 c9 20  |d"+file$...)  . |
00001580  26 46 44 36 3a 74 79 70  65 24 3d 74 65 78 74 24  |&FD6:type$=text$|
00001590  2b 22 20 63 6f 6d 6d 61  6e 64 22 2b 66 69 6c 65  |+" command"+file|
000015a0  24 0d 07 08 28 20 20 c9  20 26 46 43 43 3a 74 79  |$...(  . &FCC:ty|
000015b0  70 65 24 3d 74 65 78 74  24 2b 22 20 64 65 76 69  |pe$=text$+" devi|
000015c0  63 65 22 2b 66 69 6c 65  24 0d 07 12 34 20 20 c9  |ce"+file$...4  .|
000015d0  20 26 46 43 36 3a 74 79  70 65 24 3d 74 65 78 74  | &FC6:type$=text|
000015e0  24 2b 22 20 70 72 69 6e  74 65 72 20 64 65 66 69  |$+" printer defi|
000015f0  6e 69 74 69 6f 6e 22 2b  66 69 6c 65 24 0d 07 1c  |nition"+file$...|
00001600  3a 20 20 c9 20 26 46 43  41 3a 74 79 70 65 24 3d  |:  . &FCA:type$=|
00001610  74 65 78 74 24 2b 22 20  63 6f 6d 70 72 65 73 73  |text$+" compress|
00001620  65 64 20 66 69 6c 65 20  6d 61 64 65 20 62 79 20  |ed file made by |
00001630  73 71 75 61 73 68 22 0d  07 26 06 20 cb 0d 07 30  |squash"..&. ...0|
00001640  41 20 20 e7 20 73 69 7a  65 25 3e 31 30 34 38 35  |A  . size%>10485|
00001650  37 36 20 8c 20 73 69 7a  65 24 3d c3 28 a8 73 69  |76 . size$=.(.si|
00001660  7a 65 25 2f 31 30 34 38  35 37 36 29 2b 22 20 6d  |ze%/1048576)+" m|
00001670  65 67 61 62 79 74 65 73  20 6c 6f 6e 67 22 0d 07  |egabytes long"..|
00001680  3a 3b 20 20 e7 20 73 69  7a 65 25 3e 31 30 32 34  |:;  . size%>1024|
00001690  20 8c 20 73 69 7a 65 24  3d c3 28 a8 73 69 7a 65  | . size$=.(.size|
000016a0  25 2f 31 30 32 34 29 2b  22 20 6b 69 6c 6f 62 79  |%/1024)+" kiloby|
000016b0  74 65 73 20 6c 6f 6e 67  22 0d 07 44 31 20 20 e7  |tes long"..D1  .|
000016c0  20 73 69 7a 65 25 3c 31  30 32 34 20 8c 20 73 69  | size%<1024 . si|
000016d0  7a 65 24 3d c3 28 73 69  7a 65 25 29 2b 22 20 62  |ze$=.(size%)+" b|
000016e0  79 74 65 73 20 6c 6f 6e  67 22 0d 07 4e 47 20 20  |ytes long"..NG  |
000016f0  f2 77 61 72 6e 28 74 79  70 65 24 2b 22 2e 20 49  |.warn(type$+". I|
00001700  74 20 69 73 20 22 2b 73  69 7a 65 24 2b 22 2e 20  |t is "+size$+". |
00001710  49 74 20 68 61 73 20 61  20 68 65 78 20 74 79 70  |It has a hex typ|
00001720  65 20 6f 66 20 26 22 2b  c3 7e 28 68 65 78 25 29  |e of &"+.~(hex%)|
00001730  29 0d 07 58 05 e1 0d 07  62 04 0d 07 6c 04 0d 07  |)..X....b...l...|
00001740  76 04 0d 07 80 04 0d 07  8a 04 0d 07 94 0a dd 20  |v.............. |
00001750  f2 65 6e 64 0d 07 9e 24  c8 99 20 22 57 69 6d 70  |.end...$.. "Wimp|
00001760  5f 43 6c 6f 73 65 44 6f  77 6e 22 3a c8 99 20 22  |_CloseDown":.. "|
00001770  4f 53 5f 45 78 69 74 22  0d 07 a8 08 c8 98 3a e1  |OS_Exit"......:.|
00001780  0d 07 b2 04 0d 07 bc 04  0d 07 c6 04 0d 07 d0 04  |................|
00001790  0d 07 da 04 0d 07 e4 05  20 0d 07 ee 05 20 0d 07  |........ .... ..|
000017a0  f8 04 0d 08 02 04 0d 08  0c 04 0d 08 16 04 0d 08  |................|
000017b0  20 04 0d 08 2a 15 dd 20  f2 63 72 65 61 74 65 69  | ...*.. .createi|
000017c0  63 6f 6e 6d 65 6e 75 0d  08 34 14 63 75 72 72 6d  |conmenu..4.currm|
000017d0  65 6e 75 24 3d 22 69 63  6f 6e 22 0d 08 3e 0f 69  |enu$="icon"..>.i|
000017e0  74 25 3d 32 3a 6c 69 25  3d 30 0d 08 48 18 24 6d  |t%=2:li%=0..H.$m|
000017f0  25 3d 22 46 69 6c 65 20  49 6e 66 6f 22 2b bd 28  |%="File Info"+.(|
00001800  30 29 0d 08 52 23 6d 25  3f 31 32 3d 37 3a 6d 25  |0)..R#m%?12=7:m%|
00001810  3f 31 33 3d 32 3a 6d 25  3f 31 34 3d 37 3a 6d 25  |?13=2:m%?14=7:m%|
00001820  3f 31 35 3d 30 0d 08 5c  25 6d 25 21 31 36 3d 39  |?15=0..\%m%!16=9|
00001830  36 3a 6d 25 21 32 30 3d  34 34 3a 6d 25 21 32 34  |6:m%!20=44:m%!24|
00001840  3d 30 3a 6d 25 21 32 38  3d 30 0d 08 66 1e 6d 25  |=0:m%!28=0..f.m%|
00001850  21 33 32 3d 69 6e 66 6f  25 3a 6d 25 21 33 36 3d  |!32=info%:m%!36=|
00001860  26 37 30 30 30 30 32 31  0d 08 70 18 24 28 6d 25  |&7000021..p.$(m%|
00001870  2b 34 30 29 3d 22 49 6e  66 6f 22 2b bd 28 30 29  |+40)="Info"+.(0)|
00001880  0d 08 7a 2b 6d 25 21 35  32 3d 25 31 30 30 30 30  |..z+m%!52=%10000|
00001890  30 30 30 3a 6d 25 21 35  36 3d 2d 31 3a 6d 25 21  |000:m%!56=-1:m%!|
000018a0  36 30 3d 26 37 30 30 30  30 32 31 0d 08 84 27 24  |60=&7000021...'$|
000018b0  28 6d 25 2b 36 34 29 3d  22 51 75 69 74 22 2b bd  |(m%+64)="Quit"+.|
000018c0  28 30 29 3a 6d 65 6e 75  78 25 3d 62 25 21 30 2d  |(0):menux%=b%!0-|
000018d0  36 34 0d 08 8e 21 6d 65  6e 75 79 25 3d 28 39 36  |64...!menuy%=(96|
000018e0  2b 28 69 74 25 2a 34 34  29 2b 28 6c 69 25 2a 32  |+(it%*44)+(li%*2|
000018f0  34 29 29 0d 08 98 2a c8  99 20 22 57 69 6d 70 5f  |4))...*.. "Wimp_|
00001900  43 72 65 61 74 65 4d 65  6e 75 22 2c 2c 6d 25 2c  |CreateMenu",,m%,|
00001910  6d 65 6e 75 78 25 2c 6d  65 6e 75 79 25 0d 08 a2  |menux%,menuy%...|
00001920  05 e1 0d 08 ac 04 0d 08  b6 04 0d 08 c0 14 dd 20  |............... |
00001930  f2 63 72 65 61 74 65 5f  77 69 6e 64 6f 77 0d 08  |.create_window..|
00001940  ca 33 c8 99 20 22 57 69  6d 70 5f 4f 70 65 6e 54  |.3.. "Wimp_OpenT|
00001950  65 6d 70 6c 61 74 65 22  2c 2c 22 3c 46 69 6c 65  |emplate",,"<File|
00001960  24 49 6e 66 6f 3e 2e 54  65 6d 70 6c 61 74 65 73  |$Info>.Templates|
00001970  22 0d 08 d4 19 24 28 74  6e 61 6d 65 25 29 3d 22  |"....$(tname%)="|
00001980  49 6e 66 6f 22 2b bd 28  30 29 0d 08 de 37 c8 99  |Info"+.(0)...7..|
00001990  20 22 57 69 6d 70 5f 4c  6f 61 64 54 65 6d 70 6c  | "Wimp_LoadTempl|
000019a0  61 74 65 22 2c 2c 69 62  25 2c 69 73 25 2c 69 73  |ate",,ib%,is%,is|
000019b0  25 2b 35 31 32 2c 2d 31  2c 74 6e 61 6d 65 25 2c  |%+512,-1,tname%,|
000019c0  30 0d 08 e8 27 c8 99 20  22 57 69 6d 70 5f 43 72  |0...'.. "Wimp_Cr|
000019d0  65 61 74 65 57 69 6e 64  6f 77 22 2c 2c 69 62 25  |eateWindow",,ib%|
000019e0  20 b8 20 69 6e 66 6f 25  0d 08 f2 05 e1 0d 08 fc  | . info%........|
000019f0  04 0d 09 06 04 0d 09 10  04 0d 09 1a 0b dd 20 f2  |.............. .|
00001a00  6d 65 6e 75 0d 09 24 0d  69 74 65 6d 25 3d 21 62  |menu..$.item%=!b|
00001a10  25 0d 09 2e 15 20 e7 20  69 74 65 6d 25 3d 31 20  |%.... . item%=1 |
00001a20  8c 20 f2 65 6e 64 0d 09  38 05 e1 0d ff           |. .end..8....|
00001a2d