Home » Personal collection » Acorn tapes » Commercial_Releases » box03_tape13a_acorn_superior_chess.wav » CHESS

CHESS

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 » box03_tape13a_acorn_superior_chess.wav
Filename: CHESS
Read OK:
File size: 0B39 bytes
Load address: 1900
Exec address: 8023
Duplicates

There are 3 duplicate copies of this file in the archive:

File contents
  100*KEY 0
  110*KEY 1
  120*KEY 2
  130*KEY 3
  140*KEY 4
  150*KEY 5
  160*KEY 6
  170*KEY 7
  180*KEY 8
  190*KEY 9
  200*KEY 10
  210*KEY 0 |T
  220*KEY 1 |R
  230*KEY 2 |L
  240*KEY 3 |N
  250*KEY 4 |P
  260*KEY 5 |C
  270*KEY 6 099
  280*KEY 7 166
  290*KEY 8 00|M00|M10|M
  300*KEY 9 59|M59|M59|M
  310*FX16 4
  320A%=135
  330MODE7
  340cyan=134:blue=132:yellow=131:white=135
  350IF(USR&FFF4 AND &FF0000)<>&70000 THEN VDU19,0,4,0;0,19,1,6,0;0:blue=0:cyan=1:yellow=1:white=1
  360*FX4 1
  370*FX12 15
  380PROCprint(" ",cyan,blue)
  390PROCprint(CHR$141+"    CHESS 2.32/1  VERSION H/E",white,blue)
  400PROCprint("       For 32K RAM BBC micro",yellow,blue)
  410PROCprint("         or Acorn Electron",yellow,blue)
  420PROCprint(" ",blue,cyan)
  430PROCprint(CHR$141+"  Copyright (C) D.Thompson 1984",blue,cyan)
  440PROCprint(" ",blue,cyan)
  450PROCprint(" No  part  of  this  program  may",yellow,blue)
  460PROCprint(" be copied, in any form whatsoever,",yellow,blue)
  470PROCprint(" without  the  written  permission",yellow,blue)
  480PROCprint("          of the author",yellow,blue)
  490PROCprint(" ",blue,cyan)
  500PROCprint(" From"+CHR$141+"   Superior Software",blue,cyan)
  510PROCprint(" ",blue,cyan)
  520PROCprint(" ",cyan,blue)
  530PROCprint(" Wait for the main program to load",white,blue)
  540PROCprint(" ",white,blue)
  550PROCprint("For instructions see reverse of card",white,blue)
  560PROCprint(" ",cyan,blue)
  570PROCprint(" ",blue,cyan)
  580PROCprint(" ",blue,cyan)
  590PROCprint(" ",blue,cyan)
  600VDU23,224,0,0,1,1,3,3,1,1
  610VDU23,225,0,0,128,128,192,192,128,128
  620VDU23,226,31,15,7,7,3,15,3,15
  630VDU23,227,248,240,224,224,192,240,192,240
  640VDU23,228,3,3,3,3,3,7,15,31
  650VDU23,229,192,192,192,192,192,224,240,248
  660VDU23,230,0,0,0,0,1,21,21,31
  670VDU23,231,0,0,0,0,128,168,168,248
  680VDU23,232,15,15,7,7,3,15,3,15
  690VDU23,233,240,240,224,224,192,240,192,240
  700VDU23,234,3,3,3,3,3,7,15,31
  710VDU23,235,192,192,192,192,192,224,240,248
  720VDU23,236,0,1,3,3,7,7,3,3
  730VDU23,237,0,128,192,192,224,224,192,192
  740VDU23,238,1,1,1,1,1,3,7,7
  750VDU23,239,128,128,128,128,128,192,224,224
  760VDU23,240,0,13,13,15,15,7,7,7
  770VDU23,241,0,176,176,240,240,224,224,224
  780VDU23,242,7,7,7,7,7,7,15,15
  790VDU23,243,224,224,224,224,224,224,240,240
  800VDU23,244,0,0,0,0,1,3,6,6
  810VDU23,245,0,0,0,0,128,192,224,240
  820VDU23,246,15,15,30,28,25,3,7,7
  830VDU23,247,240,240,240,240,224,224,224,224
  840VDU23,248,7,7,7,7,7,15,31,31
  850VDU23,249,224,224,224,224,224,240,248,248
  860VDU23,250,0,0,0,1,3,7,7,15
  870VDU23,251,0,0,0,128,192,224,192,144
  880VDU23,252,15,30,31,15,7,3,3,15
  890VDU23,253,48,120,248,240,224,192,192,240
  900VDU23,254,3,3,3,3,7,15,31,31
  910VDU23,255,192,192,192,192,224,240,248,248
  920VDU 28,11,24,29,21,12,10
  930*KEY 10 CALL&1903|M
  940*RUN"CH2.32H"
  950DEF PROCprint(A$,f,b)
  960LOCAL dbl%,I%,ch%,x,y
  970IF(USR&FFF4 AND &FF0000)<>&70000THEN COLOUR128+b:COLOURf:PRINT"   "; ELSE VDUb,157,f
  980FOR I%=1 TO LEN(A$)
  990ch%=ASC(MID$(A$,I%,1))
 1000IF ch%>127 AND (USR&FFF4 AND &FF0000)<>&70000 THEN ch%=32
 1010IF ch%=141 THEN dbl%=TRUE:x=POS:y=VPOS:PRINT:VDUb,157,f:PRINTTAB(x,y);
 1020VDU ch%
 1030IF dbl% THEN VDU8,10,ch%,11
 1040NEXT
 1050IF VPOS=24 ENDPROC
 1060PRINTSPC(38-I%);CHR$11;
 1070IF dbl% PRINT'ELSE PRINT
 1080ENDPROC
d
*KEY 0
n
*KEY 1
x
*KEY 2
�
*KEY 3
�
*KEY 4
�
*KEY 5
�
*KEY 6
�
*KEY 7
�
*KEY 8
�
*KEY 9
�*KEY 10
�
*KEY 0 |T
�
*KEY 1 |R
�
*KEY 2 |L
�
*KEY 3 |N
�
*KEY 4 |P

*KEY 5 |C
*KEY 6 099
*KEY 7 166
"*KEY 8 00|M00|M10|M
,*KEY 9 59|M59|M59|M
6*FX16 4
@
A%=135
J�7
T*cyan=134:blue=132:yellow=131:white=135
^W�(�&FFF4 � &FF0000)<>&70000 � �19,0,4,0;0,19,1,6,0;0:blue=0:cyan=1:yellow=1:white=1
h
*FX4 1
r*FX12 15
|�print(" ",cyan,blue)
�;�print(�141+"    CHESS 2.32/1  VERSION H/E",white,blue)
�6�print("       For 32K RAM BBC micro",yellow,blue)
�4�print("         or Acorn Electron",yellow,blue)
��print(" ",blue,cyan)
�<�print(�141+"  Copyright (C) D.Thompson 1984",blue,cyan)
��print(" ",blue,cyan)
�;�print(" No  part  of  this  program  may",yellow,blue)
�=�print(" be copied, in any form whatsoever,",yellow,blue)
�<�print(" without  the  written  permission",yellow,blue)
�1�print("          of the author",yellow,blue)
��print(" ",blue,cyan)
�9�print(" From"+�141+"   Superior Software",blue,cyan)
��print(" ",blue,cyan)
�print(" ",cyan,blue)
;�print(" Wait for the main program to load",white,blue)
�print(" ",white,blue)
&=�print("For instructions see reverse of card",white,blue)
0�print(" ",cyan,blue)
:�print(" ",blue,cyan)
D�print(" ",blue,cyan)
N�print(" ",blue,cyan)
X�23,224,0,0,1,1,3,3,1,1
b'�23,225,0,0,128,128,192,192,128,128
l�23,226,31,15,7,7,3,15,3,15
v+�23,227,248,240,224,224,192,240,192,240
��23,228,3,3,3,3,3,7,15,31
�+�23,229,192,192,192,192,192,224,240,248
��23,230,0,0,0,0,1,21,21,31
�#�23,231,0,0,0,0,128,168,168,248
��23,232,15,15,7,7,3,15,3,15
�+�23,233,240,240,224,224,192,240,192,240
��23,234,3,3,3,3,3,7,15,31
�+�23,235,192,192,192,192,192,224,240,248
��23,236,0,1,3,3,7,7,3,3
�)�23,237,0,128,192,192,224,224,192,192
��23,238,1,1,1,1,1,3,7,7
�+�23,239,128,128,128,128,128,192,224,224
��23,240,0,13,13,15,15,7,7,7
)�23,241,0,176,176,240,240,224,224,224
�23,242,7,7,7,7,7,7,15,15
+�23,243,224,224,224,224,224,224,240,240
 �23,244,0,0,0,0,1,3,6,6
*#�23,245,0,0,0,0,128,192,224,240
4 �23,246,15,15,30,28,25,3,7,7
>+�23,247,240,240,240,240,224,224,224,224
H�23,248,7,7,7,7,7,15,31,31
R+�23,249,224,224,224,224,224,240,248,248
\�23,250,0,0,0,1,3,7,7,15
f%�23,251,0,0,0,128,192,224,192,144
p �23,252,15,30,31,15,7,3,3,15
z*�23,253,48,120,248,240,224,192,192,240
��23,254,3,3,3,3,7,15,31,31
�+�23,255,192,192,192,192,224,240,248,248
�� 28,11,24,29,21,12,10
�*KEY 10 CALL&1903|M
�*RUN"CH2.32H"
�� �print(A$,f,b)
�� dbl%,I%,ch%,x,y
�=�(�&FFF4 � &FF0000)<>&70000� �128+b:�f:�"   "; � �b,157,f
�� I%=1 � �(A$)
�ch%=�(�A$,I%,1))
�3� ch%>127 � (�&FFF4 � &FF0000)<>&70000 � ch%=32
�1� ch%=141 � dbl%=�:x=�:y=�:�:�b,157,f:�x,y);
�	� ch%
� dbl% � �8,10,ch%,11
�
� �=24 �
$�(38-I%);�11;
.� dbl% �'� �
8�
�
00000000  0d 00 64 0a 2a 4b 45 59  20 30 0d 00 6e 0a 2a 4b  |..d.*KEY 0..n.*K|
00000010  45 59 20 31 0d 00 78 0a  2a 4b 45 59 20 32 0d 00  |EY 1..x.*KEY 2..|
00000020  82 0a 2a 4b 45 59 20 33  0d 00 8c 0a 2a 4b 45 59  |..*KEY 3....*KEY|
00000030  20 34 0d 00 96 0a 2a 4b  45 59 20 35 0d 00 a0 0a  | 4....*KEY 5....|
00000040  2a 4b 45 59 20 36 0d 00  aa 0a 2a 4b 45 59 20 37  |*KEY 6....*KEY 7|
00000050  0d 00 b4 0a 2a 4b 45 59  20 38 0d 00 be 0a 2a 4b  |....*KEY 8....*K|
00000060  45 59 20 39 0d 00 c8 0b  2a 4b 45 59 20 31 30 0d  |EY 9....*KEY 10.|
00000070  00 d2 0d 2a 4b 45 59 20  30 20 7c 54 0d 00 dc 0d  |...*KEY 0 |T....|
00000080  2a 4b 45 59 20 31 20 7c  52 0d 00 e6 0d 2a 4b 45  |*KEY 1 |R....*KE|
00000090  59 20 32 20 7c 4c 0d 00  f0 0d 2a 4b 45 59 20 33  |Y 2 |L....*KEY 3|
000000a0  20 7c 4e 0d 00 fa 0d 2a  4b 45 59 20 34 20 7c 50  | |N....*KEY 4 |P|
000000b0  0d 01 04 0d 2a 4b 45 59  20 35 20 7c 43 0d 01 0e  |....*KEY 5 |C...|
000000c0  0e 2a 4b 45 59 20 36 20  30 39 39 0d 01 18 0e 2a  |.*KEY 6 099....*|
000000d0  4b 45 59 20 37 20 31 36  36 0d 01 22 17 2a 4b 45  |KEY 7 166..".*KE|
000000e0  59 20 38 20 30 30 7c 4d  30 30 7c 4d 31 30 7c 4d  |Y 8 00|M00|M10|M|
000000f0  0d 01 2c 17 2a 4b 45 59  20 39 20 35 39 7c 4d 35  |..,.*KEY 9 59|M5|
00000100  39 7c 4d 35 39 7c 4d 0d  01 36 0b 2a 46 58 31 36  |9|M59|M..6.*FX16|
00000110  20 34 0d 01 40 0a 41 25  3d 31 33 35 0d 01 4a 06  | 4..@.A%=135..J.|
00000120  eb 37 0d 01 54 2a 63 79  61 6e 3d 31 33 34 3a 62  |.7..T*cyan=134:b|
00000130  6c 75 65 3d 31 33 32 3a  79 65 6c 6c 6f 77 3d 31  |lue=132:yellow=1|
00000140  33 31 3a 77 68 69 74 65  3d 31 33 35 0d 01 5e 57  |31:white=135..^W|
00000150  e7 28 ba 26 46 46 46 34  20 80 20 26 46 46 30 30  |.(.&FFF4 . &FF00|
00000160  30 30 29 3c 3e 26 37 30  30 30 30 20 8c 20 ef 31  |00)<>&70000 . .1|
00000170  39 2c 30 2c 34 2c 30 3b  30 2c 31 39 2c 31 2c 36  |9,0,4,0;0,19,1,6|
00000180  2c 30 3b 30 3a 62 6c 75  65 3d 30 3a 63 79 61 6e  |,0;0:blue=0:cyan|
00000190  3d 31 3a 79 65 6c 6c 6f  77 3d 31 3a 77 68 69 74  |=1:yellow=1:whit|
000001a0  65 3d 31 0d 01 68 0a 2a  46 58 34 20 31 0d 01 72  |e=1..h.*FX4 1..r|
000001b0  0c 2a 46 58 31 32 20 31  35 0d 01 7c 19 f2 70 72  |.*FX12 15..|..pr|
000001c0  69 6e 74 28 22 20 22 2c  63 79 61 6e 2c 62 6c 75  |int(" ",cyan,blu|
000001d0  65 29 0d 01 86 3b f2 70  72 69 6e 74 28 bd 31 34  |e)...;.print(.14|
000001e0  31 2b 22 20 20 20 20 43  48 45 53 53 20 32 2e 33  |1+"    CHESS 2.3|
000001f0  32 2f 31 20 20 56 45 52  53 49 4f 4e 20 48 2f 45  |2/1  VERSION H/E|
00000200  22 2c 77 68 69 74 65 2c  62 6c 75 65 29 0d 01 90  |",white,blue)...|
00000210  36 f2 70 72 69 6e 74 28  22 20 20 20 20 20 20 20  |6.print("       |
00000220  46 6f 72 20 33 32 4b 20  52 41 4d 20 42 42 43 20  |For 32K RAM BBC |
00000230  6d 69 63 72 6f 22 2c 79  65 6c 6c 6f 77 2c 62 6c  |micro",yellow,bl|
00000240  75 65 29 0d 01 9a 34 f2  70 72 69 6e 74 28 22 20  |ue)...4.print(" |
00000250  20 20 20 20 20 20 20 20  6f 72 20 41 63 6f 72 6e  |        or Acorn|
00000260  20 45 6c 65 63 74 72 6f  6e 22 2c 79 65 6c 6c 6f  | Electron",yello|
00000270  77 2c 62 6c 75 65 29 0d  01 a4 19 f2 70 72 69 6e  |w,blue).....prin|
00000280  74 28 22 20 22 2c 62 6c  75 65 2c 63 79 61 6e 29  |t(" ",blue,cyan)|
00000290  0d 01 ae 3c f2 70 72 69  6e 74 28 bd 31 34 31 2b  |...<.print(.141+|
000002a0  22 20 20 43 6f 70 79 72  69 67 68 74 20 28 43 29  |"  Copyright (C)|
000002b0  20 44 2e 54 68 6f 6d 70  73 6f 6e 20 31 39 38 34  | D.Thompson 1984|
000002c0  22 2c 62 6c 75 65 2c 63  79 61 6e 29 0d 01 b8 19  |",blue,cyan)....|
000002d0  f2 70 72 69 6e 74 28 22  20 22 2c 62 6c 75 65 2c  |.print(" ",blue,|
000002e0  63 79 61 6e 29 0d 01 c2  3b f2 70 72 69 6e 74 28  |cyan)...;.print(|
000002f0  22 20 4e 6f 20 20 70 61  72 74 20 20 6f 66 20 20  |" No  part  of  |
00000300  74 68 69 73 20 20 70 72  6f 67 72 61 6d 20 20 6d  |this  program  m|
00000310  61 79 22 2c 79 65 6c 6c  6f 77 2c 62 6c 75 65 29  |ay",yellow,blue)|
00000320  0d 01 cc 3d f2 70 72 69  6e 74 28 22 20 62 65 20  |...=.print(" be |
00000330  63 6f 70 69 65 64 2c 20  69 6e 20 61 6e 79 20 66  |copied, in any f|
00000340  6f 72 6d 20 77 68 61 74  73 6f 65 76 65 72 2c 22  |orm whatsoever,"|
00000350  2c 79 65 6c 6c 6f 77 2c  62 6c 75 65 29 0d 01 d6  |,yellow,blue)...|
00000360  3c f2 70 72 69 6e 74 28  22 20 77 69 74 68 6f 75  |<.print(" withou|
00000370  74 20 20 74 68 65 20 20  77 72 69 74 74 65 6e 20  |t  the  written |
00000380  20 70 65 72 6d 69 73 73  69 6f 6e 22 2c 79 65 6c  | permission",yel|
00000390  6c 6f 77 2c 62 6c 75 65  29 0d 01 e0 31 f2 70 72  |low,blue)...1.pr|
000003a0  69 6e 74 28 22 20 20 20  20 20 20 20 20 20 20 6f  |int("          o|
000003b0  66 20 74 68 65 20 61 75  74 68 6f 72 22 2c 79 65  |f the author",ye|
000003c0  6c 6c 6f 77 2c 62 6c 75  65 29 0d 01 ea 19 f2 70  |llow,blue).....p|
000003d0  72 69 6e 74 28 22 20 22  2c 62 6c 75 65 2c 63 79  |rint(" ",blue,cy|
000003e0  61 6e 29 0d 01 f4 39 f2  70 72 69 6e 74 28 22 20  |an)...9.print(" |
000003f0  46 72 6f 6d 22 2b bd 31  34 31 2b 22 20 20 20 53  |From"+.141+"   S|
00000400  75 70 65 72 69 6f 72 20  53 6f 66 74 77 61 72 65  |uperior Software|
00000410  22 2c 62 6c 75 65 2c 63  79 61 6e 29 0d 01 fe 19  |",blue,cyan)....|
00000420  f2 70 72 69 6e 74 28 22  20 22 2c 62 6c 75 65 2c  |.print(" ",blue,|
00000430  63 79 61 6e 29 0d 02 08  19 f2 70 72 69 6e 74 28  |cyan).....print(|
00000440  22 20 22 2c 63 79 61 6e  2c 62 6c 75 65 29 0d 02  |" ",cyan,blue)..|
00000450  12 3b f2 70 72 69 6e 74  28 22 20 57 61 69 74 20  |.;.print(" Wait |
00000460  66 6f 72 20 74 68 65 20  6d 61 69 6e 20 70 72 6f  |for the main pro|
00000470  67 72 61 6d 20 74 6f 20  6c 6f 61 64 22 2c 77 68  |gram to load",wh|
00000480  69 74 65 2c 62 6c 75 65  29 0d 02 1c 1a f2 70 72  |ite,blue).....pr|
00000490  69 6e 74 28 22 20 22 2c  77 68 69 74 65 2c 62 6c  |int(" ",white,bl|
000004a0  75 65 29 0d 02 26 3d f2  70 72 69 6e 74 28 22 46  |ue)..&=.print("F|
000004b0  6f 72 20 69 6e 73 74 72  75 63 74 69 6f 6e 73 20  |or instructions |
000004c0  73 65 65 20 72 65 76 65  72 73 65 20 6f 66 20 63  |see reverse of c|
000004d0  61 72 64 22 2c 77 68 69  74 65 2c 62 6c 75 65 29  |ard",white,blue)|
000004e0  0d 02 30 19 f2 70 72 69  6e 74 28 22 20 22 2c 63  |..0..print(" ",c|
000004f0  79 61 6e 2c 62 6c 75 65  29 0d 02 3a 19 f2 70 72  |yan,blue)..:..pr|
00000500  69 6e 74 28 22 20 22 2c  62 6c 75 65 2c 63 79 61  |int(" ",blue,cya|
00000510  6e 29 0d 02 44 19 f2 70  72 69 6e 74 28 22 20 22  |n)..D..print(" "|
00000520  2c 62 6c 75 65 2c 63 79  61 6e 29 0d 02 4e 19 f2  |,blue,cyan)..N..|
00000530  70 72 69 6e 74 28 22 20  22 2c 62 6c 75 65 2c 63  |print(" ",blue,c|
00000540  79 61 6e 29 0d 02 58 1b  ef 32 33 2c 32 32 34 2c  |yan)..X..23,224,|
00000550  30 2c 30 2c 31 2c 31 2c  33 2c 33 2c 31 2c 31 0d  |0,0,1,1,3,3,1,1.|
00000560  02 62 27 ef 32 33 2c 32  32 35 2c 30 2c 30 2c 31  |.b'.23,225,0,0,1|
00000570  32 38 2c 31 32 38 2c 31  39 32 2c 31 39 32 2c 31  |28,128,192,192,1|
00000580  32 38 2c 31 32 38 0d 02  6c 1f ef 32 33 2c 32 32  |28,128..l..23,22|
00000590  36 2c 33 31 2c 31 35 2c  37 2c 37 2c 33 2c 31 35  |6,31,15,7,7,3,15|
000005a0  2c 33 2c 31 35 0d 02 76  2b ef 32 33 2c 32 32 37  |,3,15..v+.23,227|
000005b0  2c 32 34 38 2c 32 34 30  2c 32 32 34 2c 32 32 34  |,248,240,224,224|
000005c0  2c 31 39 32 2c 32 34 30  2c 31 39 32 2c 32 34 30  |,192,240,192,240|
000005d0  0d 02 80 1d ef 32 33 2c  32 32 38 2c 33 2c 33 2c  |.....23,228,3,3,|
000005e0  33 2c 33 2c 33 2c 37 2c  31 35 2c 33 31 0d 02 8a  |3,3,3,7,15,31...|
000005f0  2b ef 32 33 2c 32 32 39  2c 31 39 32 2c 31 39 32  |+.23,229,192,192|
00000600  2c 31 39 32 2c 31 39 32  2c 31 39 32 2c 32 32 34  |,192,192,192,224|
00000610  2c 32 34 30 2c 32 34 38  0d 02 94 1e ef 32 33 2c  |,240,248.....23,|
00000620  32 33 30 2c 30 2c 30 2c  30 2c 30 2c 31 2c 32 31  |230,0,0,0,0,1,21|
00000630  2c 32 31 2c 33 31 0d 02  9e 23 ef 32 33 2c 32 33  |,21,31...#.23,23|
00000640  31 2c 30 2c 30 2c 30 2c  30 2c 31 32 38 2c 31 36  |1,0,0,0,0,128,16|
00000650  38 2c 31 36 38 2c 32 34  38 0d 02 a8 1f ef 32 33  |8,168,248.....23|
00000660  2c 32 33 32 2c 31 35 2c  31 35 2c 37 2c 37 2c 33  |,232,15,15,7,7,3|
00000670  2c 31 35 2c 33 2c 31 35  0d 02 b2 2b ef 32 33 2c  |,15,3,15...+.23,|
00000680  32 33 33 2c 32 34 30 2c  32 34 30 2c 32 32 34 2c  |233,240,240,224,|
00000690  32 32 34 2c 31 39 32 2c  32 34 30 2c 31 39 32 2c  |224,192,240,192,|
000006a0  32 34 30 0d 02 bc 1d ef  32 33 2c 32 33 34 2c 33  |240.....23,234,3|
000006b0  2c 33 2c 33 2c 33 2c 33  2c 37 2c 31 35 2c 33 31  |,3,3,3,3,7,15,31|
000006c0  0d 02 c6 2b ef 32 33 2c  32 33 35 2c 31 39 32 2c  |...+.23,235,192,|
000006d0  31 39 32 2c 31 39 32 2c  31 39 32 2c 31 39 32 2c  |192,192,192,192,|
000006e0  32 32 34 2c 32 34 30 2c  32 34 38 0d 02 d0 1b ef  |224,240,248.....|
000006f0  32 33 2c 32 33 36 2c 30  2c 31 2c 33 2c 33 2c 37  |23,236,0,1,3,3,7|
00000700  2c 37 2c 33 2c 33 0d 02  da 29 ef 32 33 2c 32 33  |,7,3,3...).23,23|
00000710  37 2c 30 2c 31 32 38 2c  31 39 32 2c 31 39 32 2c  |7,0,128,192,192,|
00000720  32 32 34 2c 32 32 34 2c  31 39 32 2c 31 39 32 0d  |224,224,192,192.|
00000730  02 e4 1b ef 32 33 2c 32  33 38 2c 31 2c 31 2c 31  |....23,238,1,1,1|
00000740  2c 31 2c 31 2c 33 2c 37  2c 37 0d 02 ee 2b ef 32  |,1,1,3,7,7...+.2|
00000750  33 2c 32 33 39 2c 31 32  38 2c 31 32 38 2c 31 32  |3,239,128,128,12|
00000760  38 2c 31 32 38 2c 31 32  38 2c 31 39 32 2c 32 32  |8,128,128,192,22|
00000770  34 2c 32 32 34 0d 02 f8  1f ef 32 33 2c 32 34 30  |4,224.....23,240|
00000780  2c 30 2c 31 33 2c 31 33  2c 31 35 2c 31 35 2c 37  |,0,13,13,15,15,7|
00000790  2c 37 2c 37 0d 03 02 29  ef 32 33 2c 32 34 31 2c  |,7,7...).23,241,|
000007a0  30 2c 31 37 36 2c 31 37  36 2c 32 34 30 2c 32 34  |0,176,176,240,24|
000007b0  30 2c 32 32 34 2c 32 32  34 2c 32 32 34 0d 03 0c  |0,224,224,224...|
000007c0  1d ef 32 33 2c 32 34 32  2c 37 2c 37 2c 37 2c 37  |..23,242,7,7,7,7|
000007d0  2c 37 2c 37 2c 31 35 2c  31 35 0d 03 16 2b ef 32  |,7,7,15,15...+.2|
000007e0  33 2c 32 34 33 2c 32 32  34 2c 32 32 34 2c 32 32  |3,243,224,224,22|
000007f0  34 2c 32 32 34 2c 32 32  34 2c 32 32 34 2c 32 34  |4,224,224,224,24|
00000800  30 2c 32 34 30 0d 03 20  1b ef 32 33 2c 32 34 34  |0,240.. ..23,244|
00000810  2c 30 2c 30 2c 30 2c 30  2c 31 2c 33 2c 36 2c 36  |,0,0,0,0,1,3,6,6|
00000820  0d 03 2a 23 ef 32 33 2c  32 34 35 2c 30 2c 30 2c  |..*#.23,245,0,0,|
00000830  30 2c 30 2c 31 32 38 2c  31 39 32 2c 32 32 34 2c  |0,0,128,192,224,|
00000840  32 34 30 0d 03 34 20 ef  32 33 2c 32 34 36 2c 31  |240..4 .23,246,1|
00000850  35 2c 31 35 2c 33 30 2c  32 38 2c 32 35 2c 33 2c  |5,15,30,28,25,3,|
00000860  37 2c 37 0d 03 3e 2b ef  32 33 2c 32 34 37 2c 32  |7,7..>+.23,247,2|
00000870  34 30 2c 32 34 30 2c 32  34 30 2c 32 34 30 2c 32  |40,240,240,240,2|
00000880  32 34 2c 32 32 34 2c 32  32 34 2c 32 32 34 0d 03  |24,224,224,224..|
00000890  48 1e ef 32 33 2c 32 34  38 2c 37 2c 37 2c 37 2c  |H..23,248,7,7,7,|
000008a0  37 2c 37 2c 31 35 2c 33  31 2c 33 31 0d 03 52 2b  |7,7,15,31,31..R+|
000008b0  ef 32 33 2c 32 34 39 2c  32 32 34 2c 32 32 34 2c  |.23,249,224,224,|
000008c0  32 32 34 2c 32 32 34 2c  32 32 34 2c 32 34 30 2c  |224,224,224,240,|
000008d0  32 34 38 2c 32 34 38 0d  03 5c 1c ef 32 33 2c 32  |248,248..\..23,2|
000008e0  35 30 2c 30 2c 30 2c 30  2c 31 2c 33 2c 37 2c 37  |50,0,0,0,1,3,7,7|
000008f0  2c 31 35 0d 03 66 25 ef  32 33 2c 32 35 31 2c 30  |,15..f%.23,251,0|
00000900  2c 30 2c 30 2c 31 32 38  2c 31 39 32 2c 32 32 34  |,0,0,128,192,224|
00000910  2c 31 39 32 2c 31 34 34  0d 03 70 20 ef 32 33 2c  |,192,144..p .23,|
00000920  32 35 32 2c 31 35 2c 33  30 2c 33 31 2c 31 35 2c  |252,15,30,31,15,|
00000930  37 2c 33 2c 33 2c 31 35  0d 03 7a 2a ef 32 33 2c  |7,3,3,15..z*.23,|
00000940  32 35 33 2c 34 38 2c 31  32 30 2c 32 34 38 2c 32  |253,48,120,248,2|
00000950  34 30 2c 32 32 34 2c 31  39 32 2c 31 39 32 2c 32  |40,224,192,192,2|
00000960  34 30 0d 03 84 1e ef 32  33 2c 32 35 34 2c 33 2c  |40.....23,254,3,|
00000970  33 2c 33 2c 33 2c 37 2c  31 35 2c 33 31 2c 33 31  |3,3,3,7,15,31,31|
00000980  0d 03 8e 2b ef 32 33 2c  32 35 35 2c 31 39 32 2c  |...+.23,255,192,|
00000990  31 39 32 2c 31 39 32 2c  31 39 32 2c 32 32 34 2c  |192,192,192,224,|
000009a0  32 34 30 2c 32 34 38 2c  32 34 38 0d 03 98 1a ef  |240,248,248.....|
000009b0  20 32 38 2c 31 31 2c 32  34 2c 32 39 2c 32 31 2c  | 28,11,24,29,21,|
000009c0  31 32 2c 31 30 0d 03 a2  17 2a 4b 45 59 20 31 30  |12,10....*KEY 10|
000009d0  20 43 41 4c 4c 26 31 39  30 33 7c 4d 0d 03 ac 11  | CALL&1903|M....|
000009e0  2a 52 55 4e 22 43 48 32  2e 33 32 48 22 0d 03 b6  |*RUN"CH2.32H"...|
000009f0  14 dd 20 f2 70 72 69 6e  74 28 41 24 2c 66 2c 62  |.. .print(A$,f,b|
00000a00  29 0d 03 c0 15 ea 20 64  62 6c 25 2c 49 25 2c 63  |)..... dbl%,I%,c|
00000a10  68 25 2c 78 2c 79 0d 03  ca 3d e7 28 ba 26 46 46  |h%,x,y...=.(.&FF|
00000a20  46 34 20 80 20 26 46 46  30 30 30 30 29 3c 3e 26  |F4 . &FF0000)<>&|
00000a30  37 30 30 30 30 8c 20 fb  31 32 38 2b 62 3a fb 66  |70000. .128+b:.f|
00000a40  3a f1 22 20 20 20 22 3b  20 8b 20 ef 62 2c 31 35  |:."   "; . .b,15|
00000a50  37 2c 66 0d 03 d4 12 e3  20 49 25 3d 31 20 b8 20  |7,f..... I%=1 . |
00000a60  a9 28 41 24 29 0d 03 de  14 63 68 25 3d 97 28 c1  |.(A$)....ch%=.(.|
00000a70  41 24 2c 49 25 2c 31 29  29 0d 03 e8 33 e7 20 63  |A$,I%,1))...3. c|
00000a80  68 25 3e 31 32 37 20 80  20 28 ba 26 46 46 46 34  |h%>127 . (.&FFF4|
00000a90  20 80 20 26 46 46 30 30  30 30 29 3c 3e 26 37 30  | . &FF0000)<>&70|
00000aa0  30 30 30 20 8c 20 63 68  25 3d 33 32 0d 03 f2 31  |000 . ch%=32...1|
00000ab0  e7 20 63 68 25 3d 31 34  31 20 8c 20 64 62 6c 25  |. ch%=141 . dbl%|
00000ac0  3d b9 3a 78 3d b1 3a 79  3d bc 3a f1 3a ef 62 2c  |=.:x=.:y=.:.:.b,|
00000ad0  31 35 37 2c 66 3a f1 8a  78 2c 79 29 3b 0d 03 fc  |157,f:..x,y);...|
00000ae0  09 ef 20 63 68 25 0d 04  06 19 e7 20 64 62 6c 25  |.. ch%..... dbl%|
00000af0  20 8c 20 ef 38 2c 31 30  2c 63 68 25 2c 31 31 0d  | . .8,10,ch%,11.|
00000b00  04 10 05 ed 0d 04 1a 0c  e7 20 bc 3d 32 34 20 e1  |......... .=24 .|
00000b10  0d 04 24 12 f1 89 28 33  38 2d 49 25 29 3b bd 31  |..$...(38-I%);.1|
00000b20  31 3b 0d 04 2e 10 e7 20  64 62 6c 25 20 f1 27 8b  |1;..... dbl% .'.|
00000b30  20 f1 0d 04 38 05 e1 0d  ff                       | ...8....|
00000b39
CHESS.m0
CHESS.m1
CHESS.m2
CHESS.m4
CHESS.m5