Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_13.ADF » ColInfo
ColInfo
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_13.ADF |
Filename: | ColInfo |
Read OK: | ✔ |
File size: | 0B16 bytes |
Load address: | FFFF1D00 |
Exec address: | FFFF8023 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- AEW website » eug » eug_5_25_discs_Eug-13_D-EUG13.dsd » U.ColInfo
- Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_13.ADF » ColInfo
File contents
10REM ******************* 20REM Colour Information 30REM by R.A.Dimond 40REM August 1993 50REM ******************* 60REM 70MODE6 80PRINTTAB(10,1)"Colour Information" 90PRINT''"Screen or printer? (S/P)" 100REPEAT:a%=INSTR("SsPp",GET$):UNTILa% 105MODE3 110IFa%<3PROCscreen ELSE PROCprinter 120END 130DEFPROCscreen 140VDU14:PROCprint 150ENDPROC 160DEFPROCprinter 170VDU15,2,1,27,1,54,1,27,1,116,1,1 180PROCprint 190VDU3 200ENDPROC 210DEFPROCprint 220PRINTCHR$201;STRING$(69,CHR$205);CHR$187 230PRINTCHR$186;TAB(25)"COLOUR INFORMATION";TAB(70);CHR$186 240PRINTCHR$199;STRING$(34,CHR$196);CHR$194;STRING$(34,CHR$196);CHR$182 250PRINTCHR$186;SPC2;"Foreground colour";TAB(35);CHR$179;SPC2;"Background colour";TAB(70);CHR$186 260PROCmiddle 270PRINTCHR$186;SPC2;"Logical No Actual Colour";TAB(35);CHR$179;SPC2;"Logical No Actual Colour";TAB(70);CHR$186 280PROCmiddle 290PRINTCHR$186;SPC2;"Modes 0,3,4,6";TAB(35);CHR$179;TAB(70);CHR$186 300PROCmiddle 310PRINTCHR$186;SPC4;"0";TAB(17);"Black (0)";TAB(35);CHR$179;SPC2;"128";TAB(52);"Black (0)";TAB(70);CHR$186 320PRINTCHR$186;SPC4;"1";TAB(17);"White (7)";TAB(35);CHR$179;SPC2;"129";TAB(52);"White (7)";TAB(70);CHR$186 330PROCmiddle 340PRINTCHR$186;SPC2;"Modes 1,5";TAB(35);CHR$179;TAB(70);CHR$186 350PROCmiddle 360PRINTCHR$186;SPC4;"0";TAB(17);"Black (0)";TAB(35);CHR$179;SPC2;"128";TAB(52);"Black (0)";TAB(70);CHR$186 370PRINTCHR$186;SPC4;"1";TAB(17);"Red (1)";TAB(35);CHR$179;SPC2;"129";TAB(52);"Red (7)";TAB(70);CHR$186 380PRINTCHR$186;SPC4;"2";TAB(17);"Yellow (3)";TAB(35);CHR$179;SPC2;"130";TAB(52);"Yellow (3)";TAB(70);CHR$186 390PRINTCHR$186;SPC4;"3";TAB(17);"White (7)";TAB(35);CHR$179;SPC2;"131";TAB(52);"White (7)";TAB(70);CHR$186 400PROCmiddle 410PRINTCHR$186;SPC2;"Modes 2";TAB(35);CHR$179;TAB(70);CHR$186 420PROCmiddle 430PRINTCHR$186;SPC4;"0";TAB(17);"Black (0)";TAB(35);CHR$179;SPC2;"128";TAB(52);"Black (0)";TAB(70);CHR$186 440PRINTCHR$186;SPC4;"1";TAB(17);"Red (1)";TAB(35);CHR$179;SPC2;"129";TAB(52);"Red (7)";TAB(70);CHR$186 450PRINTCHR$186;SPC4;"2";TAB(17);"Green (3)";TAB(35);CHR$179;SPC2;"130";TAB(52);"Green (3)";TAB(70);CHR$186 460PRINTCHR$186;SPC4;"3";TAB(17);"Yellow (3)";TAB(35);CHR$179;SPC2;"131";TAB(52);"Yellow (3)";TAB(70);CHR$186 470PRINTCHR$186;SPC4;"4";TAB(17);"Blue (4)";TAB(35);CHR$179;SPC2;"132";TAB(52);"Blue (4)";TAB(70);CHR$186 480PRINTCHR$186;SPC4;"5";TAB(17);"Magenta (5)";TAB(35);CHR$179;SPC2;"133";TAB(52);"Magenta (5)";TAB(70);CHR$186 490PRINTCHR$186;SPC4;"6";TAB(17);"Cyan (6)";TAB(35);CHR$179;SPC2;"134";TAB(52);"Cyan (6)";TAB(70);CHR$186 500PRINTCHR$186;SPC4;"7";TAB(17);"White (7)";TAB(35);CHR$179;SPC2;"135";TAB(52);"White (7)";TAB(70);CHR$186 510PRINTCHR$186;SPC4;"8 Flashing black/white (8)";TAB(35);CHR$179;SPC2;"136 Flashing black/white (8)";TAB(70);CHR$186 520PRINTCHR$186;SPC4;"9 Flashing red/cyan (9)";TAB(35);CHR$179;SPC2;"137 Flashing red/cyan (9)";TAB(70);CHR$186 530PRINTCHR$186;SPC3;"10 Flashing green/magenta (10)";TAB(35);CHR$179;SPC2;"138 Flashing green/magenta (10)";TAB(70);CHR$186 540PRINTCHR$186;SPC3;"11 Flashing yellow/blue (11)";TAB(35);CHR$179;SPC2;"139 Flashing yellow/blue (11)";TAB(70);CHR$186 550PRINTCHR$186;SPC3;"12 Flashing blue/yellow (12)";TAB(35);CHR$179;SPC2;"140 Flashing blue/yellow (12)";TAB(70);CHR$186 560PRINTCHR$186;SPC3;"13 Flashing magenta/green (13)";TAB(35);CHR$179;SPC2;"141 Flashing magenta/green (13)";TAB(70);CHR$186 570PRINTCHR$186;SPC3;"14 Flashing cyan/red (14)";TAB(35);CHR$179;SPC2;"142 Flashing cyan/red (14)";TAB(70);CHR$186 580PRINTCHR$186;SPC3;"15 Flashing white/black (15)";TAB(35);CHR$179;SPC2;"143 Flashing white/black (15)";TAB(70);CHR$186 590PRINTCHR$200;STRING$(34,CHR$205);CHR$207;STRING$(34,CHR$205);CHR$188 600ENDPROC 610DEFPROCmiddle 620PRINTCHR$199;STRING$(34,CHR$196);CHR$197;STRING$(34,CHR$196);CHR$182 630ENDPROC
� ******************* � Colour Information � by R.A.Dimond (� August 1993 2� ******************* <� F�6 P�10,1)"Colour Information" Z!�''"Screen or printer? (S/P)" d�:a%=�"SsPp",�):�a% i�3 n�a%<3�screen � �printer x� ���screen ��14:�print �� � ��printer �"�15,2,1,27,1,54,1,27,1,116,1,1 � �print ��3 �� ���print ��201;�69,�205);�187 �,�186;�25)"COLOUR INFORMATION";�70);�186 �'�199;�34,�196);�194;�34,�196);�182 �K�186;�2;"Foreground colour";�35);�179;�2;"Background colour";�70);�186 �middle _�186;�2;"Logical No Actual Colour";�35);�179;�2;"Logical No Actual Colour";�70);�186 �middle "0�186;�2;"Modes 0,3,4,6";�35);�179;�70);�186 ,�middle 6O�186;�4;"0";�17);"Black (0)";�35);�179;�2;"128";�52);"Black (0)";�70);�186 @O�186;�4;"1";�17);"White (7)";�35);�179;�2;"129";�52);"White (7)";�70);�186 J�middle T,�186;�2;"Modes 1,5";�35);�179;�70);�186 ^�middle hO�186;�4;"0";�17);"Black (0)";�35);�179;�2;"128";�52);"Black (0)";�70);�186 rK�186;�4;"1";�17);"Red (1)";�35);�179;�2;"129";�52);"Red (7)";�70);�186 |Q�186;�4;"2";�17);"Yellow (3)";�35);�179;�2;"130";�52);"Yellow (3)";�70);�186 �O�186;�4;"3";�17);"White (7)";�35);�179;�2;"131";�52);"White (7)";�70);�186 ��middle �*�186;�2;"Modes 2";�35);�179;�70);�186 ��middle �O�186;�4;"0";�17);"Black (0)";�35);�179;�2;"128";�52);"Black (0)";�70);�186 �K�186;�4;"1";�17);"Red (1)";�35);�179;�2;"129";�52);"Red (7)";�70);�186 �O�186;�4;"2";�17);"Green (3)";�35);�179;�2;"130";�52);"Green (3)";�70);�186 �Q�186;�4;"3";�17);"Yellow (3)";�35);�179;�2;"131";�52);"Yellow (3)";�70);�186 �M�186;�4;"4";�17);"Blue (4)";�35);�179;�2;"132";�52);"Blue (4)";�70);�186 �S�186;�4;"5";�17);"Magenta (5)";�35);�179;�2;"133";�52);"Magenta (5)";�70);�186 �M�186;�4;"6";�17);"Cyan (6)";�35);�179;�2;"134";�52);"Cyan (6)";�70);�186 �O�186;�4;"7";�17);"White (7)";�35);�179;�2;"135";�52);"White (7)";�70);�186 �a�186;�4;"8 Flashing black/white (8)";�35);�179;�2;"136 Flashing black/white (8)";�70);�186 [�186;�4;"9 Flashing red/cyan (9)";�35);�179;�2;"137 Flashing red/cyan (9)";�70);�186 h�186;�3;"10 Flashing green/magenta (10)";�35);�179;�2;"138 Flashing green/magenta (10)";�70);�186 d�186;�3;"11 Flashing yellow/blue (11)";�35);�179;�2;"139 Flashing yellow/blue (11)";�70);�186 &d�186;�3;"12 Flashing blue/yellow (12)";�35);�179;�2;"140 Flashing blue/yellow (12)";�70);�186 0h�186;�3;"13 Flashing magenta/green (13)";�35);�179;�2;"141 Flashing magenta/green (13)";�70);�186 :^�186;�3;"14 Flashing cyan/red (14)";�35);�179;�2;"142 Flashing cyan/red (14)";�70);�186 Dd�186;�3;"15 Flashing white/black (15)";�35);�179;�2;"143 Flashing white/black (15)";�70);�186 N'�200;�34,�205);�207;�34,�205);�188 X� b��middle l'�199;�34,�196);�197;�34,�196);�182 v� �
00000000 0d 00 0a 19 f4 20 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |..... **********| 00000010 2a 2a 2a 2a 2a 2a 2a 2a 2a 0d 00 14 18 f4 20 43 |*********..... C| 00000020 6f 6c 6f 75 72 20 49 6e 66 6f 72 6d 61 74 69 6f |olour Informatio| 00000030 6e 0d 00 1e 13 f4 20 62 79 20 52 2e 41 2e 44 69 |n..... by R.A.Di| 00000040 6d 6f 6e 64 0d 00 28 11 f4 20 41 75 67 75 73 74 |mond..(.. August| 00000050 20 31 39 39 33 0d 00 32 19 f4 20 2a 2a 2a 2a 2a | 1993..2.. *****| 00000060 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 0d 00 |**************..| 00000070 3c 05 f4 0d 00 46 06 eb 36 0d 00 50 1f f1 8a 31 |<....F..6..P...1| 00000080 30 2c 31 29 22 43 6f 6c 6f 75 72 20 49 6e 66 6f |0,1)"Colour Info| 00000090 72 6d 61 74 69 6f 6e 22 0d 00 5a 21 f1 27 27 22 |rmation"..Z!.''"| 000000a0 53 63 72 65 65 6e 20 6f 72 20 70 72 69 6e 74 65 |Screen or printe| 000000b0 72 3f 20 28 53 2f 50 29 22 0d 00 64 17 f5 3a 61 |r? (S/P)"..d..:a| 000000c0 25 3d a7 22 53 73 50 70 22 2c be 29 3a fd 61 25 |%=."SsPp",.):.a%| 000000d0 0d 00 69 06 eb 33 0d 00 6e 1b e7 61 25 3c 33 f2 |..i..3..n..a%<3.| 000000e0 73 63 72 65 65 6e 20 8b 20 f2 70 72 69 6e 74 65 |screen . .printe| 000000f0 72 0d 00 78 05 e0 0d 00 82 0c dd f2 73 63 72 65 |r..x........scre| 00000100 65 6e 0d 00 8c 0e ef 31 34 3a f2 70 72 69 6e 74 |en.....14:.print| 00000110 0d 00 96 05 e1 0d 00 a0 0d dd f2 70 72 69 6e 74 |...........print| 00000120 65 72 0d 00 aa 22 ef 31 35 2c 32 2c 31 2c 32 37 |er...".15,2,1,27| 00000130 2c 31 2c 35 34 2c 31 2c 32 37 2c 31 2c 31 31 36 |,1,54,1,27,1,116| 00000140 2c 31 2c 31 0d 00 b4 0a f2 70 72 69 6e 74 0d 00 |,1,1.....print..| 00000150 be 06 ef 33 0d 00 c8 05 e1 0d 00 d2 0b dd f2 70 |...3...........p| 00000160 72 69 6e 74 0d 00 dc 18 f1 bd 32 30 31 3b c4 36 |rint......201;.6| 00000170 39 2c bd 32 30 35 29 3b bd 31 38 37 0d 00 e6 2c |9,.205);.187...,| 00000180 f1 bd 31 38 36 3b 8a 32 35 29 22 43 4f 4c 4f 55 |..186;.25)"COLOU| 00000190 52 20 49 4e 46 4f 52 4d 41 54 49 4f 4e 22 3b 8a |R INFORMATION";.| 000001a0 37 30 29 3b bd 31 38 36 0d 00 f0 27 f1 bd 31 39 |70);.186...'..19| 000001b0 39 3b c4 33 34 2c bd 31 39 36 29 3b bd 31 39 34 |9;.34,.196);.194| 000001c0 3b c4 33 34 2c bd 31 39 36 29 3b bd 31 38 32 0d |;.34,.196);.182.| 000001d0 00 fa 4b f1 bd 31 38 36 3b 89 32 3b 22 46 6f 72 |..K..186;.2;"For| 000001e0 65 67 72 6f 75 6e 64 20 63 6f 6c 6f 75 72 22 3b |eground colour";| 000001f0 8a 33 35 29 3b bd 31 37 39 3b 89 32 3b 22 42 61 |.35);.179;.2;"Ba| 00000200 63 6b 67 72 6f 75 6e 64 20 63 6f 6c 6f 75 72 22 |ckground colour"| 00000210 3b 8a 37 30 29 3b bd 31 38 36 0d 01 04 0b f2 6d |;.70);.186.....m| 00000220 69 64 64 6c 65 0d 01 0e 5f f1 bd 31 38 36 3b 89 |iddle..._..186;.| 00000230 32 3b 22 4c 6f 67 69 63 61 6c 20 4e 6f 20 20 20 |2;"Logical No | 00000240 20 41 63 74 75 61 6c 20 43 6f 6c 6f 75 72 22 3b | Actual Colour";| 00000250 8a 33 35 29 3b bd 31 37 39 3b 89 32 3b 22 4c 6f |.35);.179;.2;"Lo| 00000260 67 69 63 61 6c 20 4e 6f 20 20 20 20 41 63 74 75 |gical No Actu| 00000270 61 6c 20 43 6f 6c 6f 75 72 22 3b 8a 37 30 29 3b |al Colour";.70);| 00000280 bd 31 38 36 0d 01 18 0b f2 6d 69 64 64 6c 65 0d |.186.....middle.| 00000290 01 22 30 f1 bd 31 38 36 3b 89 32 3b 22 4d 6f 64 |."0..186;.2;"Mod| 000002a0 65 73 20 30 2c 33 2c 34 2c 36 22 3b 8a 33 35 29 |es 0,3,4,6";.35)| 000002b0 3b bd 31 37 39 3b 8a 37 30 29 3b bd 31 38 36 0d |;.179;.70);.186.| 000002c0 01 2c 0b f2 6d 69 64 64 6c 65 0d 01 36 4f f1 bd |.,..middle..6O..| 000002d0 31 38 36 3b 89 34 3b 22 30 22 3b 8a 31 37 29 3b |186;.4;"0";.17);| 000002e0 22 42 6c 61 63 6b 20 28 30 29 22 3b 8a 33 35 29 |"Black (0)";.35)| 000002f0 3b bd 31 37 39 3b 89 32 3b 22 31 32 38 22 3b 8a |;.179;.2;"128";.| 00000300 35 32 29 3b 22 42 6c 61 63 6b 20 28 30 29 22 3b |52);"Black (0)";| 00000310 8a 37 30 29 3b bd 31 38 36 0d 01 40 4f f1 bd 31 |.70);.186..@O..1| 00000320 38 36 3b 89 34 3b 22 31 22 3b 8a 31 37 29 3b 22 |86;.4;"1";.17);"| 00000330 57 68 69 74 65 20 28 37 29 22 3b 8a 33 35 29 3b |White (7)";.35);| 00000340 bd 31 37 39 3b 89 32 3b 22 31 32 39 22 3b 8a 35 |.179;.2;"129";.5| 00000350 32 29 3b 22 57 68 69 74 65 20 28 37 29 22 3b 8a |2);"White (7)";.| 00000360 37 30 29 3b bd 31 38 36 0d 01 4a 0b f2 6d 69 64 |70);.186..J..mid| 00000370 64 6c 65 0d 01 54 2c f1 bd 31 38 36 3b 89 32 3b |dle..T,..186;.2;| 00000380 22 4d 6f 64 65 73 20 31 2c 35 22 3b 8a 33 35 29 |"Modes 1,5";.35)| 00000390 3b bd 31 37 39 3b 8a 37 30 29 3b bd 31 38 36 0d |;.179;.70);.186.| 000003a0 01 5e 0b f2 6d 69 64 64 6c 65 0d 01 68 4f f1 bd |.^..middle..hO..| 000003b0 31 38 36 3b 89 34 3b 22 30 22 3b 8a 31 37 29 3b |186;.4;"0";.17);| 000003c0 22 42 6c 61 63 6b 20 28 30 29 22 3b 8a 33 35 29 |"Black (0)";.35)| 000003d0 3b bd 31 37 39 3b 89 32 3b 22 31 32 38 22 3b 8a |;.179;.2;"128";.| 000003e0 35 32 29 3b 22 42 6c 61 63 6b 20 28 30 29 22 3b |52);"Black (0)";| 000003f0 8a 37 30 29 3b bd 31 38 36 0d 01 72 4b f1 bd 31 |.70);.186..rK..1| 00000400 38 36 3b 89 34 3b 22 31 22 3b 8a 31 37 29 3b 22 |86;.4;"1";.17);"| 00000410 52 65 64 20 28 31 29 22 3b 8a 33 35 29 3b bd 31 |Red (1)";.35);.1| 00000420 37 39 3b 89 32 3b 22 31 32 39 22 3b 8a 35 32 29 |79;.2;"129";.52)| 00000430 3b 22 52 65 64 20 28 37 29 22 3b 8a 37 30 29 3b |;"Red (7)";.70);| 00000440 bd 31 38 36 0d 01 7c 51 f1 bd 31 38 36 3b 89 34 |.186..|Q..186;.4| 00000450 3b 22 32 22 3b 8a 31 37 29 3b 22 59 65 6c 6c 6f |;"2";.17);"Yello| 00000460 77 20 28 33 29 22 3b 8a 33 35 29 3b bd 31 37 39 |w (3)";.35);.179| 00000470 3b 89 32 3b 22 31 33 30 22 3b 8a 35 32 29 3b 22 |;.2;"130";.52);"| 00000480 59 65 6c 6c 6f 77 20 28 33 29 22 3b 8a 37 30 29 |Yellow (3)";.70)| 00000490 3b bd 31 38 36 0d 01 86 4f f1 bd 31 38 36 3b 89 |;.186...O..186;.| 000004a0 34 3b 22 33 22 3b 8a 31 37 29 3b 22 57 68 69 74 |4;"3";.17);"Whit| 000004b0 65 20 28 37 29 22 3b 8a 33 35 29 3b bd 31 37 39 |e (7)";.35);.179| 000004c0 3b 89 32 3b 22 31 33 31 22 3b 8a 35 32 29 3b 22 |;.2;"131";.52);"| 000004d0 57 68 69 74 65 20 28 37 29 22 3b 8a 37 30 29 3b |White (7)";.70);| 000004e0 bd 31 38 36 0d 01 90 0b f2 6d 69 64 64 6c 65 0d |.186.....middle.| 000004f0 01 9a 2a f1 bd 31 38 36 3b 89 32 3b 22 4d 6f 64 |..*..186;.2;"Mod| 00000500 65 73 20 32 22 3b 8a 33 35 29 3b bd 31 37 39 3b |es 2";.35);.179;| 00000510 8a 37 30 29 3b bd 31 38 36 0d 01 a4 0b f2 6d 69 |.70);.186.....mi| 00000520 64 64 6c 65 0d 01 ae 4f f1 bd 31 38 36 3b 89 34 |ddle...O..186;.4| 00000530 3b 22 30 22 3b 8a 31 37 29 3b 22 42 6c 61 63 6b |;"0";.17);"Black| 00000540 20 28 30 29 22 3b 8a 33 35 29 3b bd 31 37 39 3b | (0)";.35);.179;| 00000550 89 32 3b 22 31 32 38 22 3b 8a 35 32 29 3b 22 42 |.2;"128";.52);"B| 00000560 6c 61 63 6b 20 28 30 29 22 3b 8a 37 30 29 3b bd |lack (0)";.70);.| 00000570 31 38 36 0d 01 b8 4b f1 bd 31 38 36 3b 89 34 3b |186...K..186;.4;| 00000580 22 31 22 3b 8a 31 37 29 3b 22 52 65 64 20 28 31 |"1";.17);"Red (1| 00000590 29 22 3b 8a 33 35 29 3b bd 31 37 39 3b 89 32 3b |)";.35);.179;.2;| 000005a0 22 31 32 39 22 3b 8a 35 32 29 3b 22 52 65 64 20 |"129";.52);"Red | 000005b0 28 37 29 22 3b 8a 37 30 29 3b bd 31 38 36 0d 01 |(7)";.70);.186..| 000005c0 c2 4f f1 bd 31 38 36 3b 89 34 3b 22 32 22 3b 8a |.O..186;.4;"2";.| 000005d0 31 37 29 3b 22 47 72 65 65 6e 20 28 33 29 22 3b |17);"Green (3)";| 000005e0 8a 33 35 29 3b bd 31 37 39 3b 89 32 3b 22 31 33 |.35);.179;.2;"13| 000005f0 30 22 3b 8a 35 32 29 3b 22 47 72 65 65 6e 20 28 |0";.52);"Green (| 00000600 33 29 22 3b 8a 37 30 29 3b bd 31 38 36 0d 01 cc |3)";.70);.186...| 00000610 51 f1 bd 31 38 36 3b 89 34 3b 22 33 22 3b 8a 31 |Q..186;.4;"3";.1| 00000620 37 29 3b 22 59 65 6c 6c 6f 77 20 28 33 29 22 3b |7);"Yellow (3)";| 00000630 8a 33 35 29 3b bd 31 37 39 3b 89 32 3b 22 31 33 |.35);.179;.2;"13| 00000640 31 22 3b 8a 35 32 29 3b 22 59 65 6c 6c 6f 77 20 |1";.52);"Yellow | 00000650 28 33 29 22 3b 8a 37 30 29 3b bd 31 38 36 0d 01 |(3)";.70);.186..| 00000660 d6 4d f1 bd 31 38 36 3b 89 34 3b 22 34 22 3b 8a |.M..186;.4;"4";.| 00000670 31 37 29 3b 22 42 6c 75 65 20 28 34 29 22 3b 8a |17);"Blue (4)";.| 00000680 33 35 29 3b bd 31 37 39 3b 89 32 3b 22 31 33 32 |35);.179;.2;"132| 00000690 22 3b 8a 35 32 29 3b 22 42 6c 75 65 20 28 34 29 |";.52);"Blue (4)| 000006a0 22 3b 8a 37 30 29 3b bd 31 38 36 0d 01 e0 53 f1 |";.70);.186...S.| 000006b0 bd 31 38 36 3b 89 34 3b 22 35 22 3b 8a 31 37 29 |.186;.4;"5";.17)| 000006c0 3b 22 4d 61 67 65 6e 74 61 20 28 35 29 22 3b 8a |;"Magenta (5)";.| 000006d0 33 35 29 3b bd 31 37 39 3b 89 32 3b 22 31 33 33 |35);.179;.2;"133| 000006e0 22 3b 8a 35 32 29 3b 22 4d 61 67 65 6e 74 61 20 |";.52);"Magenta | 000006f0 28 35 29 22 3b 8a 37 30 29 3b bd 31 38 36 0d 01 |(5)";.70);.186..| 00000700 ea 4d f1 bd 31 38 36 3b 89 34 3b 22 36 22 3b 8a |.M..186;.4;"6";.| 00000710 31 37 29 3b 22 43 79 61 6e 20 28 36 29 22 3b 8a |17);"Cyan (6)";.| 00000720 33 35 29 3b bd 31 37 39 3b 89 32 3b 22 31 33 34 |35);.179;.2;"134| 00000730 22 3b 8a 35 32 29 3b 22 43 79 61 6e 20 28 36 29 |";.52);"Cyan (6)| 00000740 22 3b 8a 37 30 29 3b bd 31 38 36 0d 01 f4 4f f1 |";.70);.186...O.| 00000750 bd 31 38 36 3b 89 34 3b 22 37 22 3b 8a 31 37 29 |.186;.4;"7";.17)| 00000760 3b 22 57 68 69 74 65 20 28 37 29 22 3b 8a 33 35 |;"White (7)";.35| 00000770 29 3b bd 31 37 39 3b 89 32 3b 22 31 33 35 22 3b |);.179;.2;"135";| 00000780 8a 35 32 29 3b 22 57 68 69 74 65 20 28 37 29 22 |.52);"White (7)"| 00000790 3b 8a 37 30 29 3b bd 31 38 36 0d 01 fe 61 f1 bd |;.70);.186...a..| 000007a0 31 38 36 3b 89 34 3b 22 38 20 20 46 6c 61 73 68 |186;.4;"8 Flash| 000007b0 69 6e 67 20 62 6c 61 63 6b 2f 77 68 69 74 65 20 |ing black/white | 000007c0 28 38 29 22 3b 8a 33 35 29 3b bd 31 37 39 3b 89 |(8)";.35);.179;.| 000007d0 32 3b 22 31 33 36 20 20 46 6c 61 73 68 69 6e 67 |2;"136 Flashing| 000007e0 20 62 6c 61 63 6b 2f 77 68 69 74 65 20 28 38 29 | black/white (8)| 000007f0 22 3b 8a 37 30 29 3b bd 31 38 36 0d 02 08 5b f1 |";.70);.186...[.| 00000800 bd 31 38 36 3b 89 34 3b 22 39 20 20 46 6c 61 73 |.186;.4;"9 Flas| 00000810 68 69 6e 67 20 72 65 64 2f 63 79 61 6e 20 28 39 |hing red/cyan (9| 00000820 29 22 3b 8a 33 35 29 3b bd 31 37 39 3b 89 32 3b |)";.35);.179;.2;| 00000830 22 31 33 37 20 20 46 6c 61 73 68 69 6e 67 20 72 |"137 Flashing r| 00000840 65 64 2f 63 79 61 6e 20 28 39 29 22 3b 8a 37 30 |ed/cyan (9)";.70| 00000850 29 3b bd 31 38 36 0d 02 12 68 f1 bd 31 38 36 3b |);.186...h..186;| 00000860 89 33 3b 22 31 30 20 20 46 6c 61 73 68 69 6e 67 |.3;"10 Flashing| 00000870 20 67 72 65 65 6e 2f 6d 61 67 65 6e 74 61 20 28 | green/magenta (| 00000880 31 30 29 22 3b 8a 33 35 29 3b bd 31 37 39 3b 89 |10)";.35);.179;.| 00000890 32 3b 22 31 33 38 20 20 46 6c 61 73 68 69 6e 67 |2;"138 Flashing| 000008a0 20 67 72 65 65 6e 2f 6d 61 67 65 6e 74 61 20 28 | green/magenta (| 000008b0 31 30 29 22 3b 8a 37 30 29 3b bd 31 38 36 0d 02 |10)";.70);.186..| 000008c0 1c 64 f1 bd 31 38 36 3b 89 33 3b 22 31 31 20 20 |.d..186;.3;"11 | 000008d0 46 6c 61 73 68 69 6e 67 20 79 65 6c 6c 6f 77 2f |Flashing yellow/| 000008e0 62 6c 75 65 20 28 31 31 29 22 3b 8a 33 35 29 3b |blue (11)";.35);| 000008f0 bd 31 37 39 3b 89 32 3b 22 31 33 39 20 20 46 6c |.179;.2;"139 Fl| 00000900 61 73 68 69 6e 67 20 79 65 6c 6c 6f 77 2f 62 6c |ashing yellow/bl| 00000910 75 65 20 28 31 31 29 22 3b 8a 37 30 29 3b bd 31 |ue (11)";.70);.1| 00000920 38 36 0d 02 26 64 f1 bd 31 38 36 3b 89 33 3b 22 |86..&d..186;.3;"| 00000930 31 32 20 20 46 6c 61 73 68 69 6e 67 20 62 6c 75 |12 Flashing blu| 00000940 65 2f 79 65 6c 6c 6f 77 20 28 31 32 29 22 3b 8a |e/yellow (12)";.| 00000950 33 35 29 3b bd 31 37 39 3b 89 32 3b 22 31 34 30 |35);.179;.2;"140| 00000960 20 20 46 6c 61 73 68 69 6e 67 20 62 6c 75 65 2f | Flashing blue/| 00000970 79 65 6c 6c 6f 77 20 28 31 32 29 22 3b 8a 37 30 |yellow (12)";.70| 00000980 29 3b bd 31 38 36 0d 02 30 68 f1 bd 31 38 36 3b |);.186..0h..186;| 00000990 89 33 3b 22 31 33 20 20 46 6c 61 73 68 69 6e 67 |.3;"13 Flashing| 000009a0 20 6d 61 67 65 6e 74 61 2f 67 72 65 65 6e 20 28 | magenta/green (| 000009b0 31 33 29 22 3b 8a 33 35 29 3b bd 31 37 39 3b 89 |13)";.35);.179;.| 000009c0 32 3b 22 31 34 31 20 20 46 6c 61 73 68 69 6e 67 |2;"141 Flashing| 000009d0 20 6d 61 67 65 6e 74 61 2f 67 72 65 65 6e 20 28 | magenta/green (| 000009e0 31 33 29 22 3b 8a 37 30 29 3b bd 31 38 36 0d 02 |13)";.70);.186..| 000009f0 3a 5e f1 bd 31 38 36 3b 89 33 3b 22 31 34 20 20 |:^..186;.3;"14 | 00000a00 46 6c 61 73 68 69 6e 67 20 63 79 61 6e 2f 72 65 |Flashing cyan/re| 00000a10 64 20 28 31 34 29 22 3b 8a 33 35 29 3b bd 31 37 |d (14)";.35);.17| 00000a20 39 3b 89 32 3b 22 31 34 32 20 20 46 6c 61 73 68 |9;.2;"142 Flash| 00000a30 69 6e 67 20 63 79 61 6e 2f 72 65 64 20 28 31 34 |ing cyan/red (14| 00000a40 29 22 3b 8a 37 30 29 3b bd 31 38 36 0d 02 44 64 |)";.70);.186..Dd| 00000a50 f1 bd 31 38 36 3b 89 33 3b 22 31 35 20 20 46 6c |..186;.3;"15 Fl| 00000a60 61 73 68 69 6e 67 20 77 68 69 74 65 2f 62 6c 61 |ashing white/bla| 00000a70 63 6b 20 28 31 35 29 22 3b 8a 33 35 29 3b bd 31 |ck (15)";.35);.1| 00000a80 37 39 3b 89 32 3b 22 31 34 33 20 20 46 6c 61 73 |79;.2;"143 Flas| 00000a90 68 69 6e 67 20 77 68 69 74 65 2f 62 6c 61 63 6b |hing white/black| 00000aa0 20 28 31 35 29 22 3b 8a 37 30 29 3b bd 31 38 36 | (15)";.70);.186| 00000ab0 0d 02 4e 27 f1 bd 32 30 30 3b c4 33 34 2c bd 32 |..N'..200;.34,.2| 00000ac0 30 35 29 3b bd 32 30 37 3b c4 33 34 2c bd 32 30 |05);.207;.34,.20| 00000ad0 35 29 3b bd 31 38 38 0d 02 58 05 e1 0d 02 62 0c |5);.188..X....b.| 00000ae0 dd f2 6d 69 64 64 6c 65 0d 02 6c 27 f1 bd 31 39 |..middle..l'..19| 00000af0 39 3b c4 33 34 2c bd 31 39 36 29 3b bd 31 39 37 |9;.34,.196);.197| 00000b00 3b c4 33 34 2c bd 31 39 36 29 3b bd 31 38 32 0d |;.34,.196);.182.| 00000b10 02 76 05 e1 0d ff |.v....| 00000b16