Home » Personal collection » Acorn ADFS disks » Electron » Music_2.ADF » MUSIC/MASH
MUSIC/MASH
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 » Personal collection » Acorn ADFS disks » Electron » Music_2.ADF |
Filename: | MUSIC/MASH |
Read OK: | ✔ |
File size: | 105C bytes |
Load address: | FFFFFB00 |
Exec address: | FFFF802B |
File contents
10REM Altered to conform to the G-GROG standard 20: 30REM Set up screen: 40ON ERROR REPORT:IF ERR=17 GOTO291 ELSE END 41SOUND&F0C0,0,7,0:REM Harmonica 50MODE7 60Q%=0:VDU23;8202;0;0;0; 70VDU31,0,11,&96,31,0,12,&94,31,0,13,&92,31,0,14,&91 80PRINT''CHR$131" # b # # b # b # # b # b # # b # "CHR$131"CCDEEFFGGABBCCDEEFFGGABBCCDEEFFGGABBCCD"CHR$30 90REM End of screen set-up 100: 110vers=1:READ title$,Combination$,vpp,packets,Delay%,EnvNum,Flag% 120IF(Flag%AND240)>vers*16 PRINT'"I am version ";vers;". This music is for"'"version ";(Flag%AND240)/16;". There might be something"'"I cannot do." 130VDU30:PRINTTAB((37-LENtitle$)/2)CHR$141title$'TAB((37-LENtitle$)/2)CHR$141title$' 140DIM stm%(15):FORA=0TO15:READstm%(A):NEXT 150IF (Flag% AND3) FOR I=1 TO (Flag% AND3):READ A$:PRINTSPC((38-LEN A$)/2);A$':NEXT 160vol=15:Tempo%=255:Key%=0:IF Delay%=0 DIM Del%(packets) 170DIMMUS$(packets,vpp),Y%(vpp),E(packets,vpp),N(vpp):V=126:IF Delay%=0 DIM del(packets) 180FORI=0TOvpp:Y%(I)=38:NEXT 190IF EnvNum>0 READ EnvFlg%:IF EnvFlg%=1 FOR A=1 TO EnvNum/13:READ B,C,D,E,F,G,H,I,J,K,L,M,N:ENVELOPE A,B,C,D,E,F,G,H,I,J,K,L,M,N:NEXT ELSE IF EnvNum>0 FOR A=1 TO EnvNum:READ B:NEXT 200FOR I=0 TO packets:IF Delay%=0 READ del(I) 210IF Flag%AND4 FORX%=0TOvpp:READE(I,X%):NEXT:FORX%=0TOvpp:READMUS$(I,X%):NEXT ELSE FORX%=0TOvpp:READE(I,X%),MUS$(I,X%):NEXT 220NEXT 230: 240REM Start Playing: 250FORJ%=1TOLEN(Combination$) 260D%=ASC(MID$(Combination$,J%,1))-&30 270IF D%>=0 PROCplay(D%) ELSE PROCcomm(D%) 280NEXT:*FX15 290PRINTTAB(0,23)"�Thanks for listening.":Z=INKEY(200):*FX15 291CHAIN"HELLO" 300: 310DEFPROCcomm(D%) 320IF D%=-3 vol=(vol-1)MOD16:ENDPROC 330IF D%=-5 vol=(vol+1)MOD16:ENDPROC 340IF D%=-11 vol=ASCMID$(Combination$,J%+1,1)-48:J%=J%+1:ENDPROC 350PRINT"I don't know a '";CHR$(D%+48);"'." 360ENDPROC 370DEFPROCplay(D%) 380IF Delay%=0 del%=del(D%) ELSE del%=Delay% 390FORL%=1TOLENMUS$(D%,0) 400T%=TIME+del%:FORV%=0TOvpp 410PP%=ASC(MID$(MUS$(D%,V%),L%,1)):P%=4*PP%:IF PP%=ASC"." GOTO510 420IFPP%=-1 GOTO510 430B1%=stm%(E(D%,V%)):IF(B1%AND&20) N%=(15-(B1%AND&3C)DIV2)*vol/15 ELSE N%=(B1%AND&3C)DIV4 440B%=(B1%AND 3)OR &010 450IFY%(V%)<>0 VDU31,Y%(V%),11+V%,32 460IF PP%=32 AND Y%(V%)<>0 SOUNDB%,0,101,0 470IF PP%=32 Y%(V%)=0:GOTO510 480IF(B1%AND&C0)<>&C0 GOTO510 490SOUNDB%,N%,P%,Tempo% 500IF PP%>64 AND PP%<104 VDU31,PP%-64,11+V%,255:Y%(V%)=PP%-64 510NEXT 520REPEATUNTILTIME>T%:T%=TIME+del%:NEXT 530ENDPROC 540: 550REM Music notes (octaves -2 to 2) 560REM C#D#EF#G#A#B -2 ABCDEFGHIJKL 570REM C#D#EF#G#A#B -1 MNOPQRSTUVWX 580REM C#D#EF#G#A#B 0 YZ[\]^_`abcd 590REM C#D#EF#G#A#B 1 efghijklmnop 600REM C#D#EF#G#A#BC# 2 qrstuvwxyz{|}~ 610: 620: 630: 640: 650REM Data format: 660REM Title$,Combination$ 670REM voices per packet,packets,Delay,Flag 680REM 16 stream bytes 690REM Number of envelope bytes 700REM If (Flag AND 3)<>0 THEN 710REM (Flag AND 3) extra printing strings 720REM If number of envelope bytes<>0 THEN 730REM Envelope flag: (1=BBC, 2=Amstrad) 740REM Envelope bytes number of envelope bytes 750REM ::: Music data 760REM packets repeats of: 770REM If Delay=0 THEN local delay 780REM If (Flag AND 4)=1 THEN 790REM vpp stream numbers 800REM vpp music strings 810REM Else 820REM vpp repeats of: 830REM stream number 840REM music string 850REM 860DATA "M*A*S*H" 870DATA "%<0123123123123123124" 880DATA 3,4,22,0,0 890DATA 0,0,-1,-2,0,-3,0,0,0,0,0,0,0,0,0,0 900REM 0: 910DATA 2,"_dgf...d_dgf..b." 920DATA 3,"_.._...._.._.. " 930DATA 4,"[..[....[..[.. " 940DATA 5,"L.....S.L...X. " 950REM 1: 960DATA 2,"`._`._.`._.]...._.]_.]._.].[.. _].[].[.].[.Z.. ][.Z[.Z.[.]._..............b. " 970DATA 3,"[..[...Z...Z....[..[...[...[.. X..X...[.. Z.. V. V.. V. ].VZ]VZ]V\..\.\\. " 980DATA 4,"X..X...V...T....V..V...X...X.. T..T...T...T.. S. S.. S. V..V.VV. " 990DATA 5,"EL..Q...J...JQ.JCJ..O...L...L.L.EJ..Q...J...J.J.CJ..O...L...L...L...L..L.LL. " 1000REM 2: 1010DATA 2,"d.bd.b.d.b.. b.d.bd.b.d.b.. b._.bd.g.i.g.d.b.d" 1020DATA 3,"`..`...`.... _.._..._.... [..b...d...`..._" 1030DATA 4,"[..[...Z.... [..[...[.... X..[...b...Z...d" 1040DATA 5,"EL..Q...J...JQ.JCJ..O...L...L...HH..G...E...J..." 1050REM 3: 1060DATA 2,"..............b." 1070DATA 4,"_. _. " 1080DATA 3,"[X[Z...X[X[Z.. " 1090DATA 5,"L...L.E.L..S.. " 1100REM 4: 1110DATA 2,"d.............b._.b.d.g.i.[.d.b.d..............................." 1120DATA 3,"_. _. X...[...`...]..._. _. _. _......." 1130DATA 4,"[X[Z...X[X[Z.. O...V...Q...T...[X[Z...X[X[Z...X[X[Z.. [......." 1140DATA 5,"L...L.E.L..S.. H...G...E...J...L...S.G.L...S.G.L...S...L......."
:� Altered to conform to the G-GROG standard : � Set up screen: (� � �:� �=17 �TcA � � )�&F0C0,0,7,0:� Harmonica 2�7 <Q%=0:�23;8202;0;0;0; F4�31,0,11,&96,31,0,12,&94,31,0,13,&92,31,0,14,&91 Pd�''�131" # b # # b # b # # b # b # # b # "�131"CCDEEFFGGABBCCDEEFFGGABBCCDEEFFGGABBCCD"�30 Z� End of screen set-up d: n@vers=1:� title$,Combination$,vpp,packets,Delay%,EnvNum,Flag% x��(Flag%�240)>vers*16 �'"I am version ";vers;". This music is for"'"version ";(Flag%�240)/16;". There might be something"'"I cannot do." �?�30:�(37-�title$)/2)�141title$'�(37-�title$)/2)�141title$' �!� stm%(15):�A=0�15:�stm%(A):� �>� (Flag% �3) � I=1 � (Flag% �3):� A$:�((38-� A$)/2);A$':� �7vol=15:Tempo%=255:Key%=0:� Delay%=0 � Del%(packets) �T�MUS$(packets,vpp),Y%(vpp),E(packets,vpp),N(vpp):V=126:� Delay%=0 � del(packets) ��I=0�vpp:Y%(I)=38:� ��� EnvNum>0 � EnvFlg%:� EnvFlg%=1 � A=1 � EnvNum/13:� B,C,D,E,F,G,H,I,J,K,L,M,N:� A,B,C,D,E,F,G,H,I,J,K,L,M,N:� � � EnvNum>0 � A=1 � EnvNum:� B:� �'� I=0 � packets:� Delay%=0 � del(I) �\� Flag%�4 �X%=0�vpp:�E(I,X%):�:�X%=0�vpp:�MUS$(I,X%):� � �X%=0�vpp:�E(I,X%),MUS$(I,X%):� �� �: �� Start Playing: ��J%=1��(Combination$) !D%=�(�Combination$,J%,1))-&30 !� D%>=0 �play(D%) � �comm(D%) �:*FX15 "2�0,23)"�Thanks for listening.":Z=�(200):*FX15 #�"HELLO" ,: 6��comm(D%) @� D%=-3 vol=(vol-1)�16:� J� D%=-5 vol=(vol+1)�16:� T4� D%=-11 vol=��Combination$,J%+1,1)-48:J%=J%+1:� ^%�"I don't know a '";�(D%+48);"'." h� r��play(D%) |)� Delay%=0 del%=del(D%) � del%=Delay% ��L%=1��MUS$(D%,0) �T%=�+del%:�V%=0�vpp �7PP%=�(�MUS$(D%,V%),L%,1)):P%=4*PP%:� PP%=�"." �d~A ��PP%=-1 �d~A �MB1%=stm%(E(D%,V%)):�(B1%�&20) N%=(15-(B1%�&3C)�2)*vol/15 � N%=(B1%�&3C)�4 �B%=(B1%� 3)� &010 �"�Y%(V%)<>0 �31,Y%(V%),11+V%,32 �$� PP%=32 � Y%(V%)<>0 �B%,0,101,0 �� PP%=32 Y%(V%)=0:�d~A ��(B1%�&C0)<>&C0 �d~A ��B%,N%,P%,Tempo% �9� PP%>64 � PP%<104 �31,PP%-64,11+V%,255:Y%(V%)=PP%-64 �� ���>T%:T%=�+del%:� � : &#� Music notes (octaves -2 to 2) 0:� C#D#EF#G#A#B -2 ABCDEFGHIJKL ::� C#D#EF#G#A#B -1 MNOPQRSTUVWX D:� C#D#EF#G#A#B 0 YZ[\]^_`abcd N:� C#D#EF#G#A#B 1 efghijklmnop X<� C#D#EF#G#A#BC# 2 qrstuvwxyz{|}~ b: l: v: �: �� Data format: �� Title$,Combination$ �*� voices per packet,packets,Delay,Flag �� 16 stream bytes �� Number of envelope bytes �� If (Flag AND 3)<>0 THEN �,� (Flag AND 3) extra printing strings �)� If number of envelope bytes<>0 THEN �'� Envelope flag: (1=BBC, 2=Amstrad) �-� Envelope bytes number of envelope bytes �� ::: Music data �� packets repeats of: #� If Delay=0 THEN local delay � If (Flag AND 4)=1 THEN � vpp stream numbers � vpp music strings *� Else 4� vpp repeats of: >� stream number H� music string R� \� "M*A*S*H" f� "%<0123123123123123124" p� 3,4,22,0,0 z(� 0,0,-1,-2,0,-3,0,0,0,0,0,0,0,0,0,0 �� 0: �� 2,"_dgf...d_dgf..b." �� 3,"_.._...._.._.. " �� 4,"[..[....[..[.. " �� 5,"L.....S.L...X. " �� 1: �W� 2,"`._`._.`._.]...._.]_.]._.].[.. _].[].[.].[.Z.. ][.Z[.Z.[.]._..............b. " �W� 3,"[..[...Z...Z....[..[...[...[.. X..X...[.. Z.. V. V.. V. ].VZ]VZ]V\..\.\\. " �W� 4,"X..X...V...T....V..V...X...X.. T..T...T...T.. S. S.. S. V..V.VV. " �W� 5,"EL..Q...J...JQ.JCJ..O...L...L.L.EJ..Q...J...J.J.CJ..O...L...L...L...L..L.LL. " �� 2: �:� 2,"d.bd.b.d.b.. b.d.bd.b.d.b.. b._.bd.g.i.g.d.b.d" �:� 3,"`..`...`.... _.._..._.... [..b...d...`..._" :� 4,"[..[...Z.... [..[...[.... X..[...b...Z...d" :� 5,"EL..Q...J...JQ.JCJ..O...L...L...HH..G...E...J..." � 3: $� 2,"..............b." .� 4,"_. _. " 8� 3,"[X[Z...X[X[Z.. " B� 5,"L...L.E.L..S.. " L� 4: VJ� 2,"d.............b._.b.d.g.i.[.d.b.d..............................." `J� 3,"_. _. X...[...`...]..._. _. _. _......." jJ� 4,"[X[Z...X[X[Z.. O...V...Q...T...[X[Z...X[X[Z...X[X[Z.. [......." tJ� 5,"L...L.E.L..S.. H...G...E...J...L...S.G.L...S.G.L...S...L......." �
00000000 0d 00 0a 3a f4 20 41 6c 74 65 72 65 64 20 74 6f |...:. Altered to| 00000010 20 63 6f 6e 66 6f 72 6d 20 74 6f 20 74 68 65 20 | conform to the | 00000020 20 20 20 20 20 20 20 20 20 20 20 47 2d 47 52 4f | G-GRO| 00000030 47 20 73 74 61 6e 64 61 72 64 0d 00 14 05 3a 0d |G standard....:.| 00000040 00 1e 14 f4 20 53 65 74 20 75 70 20 73 63 72 65 |.... Set up scre| 00000050 65 6e 3a 0d 00 28 1a ee 20 85 20 f6 3a e7 20 9f |en:..(.. . .:. .| 00000060 3d 31 37 20 e5 8d 54 63 41 20 8b 20 e0 0d 00 29 |=17 ..TcA . ...)| 00000070 1c d4 26 46 30 43 30 2c 30 2c 37 2c 30 3a f4 20 |..&F0C0,0,7,0:. | 00000080 48 61 72 6d 6f 6e 69 63 61 0d 00 32 06 eb 37 0d |Harmonica..2..7.| 00000090 00 3c 18 51 25 3d 30 3a ef 32 33 3b 38 32 30 32 |.<.Q%=0:.23;8202| 000000a0 3b 30 3b 30 3b 30 3b 0d 00 46 34 ef 33 31 2c 30 |;0;0;0;..F4.31,0| 000000b0 2c 31 31 2c 26 39 36 2c 33 31 2c 30 2c 31 32 2c |,11,&96,31,0,12,| 000000c0 26 39 34 2c 33 31 2c 30 2c 31 33 2c 26 39 32 2c |&94,31,0,13,&92,| 000000d0 33 31 2c 30 2c 31 34 2c 26 39 31 0d 00 50 64 f1 |31,0,14,&91..Pd.| 000000e0 27 27 bd 31 33 31 22 20 23 20 62 20 20 23 20 23 |''.131" # b # #| 000000f0 20 62 20 20 23 20 62 20 20 23 20 23 20 62 20 20 | b # b # # b | 00000100 23 20 62 20 20 23 20 23 20 62 20 20 23 20 22 bd |# b # # b # ".| 00000110 31 33 31 22 43 43 44 45 45 46 46 47 47 41 42 42 |131"CCDEEFFGGABB| 00000120 43 43 44 45 45 46 46 47 47 41 42 42 43 43 44 45 |CCDEEFFGGABBCCDE| 00000130 45 46 46 47 47 41 42 42 43 43 44 22 bd 33 30 0d |EFFGGABBCCD".30.| 00000140 00 5a 1a f4 20 45 6e 64 20 6f 66 20 73 63 72 65 |.Z.. End of scre| 00000150 65 6e 20 73 65 74 2d 75 70 0d 00 64 05 3a 0d 00 |en set-up..d.:..| 00000160 6e 40 76 65 72 73 3d 31 3a f3 20 74 69 74 6c 65 |n@vers=1:. title| 00000170 24 2c 43 6f 6d 62 69 6e 61 74 69 6f 6e 24 2c 76 |$,Combination$,v| 00000180 70 70 2c 70 61 63 6b 65 74 73 2c 44 65 6c 61 79 |pp,packets,Delay| 00000190 25 2c 45 6e 76 4e 75 6d 2c 46 6c 61 67 25 0d 00 |%,EnvNum,Flag%..| 000001a0 78 8b e7 28 46 6c 61 67 25 80 32 34 30 29 3e 76 |x..(Flag%.240)>v| 000001b0 65 72 73 2a 31 36 20 f1 27 22 49 20 61 6d 20 76 |ers*16 .'"I am v| 000001c0 65 72 73 69 6f 6e 20 22 3b 76 65 72 73 3b 22 2e |ersion ";vers;".| 000001d0 20 54 68 69 73 20 6d 75 73 69 63 20 69 73 20 66 | This music is f| 000001e0 6f 72 22 27 22 76 65 72 73 69 6f 6e 20 22 3b 28 |or"'"version ";(| 000001f0 46 6c 61 67 25 80 32 34 30 29 2f 31 36 3b 22 2e |Flag%.240)/16;".| 00000200 20 54 68 65 72 65 20 6d 69 67 68 74 20 62 65 20 | There might be | 00000210 73 6f 6d 65 74 68 69 6e 67 22 27 22 49 20 63 61 |something"'"I ca| 00000220 6e 6e 6f 74 20 64 6f 2e 22 0d 00 82 3f ef 33 30 |nnot do."...?.30| 00000230 3a f1 8a 28 33 37 2d a9 74 69 74 6c 65 24 29 2f |:..(37-.title$)/| 00000240 32 29 bd 31 34 31 74 69 74 6c 65 24 27 8a 28 33 |2).141title$'.(3| 00000250 37 2d a9 74 69 74 6c 65 24 29 2f 32 29 bd 31 34 |7-.title$)/2).14| 00000260 31 74 69 74 6c 65 24 27 0d 00 8c 21 de 20 73 74 |1title$'...!. st| 00000270 6d 25 28 31 35 29 3a e3 41 3d 30 b8 31 35 3a f3 |m%(15):.A=0.15:.| 00000280 73 74 6d 25 28 41 29 3a ed 0d 00 96 3e e7 20 28 |stm%(A):....>. (| 00000290 46 6c 61 67 25 20 80 33 29 20 e3 20 49 3d 31 20 |Flag% .3) . I=1 | 000002a0 b8 20 28 46 6c 61 67 25 20 80 33 29 3a f3 20 41 |. (Flag% .3):. A| 000002b0 24 3a f1 89 28 28 33 38 2d a9 20 41 24 29 2f 32 |$:..((38-. A$)/2| 000002c0 29 3b 41 24 27 3a ed 0d 00 a0 37 76 6f 6c 3d 31 |);A$':....7vol=1| 000002d0 35 3a 54 65 6d 70 6f 25 3d 32 35 35 3a 4b 65 79 |5:Tempo%=255:Key| 000002e0 25 3d 30 3a e7 20 44 65 6c 61 79 25 3d 30 20 de |%=0:. Delay%=0 .| 000002f0 20 44 65 6c 25 28 70 61 63 6b 65 74 73 29 0d 00 | Del%(packets)..| 00000300 aa 54 de 4d 55 53 24 28 70 61 63 6b 65 74 73 2c |.T.MUS$(packets,| 00000310 76 70 70 29 2c 59 25 28 76 70 70 29 2c 45 28 70 |vpp),Y%(vpp),E(p| 00000320 61 63 6b 65 74 73 2c 76 70 70 29 2c 4e 28 76 70 |ackets,vpp),N(vp| 00000330 70 29 3a 56 3d 31 32 36 3a e7 20 44 65 6c 61 79 |p):V=126:. Delay| 00000340 25 3d 30 20 de 20 64 65 6c 28 70 61 63 6b 65 74 |%=0 . del(packet| 00000350 73 29 0d 00 b4 17 e3 49 3d 30 b8 76 70 70 3a 59 |s).....I=0.vpp:Y| 00000360 25 28 49 29 3d 33 38 3a ed 0d 00 be 94 e7 20 45 |%(I)=38:...... E| 00000370 6e 76 4e 75 6d 3e 30 20 f3 20 45 6e 76 46 6c 67 |nvNum>0 . EnvFlg| 00000380 25 3a e7 20 45 6e 76 46 6c 67 25 3d 31 20 e3 20 |%:. EnvFlg%=1 . | 00000390 41 3d 31 20 b8 20 45 6e 76 4e 75 6d 2f 31 33 3a |A=1 . EnvNum/13:| 000003a0 f3 20 42 2c 43 2c 44 2c 45 2c 46 2c 47 2c 48 2c |. B,C,D,E,F,G,H,| 000003b0 49 2c 4a 2c 4b 2c 4c 2c 4d 2c 4e 3a e2 20 41 2c |I,J,K,L,M,N:. A,| 000003c0 42 2c 43 2c 44 2c 45 2c 46 2c 47 2c 48 2c 49 2c |B,C,D,E,F,G,H,I,| 000003d0 4a 2c 4b 2c 4c 2c 4d 2c 4e 3a ed 20 8b 20 e7 20 |J,K,L,M,N:. . . | 000003e0 45 6e 76 4e 75 6d 3e 30 20 e3 20 41 3d 31 20 b8 |EnvNum>0 . A=1 .| 000003f0 20 45 6e 76 4e 75 6d 3a f3 20 42 3a ed 0d 00 c8 | EnvNum:. B:....| 00000400 27 e3 20 49 3d 30 20 b8 20 70 61 63 6b 65 74 73 |'. I=0 . packets| 00000410 3a e7 20 44 65 6c 61 79 25 3d 30 20 f3 20 64 65 |:. Delay%=0 . de| 00000420 6c 28 49 29 0d 00 d2 5c e7 20 46 6c 61 67 25 80 |l(I)...\. Flag%.| 00000430 34 20 e3 58 25 3d 30 b8 76 70 70 3a f3 45 28 49 |4 .X%=0.vpp:.E(I| 00000440 2c 58 25 29 3a ed 3a e3 58 25 3d 30 b8 76 70 70 |,X%):.:.X%=0.vpp| 00000450 3a f3 4d 55 53 24 28 49 2c 58 25 29 3a ed 20 8b |:.MUS$(I,X%):. .| 00000460 20 e3 58 25 3d 30 b8 76 70 70 3a f3 45 28 49 2c | .X%=0.vpp:.E(I,| 00000470 58 25 29 2c 4d 55 53 24 28 49 2c 58 25 29 3a ed |X%),MUS$(I,X%):.| 00000480 0d 00 dc 05 ed 0d 00 e6 05 3a 0d 00 f0 14 f4 20 |.........:..... | 00000490 53 74 61 72 74 20 50 6c 61 79 69 6e 67 3a 0d 00 |Start Playing:..| 000004a0 fa 19 e3 4a 25 3d 31 b8 a9 28 43 6f 6d 62 69 6e |...J%=1..(Combin| 000004b0 61 74 69 6f 6e 24 29 0d 01 04 21 44 25 3d 97 28 |ation$)...!D%=.(| 000004c0 c1 43 6f 6d 62 69 6e 61 74 69 6f 6e 24 2c 4a 25 |.Combination$,J%| 000004d0 2c 31 29 29 2d 26 33 30 0d 01 0e 21 e7 20 44 25 |,1))-&30...!. D%| 000004e0 3e 3d 30 20 f2 70 6c 61 79 28 44 25 29 20 8b 20 |>=0 .play(D%) . | 000004f0 f2 63 6f 6d 6d 28 44 25 29 0d 01 18 0b ed 3a 2a |.comm(D%).....:*| 00000500 46 58 31 35 0d 01 22 32 f1 8a 30 2c 32 33 29 22 |FX15.."2..0,23)"| 00000510 81 54 68 61 6e 6b 73 20 66 6f 72 20 6c 69 73 74 |.Thanks for list| 00000520 65 6e 69 6e 67 2e 22 3a 5a 3d a6 28 32 30 30 29 |ening.":Z=.(200)| 00000530 3a 2a 46 58 31 35 0d 01 23 0c d7 22 48 45 4c 4c |:*FX15..#.."HELL| 00000540 4f 22 0d 01 2c 05 3a 0d 01 36 0e dd f2 63 6f 6d |O"..,.:..6...com| 00000550 6d 28 44 25 29 0d 01 40 1c e7 20 44 25 3d 2d 33 |m(D%)..@.. D%=-3| 00000560 20 76 6f 6c 3d 28 76 6f 6c 2d 31 29 83 31 36 3a | vol=(vol-1).16:| 00000570 e1 0d 01 4a 1c e7 20 44 25 3d 2d 35 20 76 6f 6c |...J.. D%=-5 vol| 00000580 3d 28 76 6f 6c 2b 31 29 83 31 36 3a e1 0d 01 54 |=(vol+1).16:...T| 00000590 34 e7 20 44 25 3d 2d 31 31 20 76 6f 6c 3d 97 c1 |4. D%=-11 vol=..| 000005a0 43 6f 6d 62 69 6e 61 74 69 6f 6e 24 2c 4a 25 2b |Combination$,J%+| 000005b0 31 2c 31 29 2d 34 38 3a 4a 25 3d 4a 25 2b 31 3a |1,1)-48:J%=J%+1:| 000005c0 e1 0d 01 5e 25 f1 22 49 20 64 6f 6e 27 74 20 6b |...^%."I don't k| 000005d0 6e 6f 77 20 61 20 27 22 3b bd 28 44 25 2b 34 38 |now a '";.(D%+48| 000005e0 29 3b 22 27 2e 22 0d 01 68 05 e1 0d 01 72 0e dd |);"'."..h....r..| 000005f0 f2 70 6c 61 79 28 44 25 29 0d 01 7c 29 e7 20 44 |.play(D%)..|). D| 00000600 65 6c 61 79 25 3d 30 20 64 65 6c 25 3d 64 65 6c |elay%=0 del%=del| 00000610 28 44 25 29 20 8b 20 64 65 6c 25 3d 44 65 6c 61 |(D%) . del%=Dela| 00000620 79 25 0d 01 86 15 e3 4c 25 3d 31 b8 a9 4d 55 53 |y%.....L%=1..MUS| 00000630 24 28 44 25 2c 30 29 0d 01 90 17 54 25 3d 91 2b |$(D%,0)....T%=.+| 00000640 64 65 6c 25 3a e3 56 25 3d 30 b8 76 70 70 0d 01 |del%:.V%=0.vpp..| 00000650 9a 37 50 50 25 3d 97 28 c1 4d 55 53 24 28 44 25 |.7PP%=.(.MUS$(D%| 00000660 2c 56 25 29 2c 4c 25 2c 31 29 29 3a 50 25 3d 34 |,V%),L%,1)):P%=4| 00000670 2a 50 50 25 3a e7 20 50 50 25 3d 97 22 2e 22 20 |*PP%:. PP%=."." | 00000680 e5 8d 64 7e 41 0d 01 a4 11 e7 50 50 25 3d 2d 31 |..d~A.....PP%=-1| 00000690 20 e5 8d 64 7e 41 0d 01 ae 4d 42 31 25 3d 73 74 | ..d~A...MB1%=st| 000006a0 6d 25 28 45 28 44 25 2c 56 25 29 29 3a e7 28 42 |m%(E(D%,V%)):.(B| 000006b0 31 25 80 26 32 30 29 20 4e 25 3d 28 31 35 2d 28 |1%.&20) N%=(15-(| 000006c0 42 31 25 80 26 33 43 29 81 32 29 2a 76 6f 6c 2f |B1%.&3C).2)*vol/| 000006d0 31 35 20 8b 20 4e 25 3d 28 42 31 25 80 26 33 43 |15 . N%=(B1%.&3C| 000006e0 29 81 34 0d 01 b8 15 42 25 3d 28 42 31 25 80 20 |).4....B%=(B1%. | 000006f0 33 29 84 20 26 30 31 30 0d 01 c2 22 e7 59 25 28 |3). &010...".Y%(| 00000700 56 25 29 3c 3e 30 20 ef 33 31 2c 59 25 28 56 25 |V%)<>0 .31,Y%(V%| 00000710 29 2c 31 31 2b 56 25 2c 33 32 0d 01 cc 24 e7 20 |),11+V%,32...$. | 00000720 50 50 25 3d 33 32 20 80 20 59 25 28 56 25 29 3c |PP%=32 . Y%(V%)<| 00000730 3e 30 20 d4 42 25 2c 30 2c 31 30 31 2c 30 0d 01 |>0 .B%,0,101,0..| 00000740 d6 1b e7 20 50 50 25 3d 33 32 20 59 25 28 56 25 |... PP%=32 Y%(V%| 00000750 29 3d 30 3a e5 8d 64 7e 41 0d 01 e0 19 e7 28 42 |)=0:..d~A.....(B| 00000760 31 25 80 26 43 30 29 3c 3e 26 43 30 20 e5 8d 64 |1%.&C0)<>&C0 ..d| 00000770 7e 41 0d 01 ea 14 d4 42 25 2c 4e 25 2c 50 25 2c |~A.....B%,N%,P%,| 00000780 54 65 6d 70 6f 25 0d 01 f4 39 e7 20 50 50 25 3e |Tempo%...9. PP%>| 00000790 36 34 20 80 20 50 50 25 3c 31 30 34 20 ef 33 31 |64 . PP%<104 .31| 000007a0 2c 50 50 25 2d 36 34 2c 31 31 2b 56 25 2c 32 35 |,PP%-64,11+V%,25| 000007b0 35 3a 59 25 28 56 25 29 3d 50 50 25 2d 36 34 0d |5:Y%(V%)=PP%-64.| 000007c0 01 fe 05 ed 0d 02 08 16 f5 fd 91 3e 54 25 3a 54 |...........>T%:T| 000007d0 25 3d 91 2b 64 65 6c 25 3a ed 0d 02 12 05 e1 0d |%=.+del%:.......| 000007e0 02 1c 05 3a 0d 02 26 23 f4 20 4d 75 73 69 63 20 |...:..&#. Music | 000007f0 6e 6f 74 65 73 20 28 6f 63 74 61 76 65 73 20 2d |notes (octaves -| 00000800 32 20 74 6f 20 32 29 0d 02 30 3a f4 20 43 23 44 |2 to 2)..0:. C#D| 00000810 23 45 46 23 47 23 41 23 42 20 20 20 20 2d 32 20 |#EF#G#A#B -2 | 00000820 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000830 20 20 20 20 20 41 42 43 44 45 46 47 48 49 4a 4b | ABCDEFGHIJK| 00000840 4c 0d 02 3a 3a f4 20 43 23 44 23 45 46 23 47 23 |L..::. C#D#EF#G#| 00000850 41 23 42 20 20 20 20 2d 31 20 20 20 20 20 20 20 |A#B -1 | 00000860 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 4d | M| 00000870 4e 4f 50 51 52 53 54 55 56 57 58 0d 02 44 3a f4 |NOPQRSTUVWX..D:.| 00000880 20 43 23 44 23 45 46 23 47 23 41 23 42 20 20 20 | C#D#EF#G#A#B | 00000890 20 20 30 20 20 20 20 20 20 20 20 20 20 20 20 20 | 0 | 000008a0 20 20 20 20 20 20 20 20 20 59 5a 5b 5c 5d 5e 5f | YZ[\]^_| 000008b0 60 61 62 63 64 0d 02 4e 3a f4 20 43 23 44 23 45 |`abcd..N:. C#D#E| 000008c0 46 23 47 23 41 23 42 20 20 20 20 20 31 20 20 20 |F#G#A#B 1 | 000008d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000008e0 20 20 20 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 0d | efghijklmnop.| 000008f0 02 58 3c f4 20 43 23 44 23 45 46 23 47 23 41 23 |.X<. C#D#EF#G#A#| 00000900 42 43 23 20 20 20 32 20 20 20 20 20 20 20 20 20 |BC# 2 | 00000910 20 20 20 20 20 20 20 20 20 20 20 20 20 71 72 73 | qrs| 00000920 74 75 76 77 78 79 7a 7b 7c 7d 7e 0d 02 62 05 3a |tuvwxyz{|}~..b.:| 00000930 0d 02 6c 05 3a 0d 02 76 05 3a 0d 02 80 05 3a 0d |..l.:..v.:....:.| 00000940 02 8a 12 f4 20 44 61 74 61 20 66 6f 72 6d 61 74 |.... Data format| 00000950 3a 0d 02 94 19 f4 20 54 69 74 6c 65 24 2c 43 6f |:..... Title$,Co| 00000960 6d 62 69 6e 61 74 69 6f 6e 24 0d 02 9e 2a f4 20 |mbination$...*. | 00000970 76 6f 69 63 65 73 20 70 65 72 20 70 61 63 6b 65 |voices per packe| 00000980 74 2c 70 61 63 6b 65 74 73 2c 44 65 6c 61 79 2c |t,packets,Delay,| 00000990 46 6c 61 67 0d 02 a8 15 f4 20 31 36 20 73 74 72 |Flag..... 16 str| 000009a0 65 61 6d 20 62 79 74 65 73 0d 02 b2 1e f4 20 4e |eam bytes..... N| 000009b0 75 6d 62 65 72 20 6f 66 20 65 6e 76 65 6c 6f 70 |umber of envelop| 000009c0 65 20 62 79 74 65 73 0d 02 bc 1d f4 20 49 66 20 |e bytes..... If | 000009d0 28 46 6c 61 67 20 41 4e 44 20 33 29 3c 3e 30 20 |(Flag AND 3)<>0 | 000009e0 54 48 45 4e 0d 02 c6 2c f4 20 20 20 20 28 46 6c |THEN...,. (Fl| 000009f0 61 67 20 41 4e 44 20 33 29 20 65 78 74 72 61 20 |ag AND 3) extra | 00000a00 70 72 69 6e 74 69 6e 67 20 73 74 72 69 6e 67 73 |printing strings| 00000a10 0d 02 d0 29 f4 20 49 66 20 6e 75 6d 62 65 72 20 |...). If number | 00000a20 6f 66 20 65 6e 76 65 6c 6f 70 65 20 62 79 74 65 |of envelope byte| 00000a30 73 3c 3e 30 20 54 48 45 4e 0d 02 da 27 f4 20 45 |s<>0 THEN...'. E| 00000a40 6e 76 65 6c 6f 70 65 20 66 6c 61 67 3a 20 28 31 |nvelope flag: (1| 00000a50 3d 42 42 43 2c 20 32 3d 41 6d 73 74 72 61 64 29 |=BBC, 2=Amstrad)| 00000a60 0d 02 e4 2d f4 20 45 6e 76 65 6c 6f 70 65 20 62 |...-. Envelope b| 00000a70 79 74 65 73 20 6e 75 6d 62 65 72 20 6f 66 20 65 |ytes number of e| 00000a80 6e 76 65 6c 6f 70 65 20 62 79 74 65 73 0d 02 ee |nvelope bytes...| 00000a90 14 f4 20 3a 3a 3a 20 4d 75 73 69 63 20 64 61 74 |.. ::: Music dat| 00000aa0 61 0d 02 f8 19 f4 20 70 61 63 6b 65 74 73 20 72 |a..... packets r| 00000ab0 65 70 65 61 74 73 20 6f 66 3a 0d 03 02 23 f4 20 |epeats of:...#. | 00000ac0 20 20 49 66 20 44 65 6c 61 79 3d 30 20 54 48 45 | If Delay=0 THE| 00000ad0 4e 20 6c 6f 63 61 6c 20 64 65 6c 61 79 0d 03 0c |N local delay...| 00000ae0 1e f4 20 20 20 49 66 20 28 46 6c 61 67 20 41 4e |.. If (Flag AN| 00000af0 44 20 34 29 3d 31 20 54 48 45 4e 0d 03 16 1d f4 |D 4)=1 THEN.....| 00000b00 20 20 20 20 20 20 76 70 70 20 73 74 72 65 61 6d | vpp stream| 00000b10 20 6e 75 6d 62 65 72 73 0d 03 20 1c f4 20 20 20 | numbers.. .. | 00000b20 20 20 20 76 70 70 20 6d 75 73 69 63 20 73 74 72 | vpp music str| 00000b30 69 6e 67 73 0d 03 2a 0c f4 20 20 20 45 6c 73 65 |ings..*.. Else| 00000b40 0d 03 34 1a f4 20 20 20 20 20 20 76 70 70 20 72 |..4.. vpp r| 00000b50 65 70 65 61 74 73 20 6f 66 3a 0d 03 3e 1a f4 20 |epeats of:..>.. | 00000b60 20 20 20 20 20 20 20 73 74 72 65 61 6d 20 6e 75 | stream nu| 00000b70 6d 62 65 72 0d 03 48 19 f4 20 20 20 20 20 20 20 |mber..H.. | 00000b80 20 6d 75 73 69 63 20 73 74 72 69 6e 67 0d 03 52 | music string..R| 00000b90 05 f4 0d 03 5c 0f dc 20 22 4d 2a 41 2a 53 2a 48 |....\.. "M*A*S*H| 00000ba0 22 0d 03 66 1d dc 20 22 25 3c 30 31 32 33 31 32 |"..f.. "%<012312| 00000bb0 33 31 32 33 31 32 33 31 32 33 31 32 34 22 0d 03 |3123123123124"..| 00000bc0 70 10 dc 20 33 2c 34 2c 32 32 2c 30 2c 30 0d 03 |p.. 3,4,22,0,0..| 00000bd0 7a 28 dc 20 30 2c 30 2c 2d 31 2c 2d 32 2c 30 2c |z(. 0,0,-1,-2,0,| 00000be0 2d 33 2c 30 2c 30 2c 30 2c 30 2c 30 2c 30 2c 30 |-3,0,0,0,0,0,0,0| 00000bf0 2c 30 2c 30 2c 30 0d 03 84 08 f4 20 30 3a 0d 03 |,0,0,0..... 0:..| 00000c00 8e 1a dc 20 32 2c 22 5f 64 67 66 2e 2e 2e 64 5f |... 2,"_dgf...d_| 00000c10 64 67 66 2e 2e 62 2e 22 0d 03 98 1a dc 20 33 2c |dgf..b."..... 3,| 00000c20 22 5f 2e 2e 5f 2e 2e 2e 2e 5f 2e 2e 5f 2e 2e 20 |"_.._...._.._.. | 00000c30 20 22 0d 03 a2 1a dc 20 34 2c 22 5b 2e 2e 5b 2e | "..... 4,"[..[.| 00000c40 2e 2e 2e 5b 2e 2e 5b 2e 2e 20 20 22 0d 03 ac 1a |...[..[.. "....| 00000c50 dc 20 35 2c 22 4c 2e 2e 2e 2e 2e 53 2e 4c 2e 2e |. 5,"L.....S.L..| 00000c60 2e 58 2e 20 20 22 0d 03 b6 08 f4 20 31 3a 0d 03 |.X. "..... 1:..| 00000c70 c0 57 dc 20 32 2c 22 60 2e 5f 60 2e 5f 2e 60 2e |.W. 2,"`._`._.`.| 00000c80 5f 2e 5d 2e 2e 2e 2e 5f 2e 5d 5f 2e 5d 2e 5f 2e |_.]...._.]_.]._.| 00000c90 5d 2e 5b 2e 2e 20 5f 5d 2e 5b 5d 2e 5b 2e 5d 2e |].[.. _].[].[.].| 00000ca0 5b 2e 5a 2e 2e 20 5d 5b 2e 5a 5b 2e 5a 2e 5b 2e |[.Z.. ][.Z[.Z.[.| 00000cb0 5d 2e 5f 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e |]._.............| 00000cc0 2e 62 2e 20 22 0d 03 ca 57 dc 20 33 2c 22 5b 2e |.b. "...W. 3,"[.| 00000cd0 2e 5b 2e 2e 2e 5a 2e 2e 2e 5a 2e 2e 2e 2e 5b 2e |.[...Z...Z....[.| 00000ce0 2e 5b 2e 2e 2e 5b 2e 2e 2e 5b 2e 2e 20 20 58 2e |.[...[...[.. X.| 00000cf0 2e 58 2e 2e 2e 5b 2e 2e 20 5a 2e 2e 20 20 56 2e |.X...[.. Z.. V.| 00000d00 20 56 2e 2e 20 56 2e 20 20 5d 2e 56 5a 5d 56 5a | V.. V. ].VZ]VZ| 00000d10 5d 56 5c 2e 2e 5c 2e 5c 5c 2e 20 22 0d 03 d4 57 |]V\..\.\\. "...W| 00000d20 dc 20 34 2c 22 58 2e 2e 58 2e 2e 2e 56 2e 2e 2e |. 4,"X..X...V...| 00000d30 54 2e 2e 2e 2e 56 2e 2e 56 2e 2e 2e 58 2e 2e 2e |T....V..V...X...| 00000d40 58 2e 2e 20 20 54 2e 2e 54 2e 2e 2e 54 2e 2e 2e |X.. T..T...T...| 00000d50 54 2e 2e 20 20 53 2e 20 53 2e 2e 20 53 2e 20 20 |T.. S. S.. S. | 00000d60 20 20 20 20 20 20 20 20 20 56 2e 2e 56 2e 56 56 | V..V.VV| 00000d70 2e 20 22 0d 03 de 57 dc 20 35 2c 22 45 4c 2e 2e |. "...W. 5,"EL..| 00000d80 51 2e 2e 2e 4a 2e 2e 2e 4a 51 2e 4a 43 4a 2e 2e |Q...J...JQ.JCJ..| 00000d90 4f 2e 2e 2e 4c 2e 2e 2e 4c 2e 4c 2e 45 4a 2e 2e |O...L...L.L.EJ..| 00000da0 51 2e 2e 2e 4a 2e 2e 2e 4a 2e 4a 2e 43 4a 2e 2e |Q...J...J.J.CJ..| 00000db0 4f 2e 2e 2e 4c 2e 2e 2e 4c 2e 2e 2e 4c 2e 2e 2e |O...L...L...L...| 00000dc0 4c 2e 2e 4c 2e 4c 4c 2e 20 22 0d 03 e8 08 f4 20 |L..L.LL. "..... | 00000dd0 32 3a 0d 03 f2 3a dc 20 32 2c 22 64 2e 62 64 2e |2:...:. 2,"d.bd.| 00000de0 62 2e 64 2e 62 2e 2e 20 20 62 2e 64 2e 62 64 2e |b.d.b.. b.d.bd.| 00000df0 62 2e 64 2e 62 2e 2e 20 20 62 2e 5f 2e 62 64 2e |b.d.b.. b._.bd.| 00000e00 67 2e 69 2e 67 2e 64 2e 62 2e 64 22 0d 03 fc 3a |g.i.g.d.b.d"...:| 00000e10 dc 20 33 2c 22 60 2e 2e 60 2e 2e 2e 60 2e 2e 2e |. 3,"`..`...`...| 00000e20 2e 20 20 20 20 5f 2e 2e 5f 2e 2e 2e 5f 2e 2e 2e |. _.._..._...| 00000e30 2e 20 20 20 20 5b 2e 2e 62 2e 2e 2e 64 2e 2e 2e |. [..b...d...| 00000e40 60 2e 2e 2e 5f 22 0d 04 06 3a dc 20 34 2c 22 5b |`..._"...:. 4,"[| 00000e50 2e 2e 5b 2e 2e 2e 5a 2e 2e 2e 2e 20 20 20 20 5b |..[...Z.... [| 00000e60 2e 2e 5b 2e 2e 2e 5b 2e 2e 2e 2e 20 20 20 20 58 |..[...[.... X| 00000e70 2e 2e 5b 2e 2e 2e 62 2e 2e 2e 5a 2e 2e 2e 64 22 |..[...b...Z...d"| 00000e80 0d 04 10 3a dc 20 35 2c 22 45 4c 2e 2e 51 2e 2e |...:. 5,"EL..Q..| 00000e90 2e 4a 2e 2e 2e 4a 51 2e 4a 43 4a 2e 2e 4f 2e 2e |.J...JQ.JCJ..O..| 00000ea0 2e 4c 2e 2e 2e 4c 2e 2e 2e 48 48 2e 2e 47 2e 2e |.L...L...HH..G..| 00000eb0 2e 45 2e 2e 2e 4a 2e 2e 2e 22 0d 04 1a 08 f4 20 |.E...J..."..... | 00000ec0 33 3a 0d 04 24 1a dc 20 32 2c 22 2e 2e 2e 2e 2e |3:..$.. 2,".....| 00000ed0 2e 2e 2e 2e 2e 2e 2e 2e 2e 62 2e 22 0d 04 2e 1a |.........b."....| 00000ee0 dc 20 34 2c 22 5f 2e 20 20 20 20 20 20 5f 2e 20 |. 4,"_. _. | 00000ef0 20 20 20 20 20 22 0d 04 38 1a dc 20 33 2c 22 5b | "..8.. 3,"[| 00000f00 58 5b 5a 2e 2e 2e 58 5b 58 5b 5a 2e 2e 20 20 22 |X[Z...X[X[Z.. "| 00000f10 0d 04 42 1a dc 20 35 2c 22 4c 2e 2e 2e 4c 2e 45 |..B.. 5,"L...L.E| 00000f20 2e 4c 2e 2e 53 2e 2e 20 20 22 0d 04 4c 08 f4 20 |.L..S.. "..L.. | 00000f30 34 3a 0d 04 56 4a dc 20 32 2c 22 64 2e 2e 2e 2e |4:..VJ. 2,"d....| 00000f40 2e 2e 2e 2e 2e 2e 2e 2e 2e 62 2e 5f 2e 62 2e 64 |.........b._.b.d| 00000f50 2e 67 2e 69 2e 5b 2e 64 2e 62 2e 64 2e 2e 2e 2e |.g.i.[.d.b.d....| 00000f60 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e |................| 00000f70 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 22 0d 04 60 4a |..........."..`J| 00000f80 dc 20 33 2c 22 5f 2e 20 20 20 20 20 20 5f 2e 20 |. 3,"_. _. | 00000f90 20 20 20 20 20 58 2e 2e 2e 5b 2e 2e 2e 60 2e 2e | X...[...`..| 00000fa0 2e 5d 2e 2e 2e 5f 2e 20 20 20 20 20 20 5f 2e 20 |.]..._. _. | 00000fb0 20 20 20 20 20 5f 2e 20 20 20 20 20 20 5f 2e 2e | _. _..| 00000fc0 2e 2e 2e 2e 2e 22 0d 04 6a 4a dc 20 34 2c 22 5b |....."..jJ. 4,"[| 00000fd0 58 5b 5a 2e 2e 2e 58 5b 58 5b 5a 2e 2e 20 20 4f |X[Z...X[X[Z.. O| 00000fe0 2e 2e 2e 56 2e 2e 2e 51 2e 2e 2e 54 2e 2e 2e 5b |...V...Q...T...[| 00000ff0 58 5b 5a 2e 2e 2e 58 5b 58 5b 5a 2e 2e 2e 58 5b |X[Z...X[X[Z...X[| 00001000 58 5b 5a 2e 2e 20 20 5b 2e 2e 2e 2e 2e 2e 2e 22 |X[Z.. [......."| 00001010 0d 04 74 4a dc 20 35 2c 22 4c 2e 2e 2e 4c 2e 45 |..tJ. 5,"L...L.E| 00001020 2e 4c 2e 2e 53 2e 2e 20 20 48 2e 2e 2e 47 2e 2e |.L..S.. H...G..| 00001030 2e 45 2e 2e 2e 4a 2e 2e 2e 4c 2e 2e 2e 53 2e 47 |.E...J...L...S.G| 00001040 2e 4c 2e 2e 2e 53 2e 47 2e 4c 2e 2e 2e 53 2e 2e |.L...S.G.L...S..| 00001050 2e 4c 2e 2e 2e 2e 2e 2e 2e 22 0d ff |.L......."..| 0000105c