Home » Personal collection » Acorn tapes » Commercial_Releases » boxed_acornsoft_tape13a_acorn_bbc_welcome_cassette.wav » SKETCH
SKETCH
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 tapes » Commercial_Releases » boxed_acornsoft_tape13a_acorn_bbc_welcome_cassette.wav |
Filename: | SKETCH |
Read OK: | ✔ |
File size: | 07DD bytes |
Load address: | FFFF0E00 |
Exec address: | FFFF8000 |
File contents
10 REM SKETCH/Sketch Program 12 REM Program by David Tee & Jerry Temple-Fry (NETHERHALL SCHOOL) & Richard G Warner 13 REM Version 1.5 - 15th October 1981 14 REM For BBC Model A Microcomputer 16K Minimum 40 ON ERROR GOTO50 50 MODE7:IF M%=0 THEN PRINTTAB(5,16);"Press the STOP button"'" on your tape recorder":PROCSPACE 60 CLS:ON ERROR GOTO800 100 PROCTITLEPAGE:PROCINSTRUCTIONS 110 MODE5:PROCSETUP 130 X=600:Y=512:Z=5 150 MX=1220:MY=1020:S=10 200 REPEAT 210 K=INKEY(0):K=K-128:IF K<=0 THEN 500 220 ON K GOTO 310,310,310,320,340,500,500,230,240,250,260 230 IF X>10 THEN X=X-S 235 GOTO270 240 IF X<MX THEN X=X+S 245 GOTO270 250 IF Y>10 THEN Y=Y-S 255 GOTO270 260 IF Y<MY THEN Y=Y+S 270 PLOTZ,X,Y:GOTO210 300 REM 310 GCOL0,K:Z=5:GOTO 500 320 IF Z=4 THEN Z=5 ELSE Z=4 330 GOTO500 340 IF Z=7 THEN Z=5 ELSE Z=7 500 MOVEX,Y+10:PLOT6,X,Y-10:MOVEX-10,Y:PLOT6,X+10,Y:MOVEX,Y+10:PLOT6,X,Y-10:MOVEX-10,Y:PLOT6,X+10,Y:MOVEX,Y 530 UNTIL FALSE 800 MODE7:IF ERR<>17 THEN REPORT:PRINT" in line ";ERL:END 900 CLS 910 PRINTTAB(5,9); 920 PRINT"Do you want to go on to" 930 PRINT" the next program (Y/N)? "; 940 PROCYN:IF Y%=0 THEN 100 970 CLS:IF M%=0 THEN PRINTTAB(5,5);"Press the PLAY button"'" on your tape recorder" 990 CHAIN"" 1100 DEFPROCSETUP 1110 *KEY 0 "|!|A" 1120 *KEY 1 "|!|B" 1130 *KEY 2 "|!|C" 1140 *KEY 4 "|!|D" 1150 *KEY 9 "|!|E" 1160 *FX 4 1 1200 VDU5,19,3,6,0,0,0,19,2,3,0,0,0 1299 ENDPROC 2000 DEFPROCINSTRUCTIONS 2020 CLS:PRINT''' 2100 PRINT" This program is like the popular" 2110 PRINT" game 'ETCHA SKETCH'. You use the" 2120 PRINT" four cursor control keys to" 2130 PRINT" draw pictures on the screen." 2150 PRINT'" The RED keys at the top of the" 2160 PRINT" keyboard control the colour of" 2170 PRINT" of the line (f0-f2), and the" 2180 PRINT" move (f4) and erase (f9)" 2190 PRINT" facilities.":PROCSPACE 2199 ENDPROC 8000 DEFPROCDBL(X$,X,Y) 8010 PRINTTAB(X-1,Y);CHR$(141);X$ 8020 PRINTTAB(X-1,Y+1);CHR$(141);X$ 8099 ENDPROC 8200 DEFPROCSPACE 8220 PRINTTAB(3,22);"Press the SPACE BAR to continue";:PROCKCL 8240 REPEAT UNTIL GET$=" " 8299 ENDPROC 8300 DEFPROCTITLEPAGE 8310 CLS:PROCDBL("Sketch",12,8):PROCDBL("Drawing",11,11) 8320 PROCOFF:I%=INKEY(500) 8399 ENDPROC 8800 DEFPROCKCL 8810 IF INKEY$(0)>"" THEN 8810 8899 ENDPROC 8900 DEFPROCOFF 8910 VDU23;8202;0;0;0;:ENDPROC 9200 DEFPROCYN 9210 Y%=-1 9220 X%=GET:IF X%=13 AND Y%>=0 THENENDPROC 9230 X%=X%AND&DF:IFX%<>78ANDX%<>89THEN9220 9240 Y%=1:IFX%=78THENY%=0 9250 PRINTCHR$X%;CHR$8;:GOTO9220
� SKETCH/Sketch Program U � Program by David Tee & Jerry Temple-Fry (NETHERHALL SCHOOL) & Richard G Warner & � Version 1.5 - 15th October 1981 0 � For BBC Model A Microcomputer 16K Minimum ( � � �Tr@ 2T �7:� M%=0 � �5,16);"Press the STOP button"'" on your tape recorder":�SPACE < �:� � �T`C d �TITLEPAGE:�INSTRUCTIONS n �5:�SETUP � X=600:Y=512:Z=5 � MX=1220:MY=1020:S=10 � � �! K=�(0):K=K-128:� K<=0 � �dtA �A � K � �TvA,�TvA,�TvA,�D@A,�DTA,�dtA,�dtA,�df@,�dp@,�dz@,�TDA � � X>10 � X=X-S � �TNA � � X<MX � X=X+S � �TNA � � Y>10 � Y=Y-S � �TNA � Y<MY � Y=Y+S �Z,X,Y:�dR@ , � 6 �0,K:Z=5:� �dtA @ � Z=4 � Z=5 � Z=4 J �dtA T � Z=7 � Z=5 � Z=7 �Q �X,Y+10:�6,X,Y-10:�X-10,Y:�6,X+10,Y:�X,Y+10:�6,X,Y-10:�X-10,Y:�6,X+10,Y:�X,Y � � $ �7:� �<>17 � �:�" in line ";�:� � � � �5,9); � �"Do you want to go on to" �& �" the next program (Y/N)? "; � �YN:� Y%=0 � �Dd@ �K �:� M%=0 � �5,5);"Press the PLAY button"'" on your tape recorder" � �"" L ��SETUP V *KEY 0 "|!|A" ` *KEY 1 "|!|B" j *KEY 2 "|!|C" t *KEY 4 "|!|D" ~ *KEY 9 "|!|E" � *FX 4 1 �! �5,19,3,6,0,0,0,19,2,3,0,0,0 � � ��INSTRUCTIONS � �:�''' 4, �" This program is like the popular" >, �" game 'ETCHA SKETCH'. You use the" H' �" four cursor control keys to" R( �" draw pictures on the screen." f+ �'" The RED keys at the top of the" p* �" keyboard control the colour of" z( �" of the line (f0-f2), and the" �$ �" move (f4) and erase (f9)" � �" facilities.":�SPACE � � @ ��DBL(X$,X,Y) J �X-1,Y);�(141);X$ T �X-1,Y+1);�(141);X$ � � ��SPACE 4 �3,22);"Press the SPACE BAR to continue";:�KCL 0 � � �=" " k � l ��TITLEPAGE v0 �:�DBL("Sketch",12,8):�DBL("Drawing",11,11) � �OFF:I%=�(500) � � "` ��KCL "j � �(0)>"" � �Djb "� � "� ��OFF "� �23;8202;0;0;0;:� #� ��YN #� Y%=-1 $ X%=�:� X%=13 � Y%>=0 �� $" X%=X%�&DF:�X%<>78�X%<>89��TDd $ Y%=1:�X%=78�Y%=0 $" �X%;�8;:�TDd �
00000000 0d 00 0a 1c 20 f4 20 53 4b 45 54 43 48 2f 53 6b |.... . SKETCH/Sk| 00000010 65 74 63 68 20 50 72 6f 67 72 61 6d 0d 00 0c 55 |etch Program...U| 00000020 20 f4 20 50 72 6f 67 72 61 6d 20 62 79 20 44 61 | . Program by Da| 00000030 76 69 64 20 54 65 65 20 26 20 4a 65 72 72 79 20 |vid Tee & Jerry | 00000040 54 65 6d 70 6c 65 2d 46 72 79 20 28 4e 45 54 48 |Temple-Fry (NETH| 00000050 45 52 48 41 4c 4c 20 53 43 48 4f 4f 4c 29 20 26 |ERHALL SCHOOL) &| 00000060 20 52 69 63 68 61 72 64 20 47 20 57 61 72 6e 65 | Richard G Warne| 00000070 72 0d 00 0d 26 20 f4 20 56 65 72 73 69 6f 6e 20 |r...& . Version | 00000080 31 2e 35 20 2d 20 31 35 74 68 20 4f 63 74 6f 62 |1.5 - 15th Octob| 00000090 65 72 20 31 39 38 31 0d 00 0e 30 20 f4 20 46 6f |er 1981...0 . Fo| 000000a0 72 20 42 42 43 20 4d 6f 64 65 6c 20 41 20 4d 69 |r BBC Model A Mi| 000000b0 63 72 6f 63 6f 6d 70 75 74 65 72 20 31 36 4b 20 |crocomputer 16K | 000000c0 4d 69 6e 69 6d 75 6d 0d 00 28 0e 20 ee 20 85 20 |Minimum..(. . . | 000000d0 e5 8d 54 72 40 0d 00 32 54 20 eb 37 3a e7 20 4d |..Tr@..2T .7:. M| 000000e0 25 3d 30 20 8c 20 f1 8a 35 2c 31 36 29 3b 22 50 |%=0 . ..5,16);"P| 000000f0 72 65 73 73 20 74 68 65 20 53 54 4f 50 20 62 75 |ress the STOP bu| 00000100 74 74 6f 6e 22 27 22 20 20 20 20 20 6f 6e 20 79 |tton"'" on y| 00000110 6f 75 72 20 74 61 70 65 20 72 65 63 6f 72 64 65 |our tape recorde| 00000120 72 22 3a f2 53 50 41 43 45 0d 00 3c 10 20 db 3a |r":.SPACE..<. .:| 00000130 ee 20 85 20 e5 8d 54 60 43 0d 00 64 1d 20 f2 54 |. . ..T`C..d. .T| 00000140 49 54 4c 45 50 41 47 45 3a f2 49 4e 53 54 52 55 |ITLEPAGE:.INSTRU| 00000150 43 54 49 4f 4e 53 0d 00 6e 0e 20 eb 35 3a f2 53 |CTIONS..n. .5:.S| 00000160 45 54 55 50 0d 00 82 14 20 58 3d 36 30 30 3a 59 |ETUP.... X=600:Y| 00000170 3d 35 31 32 3a 5a 3d 35 0d 00 96 19 20 4d 58 3d |=512:Z=5.... MX=| 00000180 31 32 32 30 3a 4d 59 3d 31 30 32 30 3a 53 3d 31 |1220:MY=1020:S=1| 00000190 30 0d 00 c8 06 20 f5 0d 00 d2 21 20 4b 3d a6 28 |0.... ....! K=.(| 000001a0 30 29 3a 4b 3d 4b 2d 31 32 38 3a e7 20 4b 3c 3d |0):K=K-128:. K<=| 000001b0 30 20 8c 20 8d 64 74 41 0d 00 dc 41 20 ee 20 4b |0 . .dtA...A . K| 000001c0 20 e5 20 8d 54 76 41 2c 8d 54 76 41 2c 8d 54 76 | . .TvA,.TvA,.Tv| 000001d0 41 2c 8d 44 40 41 2c 8d 44 54 41 2c 8d 64 74 41 |A,.D@A,.DTA,.dtA| 000001e0 2c 8d 64 74 41 2c 8d 64 66 40 2c 8d 64 70 40 2c |,.dtA,.df@,.dp@,| 000001f0 8d 64 7a 40 2c 8d 54 44 41 0d 00 e6 13 20 e7 20 |.dz@,.TDA.... . | 00000200 58 3e 31 30 20 8c 20 58 3d 58 2d 53 0d 00 eb 0a |X>10 . X=X-S....| 00000210 20 e5 8d 54 4e 41 0d 00 f0 13 20 e7 20 58 3c 4d | ..TNA.... . X<M| 00000220 58 20 8c 20 58 3d 58 2b 53 0d 00 f5 0a 20 e5 8d |X . X=X+S.... ..| 00000230 54 4e 41 0d 00 fa 13 20 e7 20 59 3e 31 30 20 8c |TNA.... . Y>10 .| 00000240 20 59 3d 59 2d 53 0d 00 ff 0a 20 e5 8d 54 4e 41 | Y=Y-S.... ..TNA| 00000250 0d 01 04 13 20 e7 20 59 3c 4d 59 20 8c 20 59 3d |.... . Y<MY . Y=| 00000260 59 2b 53 0d 01 0e 11 20 f0 5a 2c 58 2c 59 3a e5 |Y+S.... .Z,X,Y:.| 00000270 8d 64 52 40 0d 01 2c 06 20 f4 0d 01 36 14 20 e6 |.dR@..,. ...6. .| 00000280 30 2c 4b 3a 5a 3d 35 3a e5 20 8d 64 74 41 0d 01 |0,K:Z=5:. .dtA..| 00000290 40 16 20 e7 20 5a 3d 34 20 8c 20 5a 3d 35 20 8b |@. . Z=4 . Z=5 .| 000002a0 20 5a 3d 34 0d 01 4a 0a 20 e5 8d 64 74 41 0d 01 | Z=4..J. ..dtA..| 000002b0 54 16 20 e7 20 5a 3d 37 20 8c 20 5a 3d 35 20 8b |T. . Z=7 . Z=5 .| 000002c0 20 5a 3d 37 0d 01 f4 51 20 ec 58 2c 59 2b 31 30 | Z=7...Q .X,Y+10| 000002d0 3a f0 36 2c 58 2c 59 2d 31 30 3a ec 58 2d 31 30 |:.6,X,Y-10:.X-10| 000002e0 2c 59 3a f0 36 2c 58 2b 31 30 2c 59 3a ec 58 2c |,Y:.6,X+10,Y:.X,| 000002f0 59 2b 31 30 3a f0 36 2c 58 2c 59 2d 31 30 3a ec |Y+10:.6,X,Y-10:.| 00000300 58 2d 31 30 2c 59 3a f0 36 2c 58 2b 31 30 2c 59 |X-10,Y:.6,X+10,Y| 00000310 3a ec 58 2c 59 0d 02 12 08 20 fd 20 a3 0d 03 20 |:.X,Y.... . ... | 00000320 24 20 eb 37 3a e7 20 9f 3c 3e 31 37 20 8c 20 f6 |$ .7:. .<>17 . .| 00000330 3a f1 22 20 69 6e 20 6c 69 6e 65 20 22 3b 9e 3a |:." in line ";.:| 00000340 e0 0d 03 84 08 20 db 20 20 0d 03 8e 0c 20 f1 8a |..... . .... ..| 00000350 35 2c 39 29 3b 0d 03 98 1f 20 f1 22 44 6f 20 79 |5,9);.... ."Do y| 00000360 6f 75 20 77 61 6e 74 20 74 6f 20 67 6f 20 6f 6e |ou want to go on| 00000370 20 74 6f 22 0d 03 a2 26 20 f1 22 20 20 20 20 20 | to"...& ." | 00000380 74 68 65 20 6e 65 78 74 20 70 72 6f 67 72 61 6d |the next program| 00000390 20 28 59 2f 4e 29 3f 20 22 3b 0d 03 ac 16 20 f2 | (Y/N)? ";.... .| 000003a0 59 4e 3a e7 20 59 25 3d 30 20 8c 20 8d 44 64 40 |YN:. Y%=0 . .Dd@| 000003b0 0d 03 ca 4b 20 db 3a e7 20 4d 25 3d 30 20 8c 20 |...K .:. M%=0 . | 000003c0 f1 8a 35 2c 35 29 3b 22 50 72 65 73 73 20 74 68 |..5,5);"Press th| 000003d0 65 20 50 4c 41 59 20 62 75 74 74 6f 6e 22 27 22 |e PLAY button"'"| 000003e0 20 20 20 20 20 6f 6e 20 79 6f 75 72 20 74 61 70 | on your tap| 000003f0 65 20 72 65 63 6f 72 64 65 72 22 0d 03 de 08 20 |e recorder".... | 00000400 d7 22 22 0d 04 4c 0c 20 dd f2 53 45 54 55 50 0d |.""..L. ..SETUP.| 00000410 04 56 12 20 2a 4b 45 59 20 30 20 22 7c 21 7c 41 |.V. *KEY 0 "|!|A| 00000420 22 0d 04 60 12 20 2a 4b 45 59 20 31 20 22 7c 21 |"..`. *KEY 1 "|!| 00000430 7c 42 22 0d 04 6a 12 20 2a 4b 45 59 20 32 20 22 ||B"..j. *KEY 2 "| 00000440 7c 21 7c 43 22 0d 04 74 12 20 2a 4b 45 59 20 34 ||!|C"..t. *KEY 4| 00000450 20 22 7c 21 7c 44 22 0d 04 7e 12 20 2a 4b 45 59 | "|!|D"..~. *KEY| 00000460 20 39 20 22 7c 21 7c 45 22 0d 04 88 0c 20 2a 46 | 9 "|!|E".... *F| 00000470 58 20 34 20 31 0d 04 b0 21 20 ef 35 2c 31 39 2c |X 4 1...! .5,19,| 00000480 33 2c 36 2c 30 2c 30 2c 30 2c 31 39 2c 32 2c 33 |3,6,0,0,0,19,2,3| 00000490 2c 30 2c 30 2c 30 0d 05 13 06 20 e1 0d 07 d0 13 |,0,0,0.... .....| 000004a0 20 dd f2 49 4e 53 54 52 55 43 54 49 4f 4e 53 0d | ..INSTRUCTIONS.| 000004b0 07 e4 0b 20 db 3a f1 27 27 27 0d 08 34 2c 20 f1 |... .:.'''..4, .| 000004c0 22 20 20 20 20 54 68 69 73 20 70 72 6f 67 72 61 |" This progra| 000004d0 6d 20 69 73 20 6c 69 6b 65 20 74 68 65 20 70 6f |m is like the po| 000004e0 70 75 6c 61 72 22 0d 08 3e 2c 20 f1 22 20 20 20 |pular"..>, ." | 000004f0 20 67 61 6d 65 20 27 45 54 43 48 41 20 53 4b 45 | game 'ETCHA SKE| 00000500 54 43 48 27 2e 20 59 6f 75 20 75 73 65 20 74 68 |TCH'. You use th| 00000510 65 22 0d 08 48 27 20 f1 22 20 20 20 20 66 6f 75 |e"..H' ." fou| 00000520 72 20 63 75 72 73 6f 72 20 63 6f 6e 74 72 6f 6c |r cursor control| 00000530 20 6b 65 79 73 20 74 6f 22 0d 08 52 28 20 f1 22 | keys to"..R( ."| 00000540 20 20 20 20 64 72 61 77 20 70 69 63 74 75 72 65 | draw picture| 00000550 73 20 6f 6e 20 74 68 65 20 73 63 72 65 65 6e 2e |s on the screen.| 00000560 22 0d 08 66 2b 20 f1 27 22 20 20 20 20 54 68 65 |"..f+ .'" The| 00000570 20 52 45 44 20 6b 65 79 73 20 61 74 20 74 68 65 | RED keys at the| 00000580 20 74 6f 70 20 6f 66 20 74 68 65 22 0d 08 70 2a | top of the"..p*| 00000590 20 f1 22 20 20 20 20 6b 65 79 62 6f 61 72 64 20 | ." keyboard | 000005a0 63 6f 6e 74 72 6f 6c 20 74 68 65 20 63 6f 6c 6f |control the colo| 000005b0 75 72 20 6f 66 22 0d 08 7a 28 20 f1 22 20 20 20 |ur of"..z( ." | 000005c0 20 6f 66 20 74 68 65 20 6c 69 6e 65 20 28 66 30 | of the line (f0| 000005d0 2d 66 32 29 2c 20 61 6e 64 20 74 68 65 22 0d 08 |-f2), and the"..| 000005e0 84 24 20 f1 22 20 20 20 20 6d 6f 76 65 20 28 66 |.$ ." move (f| 000005f0 34 29 20 61 6e 64 20 65 72 61 73 65 20 28 66 39 |4) and erase (f9| 00000600 29 22 0d 08 8e 1e 20 f1 22 20 20 20 20 66 61 63 |)".... ." fac| 00000610 69 6c 69 74 69 65 73 2e 22 3a f2 53 50 41 43 45 |ilities.":.SPACE| 00000620 0d 08 97 06 20 e1 0d 1f 40 12 20 dd f2 44 42 4c |.... ...@. ..DBL| 00000630 28 58 24 2c 58 2c 59 29 0d 1f 4a 17 20 f1 8a 58 |(X$,X,Y)..J. ..X| 00000640 2d 31 2c 59 29 3b bd 28 31 34 31 29 3b 58 24 0d |-1,Y);.(141);X$.| 00000650 1f 54 19 20 f1 8a 58 2d 31 2c 59 2b 31 29 3b bd |.T. ..X-1,Y+1);.| 00000660 28 31 34 31 29 3b 58 24 0d 1f a3 06 20 e1 0d 20 |(141);X$.... .. | 00000670 08 0c 20 dd f2 53 50 41 43 45 0d 20 1c 34 20 f1 |.. ..SPACE. .4 .| 00000680 8a 33 2c 32 32 29 3b 22 50 72 65 73 73 20 74 68 |.3,22);"Press th| 00000690 65 20 53 50 41 43 45 20 42 41 52 20 74 6f 20 63 |e SPACE BAR to c| 000006a0 6f 6e 74 69 6e 75 65 22 3b 3a f2 4b 43 4c 0d 20 |ontinue";:.KCL. | 000006b0 30 0e 20 f5 20 fd 20 be 3d 22 20 22 0d 20 6b 06 |0. . . .=" ". k.| 000006c0 20 e1 0d 20 6c 10 20 dd f2 54 49 54 4c 45 50 41 | .. l. ..TITLEPA| 000006d0 47 45 0d 20 76 30 20 db 3a f2 44 42 4c 28 22 53 |GE. v0 .:.DBL("S| 000006e0 6b 65 74 63 68 22 2c 31 32 2c 38 29 3a f2 44 42 |ketch",12,8):.DB| 000006f0 4c 28 22 44 72 61 77 69 6e 67 22 2c 31 31 2c 31 |L("Drawing",11,1| 00000700 31 29 0d 20 80 13 20 f2 4f 46 46 3a 49 25 3d a6 |1). .. .OFF:I%=.| 00000710 28 35 30 30 29 0d 20 cf 06 20 e1 0d 22 60 0a 20 |(500). .. .."`. | 00000720 dd f2 4b 43 4c 0d 22 6a 15 20 e7 20 bf 28 30 29 |..KCL."j. . .(0)| 00000730 3e 22 22 20 8c 20 8d 44 6a 62 0d 22 c3 06 20 e1 |>"" . .Djb.".. .| 00000740 0d 22 c4 0a 20 dd f2 4f 46 46 0d 22 ce 16 20 ef |.".. ..OFF.".. .| 00000750 32 33 3b 38 32 30 32 3b 30 3b 30 3b 30 3b 3a e1 |23;8202;0;0;0;:.| 00000760 0d 23 f0 09 20 dd f2 59 4e 0d 23 fa 0a 20 59 25 |.#.. ..YN.#.. Y%| 00000770 3d 2d 31 0d 24 04 1c 20 58 25 3d a5 3a e7 20 58 |=-1.$.. X%=.:. X| 00000780 25 3d 31 33 20 80 20 59 25 3e 3d 30 20 8c e1 0d |%=13 . Y%>=0 ...| 00000790 24 0e 22 20 58 25 3d 58 25 80 26 44 46 3a e7 58 |$." X%=X%.&DF:.X| 000007a0 25 3c 3e 37 38 80 58 25 3c 3e 38 39 8c 8d 54 44 |%<>78.X%<>89..TD| 000007b0 64 0d 24 18 15 20 59 25 3d 31 3a e7 58 25 3d 37 |d.$.. Y%=1:.X%=7| 000007c0 38 8c 59 25 3d 30 0d 24 22 13 20 f1 bd 58 25 3b |8.Y%=0.$". ..X%;| 000007d0 bd 38 3b 3a e5 8d 54 44 64 0d ff 00 00 |.8;:..TDd....| 000007dd