Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_10.ADF » LETTS1
LETTS1
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_User_Group » EUG_10.ADF |
Filename: | LETTS1 |
Read OK: | ✔ |
File size: | 1505 bytes |
Load address: | FFFF1D00 |
Exec address: | FFFF8023 |
File contents
10REM $.LETTS1 20 MODE3:VDU23,1,0;0;0;0;:VDU14:PRINT''"PRESS <SHIFT> TO SCROLL"'' 30PRINT"PLUS-1 CONVERSION" 40PRINT"*****************" 50PRINT"I recently bought a second Elk+1 for my son and the February Issue of EUG" 60PRINT"came with it and I thought it was time to drop you a line." 70PRINT 80PRINT"My system is an Elk+1 with Slogger Master RAM Board, PRES PLUS-2, PLUS-6," 90PRINT"PLUS-3/4, and at the moment I building Jafa's Systems Mode 7 adaptor. In" 100PRINT"ROM I have Slogger's T2P4 and Pineapple Software's PCB and Diagram 2. The" 110PRINT"Pineapple ROMs are for the Beeb, but both work well with the Elk with just" 120PRINT"a few differences in the keys used. PCB works in normal (a bit on the slow" 130PRINT"side) and turbo modes, while Diagram 2 is very limited in normal and turbo" 140PRINT"modes, but okay in 64k." 150PRINT 160PRINT"I have modified my PLUS-1 by fitting a 25-way D-type connector in the top" 170PRINT"half of the box, above the printer socket. By fitting a short length of" 180PRINT"ribbon cable with an IDC connector to it and plugging this into the" 190PRINT"printer socket, a standard IBM PC type printer cable can be used to" 200PRINT"connect direct to any IBM PC compatible printer. I have sent instructions" 210PRINT"on how to make this modification in case anyone else would like to try it." 220PRINT"I think it is much neater and more convenient than the Beeb type cables." 230PRINT 240PRINT"(1) Connect approx 3 inches of 26-way ribbon cable to a 26-way IDC" 250 PRINT"connector. Pin 1 is marked by an inverted ""V"" (SEE Fig.1)." 260PRINT 270PRINT"(2) Fit the 25-way D-type connector in the top half of the PLUS-1's case" 280PRINT"having cut a suitable hole." 290PRINT 300PRINT"(3) Solder the ribbon cable to the D-type connector as in the following" 310PRINT"table:-" 320PRINT 330PRINT"ELECTRON IBM STYLE PLUG" 340PRINT 350PRINT" PIN PIN" 360PRINT" 1 --------------------------------- 1 " 370PRINT" 2 --------------------------------- 19" 380PRINT" 3 --------------------------------- 2 " 390PRINT" 4 --------------------------------- 19" 400PRINT" 5 --------------------------------- 3 " 410PRINT" 6 --------------------------------- 20" 420PRINT" 7 --------------------------------- 4 " 430PRINT" 8 --------------------------------- 20" 440PRINT" 9 --------------------------------- 5 " 450PRINT" 10 --------------------------------- 21" 460PRINT" 11 --------------------------------- 6 " 470PRINT" 12 --------------------------------- 21" 480PRINT" 13 --------------------------------- 7 " 490PRINT" 14 --------------------------------- 22" 500PRINT" 15 --------------------------------- 8 " 510PRINT" 16 --------------------------------- 22" 520PRINT" 17 --------------------------------- 9 " 530PRINT" 18 --------------------------------- 23" 540PRINT" 19 --------------------------------- 10" 550PRINT" 20------------------:" 560PRINT" 21 :" 570PRINT" 22 :" 580PRINT" 23 :--- NOT CONNECTED " 590PRINT" 24 :" 600PRINT" 25 :" 610PRINT" 26------------------:" 620PRINT 630PRINT 640 PRINT"(4) Connect the IDC connector to the printer port and reassemble the" 650PRINT"PLUS-1 case" 660 PRINT''"G. Peake, British Aerospace, Saudi Arabia." 670 PRINT"******************************************" 680 VDU3 690PRINT''"PLEASE PRESS <SPACE> TO VIEW DIAGRAMS" 700REPEAT:UNTIL GET$=" " 710MODE4:VDU23,1,0;0;0;0;:GCOL0,129:CLG:GCOL0,0:COLOUR129:COLOUR0:PROCdouble("Fig. 1",16,1):PRINTTAB(8,6)"1 13"TAB(7,9)"14 25" 720 B=800:FORA=400TO600STEP16:PLOT69,A,B:PLOT69,A,B-4:NEXT:B=775:FORA=408TO590STEP16:PLOT69,A,B:PLOT69,A,B-4:NEXT 730 B=600:FORA=400TO600STEP16:PLOT69,A,B:PLOT69,A,B-4:NEXT:B=575: FOR A=400TO600STEP16:PLOT69,A,B:PLOT69,A,B-4:NEXT 740 PROCdiag 750PRINTTAB(16,20)"REAR VIEW"TAB(16,21)"_________"TAB(1,25)"PLEASE PRESS <SPACE> FOR NEXT DIAGRAM":REPEAT:UNTIL GET$=" " 760 CLS:PROCdouble("Fig. 2",16,1):PROCdiag2:PRINTTAB(15,11)"Ribbon cable from"TAB(15,12)"Electron printer plug"TAB(15,13)"to IBM style plug":PRINTTAB(16,23)"SIDE VIEW"TAB(16,24)"_________"TAB(10,28)"PLEASE PRESS <SPACE>" 770REPEAT:UNTIL GET$=" " 780CLS:PRINT''''"Please press:-"'''"<M> for menu"''"<P> to print text"''"<F> for next file" 790 REPEAT:A$=GET$:UNTIL A$="M" OR A$="P" OR A$="F" 800 IF A$="M" THEN CHAIN"$.MENU" 810 IF A$="F" THEN CHAIN"$.LETTS2" 820 MODE3:VDU15:VDU2 830 GOTO30 840 END 850 DEF PROCdouble(A$,K,L) 860 LOCAL N 870 A%=135 880 A%=&A:X%=0:Y%=&A 890 D=&A00 900 FOR N=1 TO LEN(A$) 910 B$=MID$(A$,N,1) 920 ?D=ASC(B$) 930 CALL (&FFF1) 940 VDU23,240,D?1,D?1,D?2,D?2,D?3,D?3,D?4,D?4 950 VDU23,241,D?5,D?5,D?6,D?6,D?7,D?7,D?8,D?8 960 PRINTTAB(K+N,L);CHR$240;TAB(K+N,L+1);CHR$241 970 NEXT N 980 ENDPROC 990 DEF PROCdiag 1000 MOVE376,816 1010 DRAW616,816 1020 DRAW596,756 1030 MOVE376,816 1040 DRAW396,756 1050 DRAW596,756 1060 MOVE360,832 1070 DRAW632,832 1080 DRAW632,744 1090 DRAW360,744 1100 DRAW360,828 1110 DRAW360,832 1120 MOVE360,612 1130 DRAW632,612 1140 DRAW632,556 1150 DRAW360,556 1160 DRAW360,612 1170 DRAW360,612 1180 MOVE40,592 1190 DRAW360,592 1200 MOVE632,592 1210 DRAW920,592 1220 DRAW920,832 1230 DRAW908,844 1240 DRAW40,844 1250 MOVE40,576 1260 DRAW360,576 1270 MOVE632,576 1280 DRAW920,576 1290 DRAW920,592 1300 DRAW920,500 1310 DRAW904,484 1320 DRAW40,484 1330 MOVE580,616 1340 DRAW592,652 1350 DRAW604,616 1360 MOVE296,816 1370 DRAW396,800 1380 MOVE692,816 1390 DRAW596,804 1400 MOVE692,720 1410 DRAW588,764 1420 MOVE296,720 1430 DRAW404,764 1440 ENDPROC 1450DEF PROCdiag2 1460MOVE1024,804 1470DRAW296,804 1480DRAW276,792 1490DRAW272,780 1500DRAW272,768 1510DRAW236,768 1520DRAW236,692 1530DRAW272,692 1540DRAW272,512 1550DRAW236,512 1560DRAW236,440 1570DRAW272,440 1580DRAW272,364 1590DRAW280,352 1600DRAW292,348 1610DRAW1024,348 1620MOVE272,776 1630DRAW272,408 1640MOVE244,440 1650DRAW244,404 1660DRAW224,396 1670DRAW196,520 1680DRAW304,520 1690DRAW344,576 1700DRAW344,700 1710DRAW272,756 1720DRAW272,744 1730DRAW336,696 1740DRAW336,580 1750DRAW300,528 1760DRAW184,528 1770DRAW216,384 1780DRAW256,400 1790DRAW256,440 1800MOVE384,652 1810DRAW368,636 1820DRAW460,636 1830DRAW368,636 1840DRAW384,620 1850ENDPROC
� $.LETTS1 9 �3:�23,1,0;0;0;0;:�14:�''"PRESS <SHIFT> TO SCROLL"'' �"PLUS-1 CONVERSION" (�"*****************" 2P�"I recently bought a second Elk+1 for my son and the February Issue of EUG" <A�"came with it and I thought it was time to drop you a line." F� PP�"My system is an Elk+1 with Slogger Master RAM Board, PRES PLUS-2, PLUS-6," ZO�"PLUS-3/4, and at the moment I building Jafa's Systems Mode 7 adaptor. In" dP�"ROM I have Slogger's T2P4 and Pineapple Software's PCB and Diagram 2. The" nQ�"Pineapple ROMs are for the Beeb, but both work well with the Elk with just" xQ�"a few differences in the keys used. PCB works in normal (a bit on the slow" �Q�"side) and turbo modes, while Diagram 2 is very limited in normal and turbo" ��"modes, but okay in 64k." �� �P�"I have modified my PLUS-1 by fitting a 25-way D-type connector in the top" �N�"half of the box, above the printer socket. By fitting a short length of" �J�"ribbon cable with an IDC connector to it and plugging this into the" �J�"printer socket, a standard IBM PC type printer cable can be used to" �P�"connect direct to any IBM PC compatible printer. I have sent instructions" �Q�"on how to make this modification in case anyone else would like to try it." �O�"I think it is much neater and more convenient than the Beeb type cables." �� �I�"(1) Connect approx 3 inches of 26-way ribbon cable to a 26-way IDC" �E �"connector. Pin 1 is marked by an inverted ""V"" (SEE Fig.1)." � O�"(2) Fit the 25-way D-type connector in the top half of the PLUS-1's case" "�"having cut a suitable hole." "� ,N�"(3) Solder the ribbon cable to the D-type connector as in the following" 6�"table:-" @� J6�"ELECTRON IBM STYLE PLUG" T� ^0�" PIN PIN" h0�" 1 --------------------------------- 1 " r0�" 2 --------------------------------- 19" |0�" 3 --------------------------------- 2 " �0�" 4 --------------------------------- 19" �0�" 5 --------------------------------- 3 " �0�" 6 --------------------------------- 20" �0�" 7 --------------------------------- 4 " �0�" 8 --------------------------------- 20" �0�" 9 --------------------------------- 5 " �0�" 10 --------------------------------- 21" �0�" 11 --------------------------------- 6 " �0�" 12 --------------------------------- 21" �0�" 13 --------------------------------- 7 " �0�" 14 --------------------------------- 22" �0�" 15 --------------------------------- 8 " �0�" 16 --------------------------------- 22" 0�" 17 --------------------------------- 9 " 0�" 18 --------------------------------- 23" 0�" 19 --------------------------------- 10" &�" 20------------------:" 0�" 21 :" :�" 22 :" D0�" 23 :--- NOT CONNECTED " N�" 24 :" X�" 25 :" b�" 26------------------:" l� v� �L �"(4) Connect the IDC connector to the printer port and reassemble the" ��"PLUS-1 case" �4 �''"G. Peake, British Aerospace, Saudi Arabia." �2 �"******************************************" � �3 �.�''"PLEASE PRESS <SPACE> TO VIEW DIAGRAMS" � �:� �=" " �s�4:�23,1,0;0;0;0;:�0,129:�:�0,0:�129:�0:�double("Fig. 1",16,1):�8,6)"1 13"�7,9)"14 25" �U B=800:�A=400�600�16:�69,A,B:�69,A,B-4:�:B=775:�A=408�590�16:�69,A,B:�69,A,B-4:� �X B=600:�A=400�600�16:�69,A,B:�69,A,B-4:�:B=575: � A=400�600�16:�69,A,B:�69,A,B-4:� � �diag �`�16,20)"REAR VIEW"�16,21)"_________"�1,25)"PLEASE PRESS <SPACE> FOR NEXT DIAGRAM":�:� �=" " �� �:�double("Fig. 2",16,1):�diag2:�15,11)"Ribbon cable from"�15,12)"Electron printer plug"�15,13)"to IBM style plug":�16,23)"SIDE VIEW"�16,24)"_________"�10,28)"PLEASE PRESS <SPACE>" �:� �=" " V�:�''''"Please press:-"'''"<M> for menu"''"<P> to print text"''"<F> for next file" & �:A$=�:� A$="M" � A$="P" � A$="F" � A$="M" � �"$.MENU" * � A$="F" � �"$.LETTS2" 4 �3:�15:�2 > �T^@ H � R � �double(A$,K,L) \ � N f A%=135 p A%=&A:X%=0:Y%=&A z D=&A00 � � N=1 � �(A$) � B$=�A$,N,1) � ?D=�(B$) � � (&FFF1) �- �23,240,D?1,D?1,D?2,D?2,D?3,D?3,D?4,D?4 �- �23,241,D?5,D?5,D?6,D?6,D?7,D?7,D?8,D?8 �" �K+N,L);�240;�K+N,L+1);�241 � � N � � � � �diag � �376,816 � �616,816 � �596,756 �376,816 �396,756 �596,756 $ �360,832 . �632,832 8 �632,744 B �360,744 L �360,828 V �360,832 ` �360,612 j �632,612 t �632,556 ~ �360,556 � �360,612 � �360,612 � �40,592 � �360,592 � �632,592 � �920,592 � �920,832 � �908,844 � �40,844 � �40,576 � �360,576 � �632,576 �920,576 �920,592 �920,500 �904,484 ( �40,484 2 �580,616 < �592,652 F �604,616 P �296,816 Z �396,800 d �692,816 n �596,804 x �692,720 � �588,764 � �296,720 � �404,764 � � �� �diag2 � �1024,804 ��296,804 ��276,792 ��272,780 ��272,768 ��236,768 ��236,692 ��272,692 �272,512 �236,512 �236,440 "�272,440 ,�272,364 6�280,352 @�292,348 J �1024,348 T�272,776 ^�272,408 h�244,440 r�244,404 |�224,396 ��196,520 ��304,520 ��344,576 ��344,700 ��272,756 ��272,744 ��336,696 ��336,580 ��300,528 ��184,528 ��216,384 ��256,400 ��256,440 �384,652 �368,636 �460,636 &�368,636 0�384,620 :� �
00000000 0d 00 0a 0e f4 20 24 2e 4c 45 54 54 53 31 0d 00 |..... $.LETTS1..| 00000010 14 39 20 eb 33 3a ef 32 33 2c 31 2c 30 3b 30 3b |.9 .3:.23,1,0;0;| 00000020 30 3b 30 3b 3a ef 31 34 3a f1 27 27 22 50 52 45 |0;0;:.14:.''"PRE| 00000030 53 53 20 3c 53 48 49 46 54 3e 20 54 4f 20 53 43 |SS <SHIFT> TO SC| 00000040 52 4f 4c 4c 22 27 27 0d 00 1e 18 f1 22 50 4c 55 |ROLL"''....."PLU| 00000050 53 2d 31 20 43 4f 4e 56 45 52 53 49 4f 4e 22 0d |S-1 CONVERSION".| 00000060 00 28 18 f1 22 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |.(.."***********| 00000070 2a 2a 2a 2a 2a 2a 22 0d 00 32 50 f1 22 49 20 72 |******"..2P."I r| 00000080 65 63 65 6e 74 6c 79 20 62 6f 75 67 68 74 20 61 |ecently bought a| 00000090 20 73 65 63 6f 6e 64 20 45 6c 6b 2b 31 20 66 6f | second Elk+1 fo| 000000a0 72 20 6d 79 20 73 6f 6e 20 61 6e 64 20 74 68 65 |r my son and the| 000000b0 20 46 65 62 72 75 61 72 79 20 49 73 73 75 65 20 | February Issue | 000000c0 6f 66 20 45 55 47 22 0d 00 3c 41 f1 22 63 61 6d |of EUG"..<A."cam| 000000d0 65 20 77 69 74 68 20 69 74 20 61 6e 64 20 49 20 |e with it and I | 000000e0 74 68 6f 75 67 68 74 20 69 74 20 77 61 73 20 74 |thought it was t| 000000f0 69 6d 65 20 74 6f 20 64 72 6f 70 20 79 6f 75 20 |ime to drop you | 00000100 61 20 6c 69 6e 65 2e 22 0d 00 46 05 f1 0d 00 50 |a line."..F....P| 00000110 50 f1 22 4d 79 20 73 79 73 74 65 6d 20 69 73 20 |P."My system is | 00000120 61 6e 20 45 6c 6b 2b 31 20 77 69 74 68 20 53 6c |an Elk+1 with Sl| 00000130 6f 67 67 65 72 20 4d 61 73 74 65 72 20 52 41 4d |ogger Master RAM| 00000140 20 42 6f 61 72 64 2c 20 50 52 45 53 20 50 4c 55 | Board, PRES PLU| 00000150 53 2d 32 2c 20 50 4c 55 53 2d 36 2c 22 0d 00 5a |S-2, PLUS-6,"..Z| 00000160 4f f1 22 50 4c 55 53 2d 33 2f 34 2c 20 61 6e 64 |O."PLUS-3/4, and| 00000170 20 61 74 20 74 68 65 20 6d 6f 6d 65 6e 74 20 49 | at the moment I| 00000180 20 62 75 69 6c 64 69 6e 67 20 4a 61 66 61 27 73 | building Jafa's| 00000190 20 53 79 73 74 65 6d 73 20 4d 6f 64 65 20 37 20 | Systems Mode 7 | 000001a0 61 64 61 70 74 6f 72 2e 20 49 6e 22 0d 00 64 50 |adaptor. In"..dP| 000001b0 f1 22 52 4f 4d 20 49 20 68 61 76 65 20 53 6c 6f |."ROM I have Slo| 000001c0 67 67 65 72 27 73 20 54 32 50 34 20 61 6e 64 20 |gger's T2P4 and | 000001d0 50 69 6e 65 61 70 70 6c 65 20 53 6f 66 74 77 61 |Pineapple Softwa| 000001e0 72 65 27 73 20 50 43 42 20 61 6e 64 20 44 69 61 |re's PCB and Dia| 000001f0 67 72 61 6d 20 32 2e 20 54 68 65 22 0d 00 6e 51 |gram 2. The"..nQ| 00000200 f1 22 50 69 6e 65 61 70 70 6c 65 20 52 4f 4d 73 |."Pineapple ROMs| 00000210 20 61 72 65 20 66 6f 72 20 74 68 65 20 42 65 65 | are for the Bee| 00000220 62 2c 20 62 75 74 20 62 6f 74 68 20 77 6f 72 6b |b, but both work| 00000230 20 77 65 6c 6c 20 77 69 74 68 20 74 68 65 20 45 | well with the E| 00000240 6c 6b 20 77 69 74 68 20 6a 75 73 74 22 0d 00 78 |lk with just"..x| 00000250 51 f1 22 61 20 66 65 77 20 64 69 66 66 65 72 65 |Q."a few differe| 00000260 6e 63 65 73 20 69 6e 20 74 68 65 20 6b 65 79 73 |nces in the keys| 00000270 20 75 73 65 64 2e 20 50 43 42 20 77 6f 72 6b 73 | used. PCB works| 00000280 20 69 6e 20 6e 6f 72 6d 61 6c 20 28 61 20 62 69 | in normal (a bi| 00000290 74 20 6f 6e 20 74 68 65 20 73 6c 6f 77 22 0d 00 |t on the slow"..| 000002a0 82 51 f1 22 73 69 64 65 29 20 61 6e 64 20 74 75 |.Q."side) and tu| 000002b0 72 62 6f 20 6d 6f 64 65 73 2c 20 77 68 69 6c 65 |rbo modes, while| 000002c0 20 44 69 61 67 72 61 6d 20 32 20 69 73 20 76 65 | Diagram 2 is ve| 000002d0 72 79 20 6c 69 6d 69 74 65 64 20 69 6e 20 6e 6f |ry limited in no| 000002e0 72 6d 61 6c 20 61 6e 64 20 74 75 72 62 6f 22 0d |rmal and turbo".| 000002f0 00 8c 1e f1 22 6d 6f 64 65 73 2c 20 62 75 74 20 |...."modes, but | 00000300 6f 6b 61 79 20 69 6e 20 36 34 6b 2e 22 0d 00 96 |okay in 64k."...| 00000310 05 f1 0d 00 a0 50 f1 22 49 20 68 61 76 65 20 6d |.....P."I have m| 00000320 6f 64 69 66 69 65 64 20 6d 79 20 50 4c 55 53 2d |odified my PLUS-| 00000330 31 20 62 79 20 66 69 74 74 69 6e 67 20 61 20 32 |1 by fitting a 2| 00000340 35 2d 77 61 79 20 44 2d 74 79 70 65 20 63 6f 6e |5-way D-type con| 00000350 6e 65 63 74 6f 72 20 69 6e 20 74 68 65 20 74 6f |nector in the to| 00000360 70 22 0d 00 aa 4e f1 22 68 61 6c 66 20 6f 66 20 |p"...N."half of | 00000370 74 68 65 20 62 6f 78 2c 20 61 62 6f 76 65 20 74 |the box, above t| 00000380 68 65 20 70 72 69 6e 74 65 72 20 73 6f 63 6b 65 |he printer socke| 00000390 74 2e 20 42 79 20 66 69 74 74 69 6e 67 20 61 20 |t. By fitting a | 000003a0 73 68 6f 72 74 20 6c 65 6e 67 74 68 20 6f 66 22 |short length of"| 000003b0 0d 00 b4 4a f1 22 72 69 62 62 6f 6e 20 63 61 62 |...J."ribbon cab| 000003c0 6c 65 20 77 69 74 68 20 61 6e 20 49 44 43 20 63 |le with an IDC c| 000003d0 6f 6e 6e 65 63 74 6f 72 20 74 6f 20 69 74 20 61 |onnector to it a| 000003e0 6e 64 20 70 6c 75 67 67 69 6e 67 20 74 68 69 73 |nd plugging this| 000003f0 20 69 6e 74 6f 20 74 68 65 22 0d 00 be 4a f1 22 | into the"...J."| 00000400 70 72 69 6e 74 65 72 20 73 6f 63 6b 65 74 2c 20 |printer socket, | 00000410 61 20 73 74 61 6e 64 61 72 64 20 49 42 4d 20 50 |a standard IBM P| 00000420 43 20 74 79 70 65 20 70 72 69 6e 74 65 72 20 63 |C type printer c| 00000430 61 62 6c 65 20 63 61 6e 20 62 65 20 75 73 65 64 |able can be used| 00000440 20 74 6f 22 0d 00 c8 50 f1 22 63 6f 6e 6e 65 63 | to"...P."connec| 00000450 74 20 64 69 72 65 63 74 20 74 6f 20 61 6e 79 20 |t direct to any | 00000460 49 42 4d 20 50 43 20 63 6f 6d 70 61 74 69 62 6c |IBM PC compatibl| 00000470 65 20 70 72 69 6e 74 65 72 2e 20 49 20 68 61 76 |e printer. I hav| 00000480 65 20 73 65 6e 74 20 69 6e 73 74 72 75 63 74 69 |e sent instructi| 00000490 6f 6e 73 22 0d 00 d2 51 f1 22 6f 6e 20 68 6f 77 |ons"...Q."on how| 000004a0 20 74 6f 20 6d 61 6b 65 20 74 68 69 73 20 6d 6f | to make this mo| 000004b0 64 69 66 69 63 61 74 69 6f 6e 20 69 6e 20 63 61 |dification in ca| 000004c0 73 65 20 61 6e 79 6f 6e 65 20 65 6c 73 65 20 77 |se anyone else w| 000004d0 6f 75 6c 64 20 6c 69 6b 65 20 74 6f 20 74 72 79 |ould like to try| 000004e0 20 69 74 2e 22 0d 00 dc 4f f1 22 49 20 74 68 69 | it."...O."I thi| 000004f0 6e 6b 20 69 74 20 69 73 20 6d 75 63 68 20 6e 65 |nk it is much ne| 00000500 61 74 65 72 20 61 6e 64 20 6d 6f 72 65 20 63 6f |ater and more co| 00000510 6e 76 65 6e 69 65 6e 74 20 74 68 61 6e 20 74 68 |nvenient than th| 00000520 65 20 42 65 65 62 20 74 79 70 65 20 63 61 62 6c |e Beeb type cabl| 00000530 65 73 2e 22 0d 00 e6 05 f1 0d 00 f0 49 f1 22 28 |es."........I."(| 00000540 31 29 20 43 6f 6e 6e 65 63 74 20 61 70 70 72 6f |1) Connect appro| 00000550 78 20 33 20 69 6e 63 68 65 73 20 6f 66 20 32 36 |x 3 inches of 26| 00000560 2d 77 61 79 20 72 69 62 62 6f 6e 20 63 61 62 6c |-way ribbon cabl| 00000570 65 20 74 6f 20 61 20 32 36 2d 77 61 79 20 49 44 |e to a 26-way ID| 00000580 43 22 0d 00 fa 45 20 20 f1 22 63 6f 6e 6e 65 63 |C"...E ."connec| 00000590 74 6f 72 2e 20 50 69 6e 20 31 20 69 73 20 6d 61 |tor. Pin 1 is ma| 000005a0 72 6b 65 64 20 62 79 20 61 6e 20 69 6e 76 65 72 |rked by an inver| 000005b0 74 65 64 20 22 22 56 22 22 20 28 53 45 45 20 46 |ted ""V"" (SEE F| 000005c0 69 67 2e 31 29 2e 22 0d 01 04 05 f1 0d 01 0e 4f |ig.1)."........O| 000005d0 f1 22 28 32 29 20 46 69 74 20 74 68 65 20 32 35 |."(2) Fit the 25| 000005e0 2d 77 61 79 20 44 2d 74 79 70 65 20 63 6f 6e 6e |-way D-type conn| 000005f0 65 63 74 6f 72 20 69 6e 20 74 68 65 20 74 6f 70 |ector in the top| 00000600 20 68 61 6c 66 20 6f 66 20 74 68 65 20 50 4c 55 | half of the PLU| 00000610 53 2d 31 27 73 20 63 61 73 65 22 0d 01 18 22 f1 |S-1's case"...".| 00000620 22 68 61 76 69 6e 67 20 63 75 74 20 61 20 73 75 |"having cut a su| 00000630 69 74 61 62 6c 65 20 68 6f 6c 65 2e 22 0d 01 22 |itable hole.".."| 00000640 05 f1 0d 01 2c 4e f1 22 28 33 29 20 53 6f 6c 64 |....,N."(3) Sold| 00000650 65 72 20 74 68 65 20 72 69 62 62 6f 6e 20 63 61 |er the ribbon ca| 00000660 62 6c 65 20 74 6f 20 74 68 65 20 44 2d 74 79 70 |ble to the D-typ| 00000670 65 20 63 6f 6e 6e 65 63 74 6f 72 20 61 73 20 69 |e connector as i| 00000680 6e 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 22 |n the following"| 00000690 0d 01 36 0e f1 22 74 61 62 6c 65 3a 2d 22 0d 01 |..6.."table:-"..| 000006a0 40 05 f1 0d 01 4a 36 f1 22 45 4c 45 43 54 52 4f |@....J6."ELECTRO| 000006b0 4e 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |N | 000006c0 20 20 20 20 20 20 20 20 20 20 49 42 4d 20 53 54 | IBM ST| 000006d0 59 4c 45 20 50 4c 55 47 22 0d 01 54 07 f1 20 20 |YLE PLUG"..T.. | 000006e0 0d 01 5e 30 f1 22 20 20 50 49 4e 20 20 20 20 20 |..^0." PIN | 000006f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000700 20 20 20 20 20 20 20 20 20 20 20 20 50 49 4e 22 | PIN"| 00000710 0d 01 68 30 f1 22 20 20 20 31 20 2d 2d 2d 2d 2d |..h0." 1 -----| 00000720 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000730 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 31 20 22 |------------ 1 "| 00000740 0d 01 72 30 f1 22 20 20 20 32 20 2d 2d 2d 2d 2d |..r0." 2 -----| 00000750 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000760 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 31 39 22 |------------ 19"| 00000770 0d 01 7c 30 f1 22 20 20 20 33 20 2d 2d 2d 2d 2d |..|0." 3 -----| 00000780 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000790 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 32 20 22 |------------ 2 "| 000007a0 0d 01 86 30 f1 22 20 20 20 34 20 2d 2d 2d 2d 2d |...0." 4 -----| 000007b0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000007c0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 31 39 22 |------------ 19"| 000007d0 0d 01 90 30 f1 22 20 20 20 35 20 2d 2d 2d 2d 2d |...0." 5 -----| 000007e0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000007f0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 33 20 22 |------------ 3 "| 00000800 0d 01 9a 30 f1 22 20 20 20 36 20 2d 2d 2d 2d 2d |...0." 6 -----| 00000810 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000820 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 32 30 22 |------------ 20"| 00000830 0d 01 a4 30 f1 22 20 20 20 37 20 2d 2d 2d 2d 2d |...0." 7 -----| 00000840 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000850 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 34 20 22 |------------ 4 "| 00000860 0d 01 ae 30 f1 22 20 20 20 38 20 2d 2d 2d 2d 2d |...0." 8 -----| 00000870 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000880 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 32 30 22 |------------ 20"| 00000890 0d 01 b8 30 f1 22 20 20 20 39 20 2d 2d 2d 2d 2d |...0." 9 -----| 000008a0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000008b0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 35 20 22 |------------ 5 "| 000008c0 0d 01 c2 30 f1 22 20 20 31 30 20 2d 2d 2d 2d 2d |...0." 10 -----| 000008d0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000008e0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 32 31 22 |------------ 21"| 000008f0 0d 01 cc 30 f1 22 20 20 31 31 20 2d 2d 2d 2d 2d |...0." 11 -----| 00000900 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000910 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 36 20 22 |------------ 6 "| 00000920 0d 01 d6 30 f1 22 20 20 31 32 20 2d 2d 2d 2d 2d |...0." 12 -----| 00000930 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000940 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 32 31 22 |------------ 21"| 00000950 0d 01 e0 30 f1 22 20 20 31 33 20 2d 2d 2d 2d 2d |...0." 13 -----| 00000960 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000970 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 37 20 22 |------------ 7 "| 00000980 0d 01 ea 30 f1 22 20 20 31 34 20 2d 2d 2d 2d 2d |...0." 14 -----| 00000990 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000009a0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 32 32 22 |------------ 22"| 000009b0 0d 01 f4 30 f1 22 20 20 31 35 20 2d 2d 2d 2d 2d |...0." 15 -----| 000009c0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000009d0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 38 20 22 |------------ 8 "| 000009e0 0d 01 fe 30 f1 22 20 20 31 36 20 2d 2d 2d 2d 2d |...0." 16 -----| 000009f0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000a00 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 32 32 22 |------------ 22"| 00000a10 0d 02 08 30 f1 22 20 20 31 37 20 2d 2d 2d 2d 2d |...0." 17 -----| 00000a20 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000a30 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 39 20 22 |------------ 9 "| 00000a40 0d 02 12 30 f1 22 20 20 31 38 20 2d 2d 2d 2d 2d |...0." 18 -----| 00000a50 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000a60 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 32 33 22 |------------ 23"| 00000a70 0d 02 1c 30 f1 22 20 20 31 39 20 2d 2d 2d 2d 2d |...0." 19 -----| 00000a80 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000a90 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 31 30 22 |------------ 10"| 00000aa0 0d 02 26 1e f1 22 20 20 32 30 2d 2d 2d 2d 2d 2d |..&.." 20------| 00000ab0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 3a 22 0d 02 |------------:"..| 00000ac0 30 1e f1 22 20 20 32 31 20 20 20 20 20 20 20 20 |0.." 21 | 00000ad0 20 20 20 20 20 20 20 20 20 20 3a 22 0d 02 3a 1e | :"..:.| 00000ae0 f1 22 20 20 32 32 20 20 20 20 20 20 20 20 20 20 |." 22 | 00000af0 20 20 20 20 20 20 20 20 3a 22 0d 02 44 30 f1 22 | :"..D0."| 00000b00 20 20 32 33 20 20 20 20 20 20 20 20 20 20 20 20 | 23 | 00000b10 20 20 20 20 20 20 3a 2d 2d 2d 20 4e 4f 54 20 43 | :--- NOT C| 00000b20 4f 4e 4e 45 43 54 45 44 20 22 0d 02 4e 1e f1 22 |ONNECTED "..N.."| 00000b30 20 20 32 34 20 20 20 20 20 20 20 20 20 20 20 20 | 24 | 00000b40 20 20 20 20 20 20 3a 22 0d 02 58 1e f1 22 20 20 | :"..X.." | 00000b50 32 35 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |25 | 00000b60 20 20 20 20 3a 22 0d 02 62 1e f1 22 20 20 32 36 | :"..b.." 26| 00000b70 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000b80 2d 2d 3a 22 0d 02 6c 05 f1 0d 02 76 05 f1 0d 02 |--:"..l....v....| 00000b90 80 4c 20 f1 22 28 34 29 20 43 6f 6e 6e 65 63 74 |.L ."(4) Connect| 00000ba0 20 74 68 65 20 49 44 43 20 63 6f 6e 6e 65 63 74 | the IDC connect| 00000bb0 6f 72 20 74 6f 20 74 68 65 20 70 72 69 6e 74 65 |or to the printe| 00000bc0 72 20 70 6f 72 74 20 61 6e 64 20 72 65 61 73 73 |r port and reass| 00000bd0 65 6d 62 6c 65 20 74 68 65 22 0d 02 8a 12 f1 22 |emble the"....."| 00000be0 50 4c 55 53 2d 31 20 63 61 73 65 22 0d 02 94 34 |PLUS-1 case"...4| 00000bf0 20 f1 27 27 22 47 2e 20 50 65 61 6b 65 2c 20 42 | .''"G. Peake, B| 00000c00 72 69 74 69 73 68 20 41 65 72 6f 73 70 61 63 65 |ritish Aerospace| 00000c10 2c 20 53 61 75 64 69 20 41 72 61 62 69 61 2e 22 |, Saudi Arabia."| 00000c20 0d 02 9e 32 20 f1 22 2a 2a 2a 2a 2a 2a 2a 2a 2a |...2 ."*********| 00000c30 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 00000c50 2a 22 0d 02 a8 07 20 ef 33 0d 02 b2 2e f1 27 27 |*".... .3.....''| 00000c60 22 50 4c 45 41 53 45 20 50 52 45 53 53 20 3c 53 |"PLEASE PRESS <S| 00000c70 50 41 43 45 3e 20 54 4f 20 56 49 45 57 20 44 49 |PACE> TO VIEW DI| 00000c80 41 47 52 41 4d 53 22 0d 02 bc 0d f5 3a fd 20 be |AGRAMS".....:. .| 00000c90 3d 22 20 22 0d 02 c6 73 eb 34 3a ef 32 33 2c 31 |=" "...s.4:.23,1| 00000ca0 2c 30 3b 30 3b 30 3b 30 3b 3a e6 30 2c 31 32 39 |,0;0;0;0;:.0,129| 00000cb0 3a da 3a e6 30 2c 30 3a fb 31 32 39 3a fb 30 3a |:.:.0,0:.129:.0:| 00000cc0 f2 64 6f 75 62 6c 65 28 22 46 69 67 2e 20 31 22 |.double("Fig. 1"| 00000cd0 2c 31 36 2c 31 29 3a f1 8a 38 2c 36 29 22 31 20 |,16,1):..8,6)"1 | 00000ce0 20 20 20 20 20 20 20 20 20 20 20 20 31 33 22 8a | 13".| 00000cf0 37 2c 39 29 22 31 34 20 20 20 20 20 20 20 20 20 |7,9)"14 | 00000d00 20 20 20 20 32 35 22 0d 02 d0 55 20 20 42 3d 38 | 25"...U B=8| 00000d10 30 30 3a e3 41 3d 34 30 30 b8 36 30 30 88 31 36 |00:.A=400.600.16| 00000d20 3a f0 36 39 2c 41 2c 42 3a f0 36 39 2c 41 2c 42 |:.69,A,B:.69,A,B| 00000d30 2d 34 3a ed 3a 42 3d 37 37 35 3a e3 41 3d 34 30 |-4:.:B=775:.A=40| 00000d40 38 b8 35 39 30 88 31 36 3a f0 36 39 2c 41 2c 42 |8.590.16:.69,A,B| 00000d50 3a f0 36 39 2c 41 2c 42 2d 34 3a ed 0d 02 da 58 |:.69,A,B-4:....X| 00000d60 20 20 20 42 3d 36 30 30 3a e3 41 3d 34 30 30 b8 | B=600:.A=400.| 00000d70 36 30 30 88 31 36 3a f0 36 39 2c 41 2c 42 3a f0 |600.16:.69,A,B:.| 00000d80 36 39 2c 41 2c 42 2d 34 3a ed 3a 42 3d 35 37 35 |69,A,B-4:.:B=575| 00000d90 3a 20 e3 20 41 3d 34 30 30 b8 36 30 30 88 31 36 |: . A=400.600.16| 00000da0 3a f0 36 39 2c 41 2c 42 3a f0 36 39 2c 41 2c 42 |:.69,A,B:.69,A,B| 00000db0 2d 34 3a ed 0d 02 e4 0a 20 f2 64 69 61 67 0d 02 |-4:..... .diag..| 00000dc0 ee 60 f1 8a 31 36 2c 32 30 29 22 52 45 41 52 20 |.`..16,20)"REAR | 00000dd0 56 49 45 57 22 8a 31 36 2c 32 31 29 22 5f 5f 5f |VIEW".16,21)"___| 00000de0 5f 5f 5f 5f 5f 5f 22 8a 31 2c 32 35 29 22 50 4c |______".1,25)"PL| 00000df0 45 41 53 45 20 50 52 45 53 53 20 3c 53 50 41 43 |EASE PRESS <SPAC| 00000e00 45 3e 20 46 4f 52 20 4e 45 58 54 20 44 49 41 47 |E> FOR NEXT DIAG| 00000e10 52 41 4d 22 3a f5 3a fd 20 be 3d 22 20 22 0d 02 |RAM":.:. .=" "..| 00000e20 f8 bc 20 20 db 3a f2 64 6f 75 62 6c 65 28 22 46 |.. .:.double("F| 00000e30 69 67 2e 20 32 22 2c 31 36 2c 31 29 3a f2 64 69 |ig. 2",16,1):.di| 00000e40 61 67 32 3a f1 8a 31 35 2c 31 31 29 22 52 69 62 |ag2:..15,11)"Rib| 00000e50 62 6f 6e 20 63 61 62 6c 65 20 66 72 6f 6d 22 8a |bon cable from".| 00000e60 31 35 2c 31 32 29 22 45 6c 65 63 74 72 6f 6e 20 |15,12)"Electron | 00000e70 70 72 69 6e 74 65 72 20 70 6c 75 67 22 8a 31 35 |printer plug".15| 00000e80 2c 31 33 29 22 74 6f 20 49 42 4d 20 73 74 79 6c |,13)"to IBM styl| 00000e90 65 20 70 6c 75 67 22 3a f1 8a 31 36 2c 32 33 29 |e plug":..16,23)| 00000ea0 22 53 49 44 45 20 56 49 45 57 22 8a 31 36 2c 32 |"SIDE VIEW".16,2| 00000eb0 34 29 22 5f 5f 5f 5f 5f 5f 5f 5f 5f 22 8a 31 30 |4)"_________".10| 00000ec0 2c 32 38 29 22 50 4c 45 41 53 45 20 50 52 45 53 |,28)"PLEASE PRES| 00000ed0 53 20 3c 53 50 41 43 45 3e 22 0d 03 02 0d f5 3a |S <SPACE>".....:| 00000ee0 fd 20 be 3d 22 20 22 0d 03 0c 56 db 3a f1 27 27 |. .=" "...V.:.''| 00000ef0 27 27 22 50 6c 65 61 73 65 20 70 72 65 73 73 3a |''"Please press:| 00000f00 2d 22 27 27 27 22 3c 4d 3e 20 66 6f 72 20 6d 65 |-"'''"<M> for me| 00000f10 6e 75 22 27 27 22 3c 50 3e 20 74 6f 20 70 72 69 |nu"''"<P> to pri| 00000f20 6e 74 20 74 65 78 74 22 27 27 22 3c 46 3e 20 66 |nt text"''"<F> f| 00000f30 6f 72 20 6e 65 78 74 20 66 69 6c 65 22 0d 03 16 |or next file"...| 00000f40 26 20 f5 3a 41 24 3d be 3a fd 20 41 24 3d 22 4d |& .:A$=.:. A$="M| 00000f50 22 20 84 20 41 24 3d 22 50 22 20 84 20 41 24 3d |" . A$="P" . A$=| 00000f60 22 46 22 0d 03 20 19 20 e7 20 41 24 3d 22 4d 22 |"F".. . . A$="M"| 00000f70 20 8c 20 d7 22 24 2e 4d 45 4e 55 22 0d 03 2a 1b | . ."$.MENU"..*.| 00000f80 20 e7 20 41 24 3d 22 46 22 20 8c 20 d7 22 24 2e | . A$="F" . ."$.| 00000f90 4c 45 54 54 53 32 22 0d 03 34 0e 20 eb 33 3a ef |LETTS2"..4. .3:.| 00000fa0 31 35 3a ef 32 0d 03 3e 0a 20 e5 8d 54 5e 40 0d |15:.2..>. ..T^@.| 00000fb0 03 48 07 20 20 e0 0d 03 52 18 20 20 20 dd 20 f2 |.H. ...R. . .| 00000fc0 64 6f 75 62 6c 65 28 41 24 2c 4b 2c 4c 29 0d 03 |double(A$,K,L)..| 00000fd0 5c 09 20 20 ea 20 4e 0d 03 66 0c 20 20 41 25 3d |\. . N..f. A%=| 00000fe0 31 33 35 0d 03 70 16 20 20 41 25 3d 26 41 3a 58 |135..p. A%=&A:X| 00000ff0 25 3d 30 3a 59 25 3d 26 41 0d 03 7a 0c 20 20 44 |%=0:Y%=&A..z. D| 00001000 3d 26 41 30 30 0d 03 84 13 20 20 e3 20 4e 3d 31 |=&A00.... . N=1| 00001010 20 b8 20 a9 28 41 24 29 0d 03 8e 11 20 20 42 24 | . .(A$).... B$| 00001020 3d c1 41 24 2c 4e 2c 31 29 0d 03 98 0e 20 20 3f |=.A$,N,1).... ?| 00001030 44 3d 97 28 42 24 29 0d 03 a2 0f 20 20 d6 20 28 |D=.(B$).... . (| 00001040 26 46 46 46 31 29 0d 03 ac 2d 20 20 ef 32 33 2c |&FFF1)...- .23,| 00001050 32 34 30 2c 44 3f 31 2c 44 3f 31 2c 44 3f 32 2c |240,D?1,D?1,D?2,| 00001060 44 3f 32 2c 44 3f 33 2c 44 3f 33 2c 44 3f 34 2c |D?2,D?3,D?3,D?4,| 00001070 44 3f 34 0d 03 b6 2d 20 20 ef 32 33 2c 32 34 31 |D?4...- .23,241| 00001080 2c 44 3f 35 2c 44 3f 35 2c 44 3f 36 2c 44 3f 36 |,D?5,D?5,D?6,D?6| 00001090 2c 44 3f 37 2c 44 3f 37 2c 44 3f 38 2c 44 3f 38 |,D?7,D?7,D?8,D?8| 000010a0 0d 03 c0 22 20 20 f1 8a 4b 2b 4e 2c 4c 29 3b bd |..." ..K+N,L);.| 000010b0 32 34 30 3b 8a 4b 2b 4e 2c 4c 2b 31 29 3b bd 32 |240;.K+N,L+1);.2| 000010c0 34 31 0d 03 ca 09 20 20 ed 20 4e 0d 03 d4 07 20 |41.... . N.... | 000010d0 20 e1 0d 03 de 0c 20 dd 20 f2 64 69 61 67 0d 03 | ..... . .diag..| 000010e0 e8 0d 20 ec 33 37 36 2c 38 31 36 0d 03 f2 0d 20 |.. .376,816.... | 000010f0 df 36 31 36 2c 38 31 36 0d 03 fc 0d 20 df 35 39 |.616,816.... .59| 00001100 36 2c 37 35 36 0d 04 06 0d 20 ec 33 37 36 2c 38 |6,756.... .376,8| 00001110 31 36 0d 04 10 0d 20 df 33 39 36 2c 37 35 36 0d |16.... .396,756.| 00001120 04 1a 0d 20 df 35 39 36 2c 37 35 36 0d 04 24 0d |... .596,756..$.| 00001130 20 ec 33 36 30 2c 38 33 32 0d 04 2e 0d 20 df 36 | .360,832.... .6| 00001140 33 32 2c 38 33 32 0d 04 38 0d 20 df 36 33 32 2c |32,832..8. .632,| 00001150 37 34 34 0d 04 42 0d 20 df 33 36 30 2c 37 34 34 |744..B. .360,744| 00001160 0d 04 4c 0d 20 df 33 36 30 2c 38 32 38 0d 04 56 |..L. .360,828..V| 00001170 0d 20 df 33 36 30 2c 38 33 32 0d 04 60 0d 20 ec |. .360,832..`. .| 00001180 33 36 30 2c 36 31 32 0d 04 6a 0d 20 df 36 33 32 |360,612..j. .632| 00001190 2c 36 31 32 0d 04 74 0d 20 df 36 33 32 2c 35 35 |,612..t. .632,55| 000011a0 36 0d 04 7e 0d 20 df 33 36 30 2c 35 35 36 0d 04 |6..~. .360,556..| 000011b0 88 0d 20 df 33 36 30 2c 36 31 32 0d 04 92 0d 20 |.. .360,612.... | 000011c0 df 33 36 30 2c 36 31 32 0d 04 9c 0c 20 ec 34 30 |.360,612.... .40| 000011d0 2c 35 39 32 0d 04 a6 0d 20 df 33 36 30 2c 35 39 |,592.... .360,59| 000011e0 32 0d 04 b0 0d 20 ec 36 33 32 2c 35 39 32 0d 04 |2.... .632,592..| 000011f0 ba 0d 20 df 39 32 30 2c 35 39 32 0d 04 c4 0d 20 |.. .920,592.... | 00001200 df 39 32 30 2c 38 33 32 0d 04 ce 0d 20 df 39 30 |.920,832.... .90| 00001210 38 2c 38 34 34 0d 04 d8 0c 20 df 34 30 2c 38 34 |8,844.... .40,84| 00001220 34 0d 04 e2 0c 20 ec 34 30 2c 35 37 36 0d 04 ec |4.... .40,576...| 00001230 0d 20 df 33 36 30 2c 35 37 36 0d 04 f6 0d 20 ec |. .360,576.... .| 00001240 36 33 32 2c 35 37 36 0d 05 00 0d 20 df 39 32 30 |632,576.... .920| 00001250 2c 35 37 36 0d 05 0a 0d 20 df 39 32 30 2c 35 39 |,576.... .920,59| 00001260 32 0d 05 14 0d 20 df 39 32 30 2c 35 30 30 0d 05 |2.... .920,500..| 00001270 1e 0d 20 df 39 30 34 2c 34 38 34 0d 05 28 0c 20 |.. .904,484..(. | 00001280 df 34 30 2c 34 38 34 0d 05 32 0d 20 ec 35 38 30 |.40,484..2. .580| 00001290 2c 36 31 36 0d 05 3c 0d 20 df 35 39 32 2c 36 35 |,616..<. .592,65| 000012a0 32 0d 05 46 0d 20 df 36 30 34 2c 36 31 36 0d 05 |2..F. .604,616..| 000012b0 50 0d 20 ec 32 39 36 2c 38 31 36 0d 05 5a 0d 20 |P. .296,816..Z. | 000012c0 df 33 39 36 2c 38 30 30 0d 05 64 0d 20 ec 36 39 |.396,800..d. .69| 000012d0 32 2c 38 31 36 0d 05 6e 0d 20 df 35 39 36 2c 38 |2,816..n. .596,8| 000012e0 30 34 0d 05 78 0d 20 ec 36 39 32 2c 37 32 30 0d |04..x. .692,720.| 000012f0 05 82 0d 20 df 35 38 38 2c 37 36 34 0d 05 8c 0d |... .588,764....| 00001300 20 ec 32 39 36 2c 37 32 30 0d 05 96 0d 20 df 34 | .296,720.... .4| 00001310 30 34 2c 37 36 34 0d 05 a0 06 20 e1 0d 05 aa 0c |04,764.... .....| 00001320 dd 20 f2 64 69 61 67 32 0d 05 b4 0d ec 31 30 32 |. .diag2.....102| 00001330 34 2c 38 30 34 0d 05 be 0c df 32 39 36 2c 38 30 |4,804.....296,80| 00001340 34 0d 05 c8 0c df 32 37 36 2c 37 39 32 0d 05 d2 |4.....276,792...| 00001350 0c df 32 37 32 2c 37 38 30 0d 05 dc 0c df 32 37 |..272,780.....27| 00001360 32 2c 37 36 38 0d 05 e6 0c df 32 33 36 2c 37 36 |2,768.....236,76| 00001370 38 0d 05 f0 0c df 32 33 36 2c 36 39 32 0d 05 fa |8.....236,692...| 00001380 0c df 32 37 32 2c 36 39 32 0d 06 04 0c df 32 37 |..272,692.....27| 00001390 32 2c 35 31 32 0d 06 0e 0c df 32 33 36 2c 35 31 |2,512.....236,51| 000013a0 32 0d 06 18 0c df 32 33 36 2c 34 34 30 0d 06 22 |2.....236,440.."| 000013b0 0c df 32 37 32 2c 34 34 30 0d 06 2c 0c df 32 37 |..272,440..,..27| 000013c0 32 2c 33 36 34 0d 06 36 0c df 32 38 30 2c 33 35 |2,364..6..280,35| 000013d0 32 0d 06 40 0c df 32 39 32 2c 33 34 38 0d 06 4a |2..@..292,348..J| 000013e0 0d df 31 30 32 34 2c 33 34 38 0d 06 54 0c ec 32 |..1024,348..T..2| 000013f0 37 32 2c 37 37 36 0d 06 5e 0c df 32 37 32 2c 34 |72,776..^..272,4| 00001400 30 38 0d 06 68 0c ec 32 34 34 2c 34 34 30 0d 06 |08..h..244,440..| 00001410 72 0c df 32 34 34 2c 34 30 34 0d 06 7c 0c df 32 |r..244,404..|..2| 00001420 32 34 2c 33 39 36 0d 06 86 0c df 31 39 36 2c 35 |24,396.....196,5| 00001430 32 30 0d 06 90 0c df 33 30 34 2c 35 32 30 0d 06 |20.....304,520..| 00001440 9a 0c df 33 34 34 2c 35 37 36 0d 06 a4 0c df 33 |...344,576.....3| 00001450 34 34 2c 37 30 30 0d 06 ae 0c df 32 37 32 2c 37 |44,700.....272,7| 00001460 35 36 0d 06 b8 0c df 32 37 32 2c 37 34 34 0d 06 |56.....272,744..| 00001470 c2 0c df 33 33 36 2c 36 39 36 0d 06 cc 0c df 33 |...336,696.....3| 00001480 33 36 2c 35 38 30 0d 06 d6 0c df 33 30 30 2c 35 |36,580.....300,5| 00001490 32 38 0d 06 e0 0c df 31 38 34 2c 35 32 38 0d 06 |28.....184,528..| 000014a0 ea 0c df 32 31 36 2c 33 38 34 0d 06 f4 0c df 32 |...216,384.....2| 000014b0 35 36 2c 34 30 30 0d 06 fe 0c df 32 35 36 2c 34 |56,400.....256,4| 000014c0 34 30 0d 07 08 0c ec 33 38 34 2c 36 35 32 0d 07 |40.....384,652..| 000014d0 12 0c df 33 36 38 2c 36 33 36 0d 07 1c 0c df 34 |...368,636.....4| 000014e0 36 30 2c 36 33 36 0d 07 26 0c df 33 36 38 2c 36 |60,636..&..368,6| 000014f0 33 36 0d 07 30 0c df 33 38 34 2c 36 32 30 0d 07 |36..0..384,620..| 00001500 3a 05 e1 0d ff |:....| 00001505