Home » Archimedes archive » Acorn User » AU 1997-04 A.adf » Features1 » StarInfo/Smale/FERN4_RPC

StarInfo/Smale/FERN4_RPC

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 » Archimedes archive » Acorn User » AU 1997-04 A.adf » Features1
Filename: StarInfo/Smale/FERN4_RPC
Read OK:
File size: 09FE bytes
Load address: 0000
Exec address: 0000
File contents
   10MODE49:OFF
   20DIM code 1024+16
   30ON ERROR REPORT:PRINT" at line ";ERL:END
   40PROCscrn
   50PROCcols
   60
   70PRINTTAB(2,2);"Fast or Slow? (F/S) ";
   80FS$=GET$
   90IF FS$="S" OR FS$="s" PRINT "Slow" ELSE PRINT "Fast"
  100FOR I=1 TO 16000:NEXT
  110CLS
  120
  130link=14
  140sp=13
  150screen=12
  160GCOL 255
  170
  180REMPOINT 640,512
  190
  200FOR pass=0 TO 2 STEP 2
  210P%=code
  220[OPT pass
  230.bob EQUD 0
  240.fern      STMFD (sp)!,{link}
  250           LDR screen,scrn
  260           MOV R6,#255
  270LDR R10,seed
  280LDR R8,c1
  290LDR R9,c2
  300
  310.dotloop
  320
  330MOV R0,R0,LSL#16
  340MOV R1,R1,LSL#16
  350
  360RSB R14,R0,#160<<16
  370RSB R4,R1,#120<<16
  380MOV R14,R14,ASR#8
  390MOV R4,R4,ASR#8
  400
  410.yloop ADD R0,R0,R14
  420       ADD R1,R1,R4
  430
  440           MOV R7,R10
  450           MLA R7,R8,R7,R9
  460           MLA R10,R8,R7,R9
  470           EOR R7,R7,R10,ROR#16
  480AND R7,R7,#2
  490SUB R7,R7,#1
  500ADD R0,R0,R7
  510
  520MOV R3,R0,LSR#16
  530ADD R2,screen,R3
  540MOV R3,R1,LSR#16
  550ADD R2,R2,R3,LSL#7
  560ADD R2,R2,R3,LSL#9
  570]
  580IF FS$="S" OR FS$="s" THEN
  590[OPT pass
  600MOV R3,#255
  610STRB R3,[R2,#0]
  620STMFD (sp)!,{R0-R12}
  630MOV R0,#19
  640SWI "OS_Byte"
  650SWI "OS_ReadEscapeState"
  660LDMFD (sp)!,{R0-R12}
  670MOV R3,#0
  680STRB R3,[R2,#0]
  690BCS fini
  700]
  710ENDIF
  720[OPT pass
  730
  740           LDRB  R3,[R2,#640]
  750           CMP   R3,#0
  760           BNE   draw
  770
  780           LDRB  R3,[R2,#-1]
  790           CMP   R3,#0
  800           BNE   draw
  810
  820           LDRB  R3,[R2,#-640]
  830           CMP   R3,#0
  840           BNE   draw
  850
  860           LDRB  R3,[R2,#1]
  870           CMP   R3,#0
  880           BEQ   yloop
  890
  900.draw
  910LDR   R6,col%
  920LDR   R3,coldata
  930LDRB  R6,[R6,R3]
  940STRB  R6,[R2,#0]
  950STRB  R6,[R2,#320]
  960MOV R0,R0,LSR#16
  970MOV R1,R1,LSR#17
  980SUB R0,R0,#160
  990SUB R1,R1,#120
 1000MUL   R2,R0,R0
 1010MUL   R3,R1,R1
 1020ADD   R0,R2,R3
 1030STR   R0,bob
 1040
 1050.fini      LDMFD (sp)!,{PC}
 1060.scrn      EQUD screen%
 1070.c1   EQUD 1664525
 1080.c2   EQUD 907633393
 1090.seed EQUD TIME
 1100.coldata EQUD code+1024
 1110.col% EQUD 0
 1120]
 1130NEXT
 1140
 1150screen%?(320*240+160)=255
 1160HR%=100
 1170REPEAT
 1180A=RND(360)
 1190A%=(HR%*SIN(RAD A))+160
 1200B%=((HR%*COS(RAD A))+120)
 1210R%=!bob
 1220!col%=15-(SQR(R%) DIV 12)
 1230IF !col%>-1 THEN CALL fern
 1240UNTIL !col%<4
 1250END
 1260
 1270DEFPROCcols
 1280data%=code+1024
 1290FOR I%=0 TO 15
 1300READ data%?I%
 1310NEXT
 1320ENDPROC
 1330
 1340DATA 1,1,2,3, 8,9,10,11, 164,165,166,167, 216,217,218,219
 1350DATA 1,1,2,3, 44,45,46,47, 208,209,210,211, 252,253,254,255
 1360DATA 1,1,2,3, 8,9,10,11, 164,165,166,167, 216,217,218,219
 1370
 1380DEFPROCscrn
 1390DIM block% 15,b2% 15
 1400block%!0=148
 1410block%!4=7
 1420block%!8=6
 1430block%!12=-1
 1440SYS "OS_ReadVduVariables",block%,b2%
 1450screen%=b2%!0
 1460ENDPROC

	�49:�
� code 1024+16
� � �:�" at line ";�:�
(	�scrn
2	�cols
<
F"�2,2);"Fast or Slow? (F/S) ";
P	FS$=�
Z+� FS$="S" � FS$="s" � "Slow" � � "Fast"
d� I=1 � 16000:�
n�
x
�link=14
�	sp=13
�
screen=12
�	� 255
�
��POINT 640,512
�
�� pass=0 � 2 � 2
�P%=code
�
[OPT pass
�.bob EQUD 0
�!.fern      STMFD (sp)!,{link}
�           LDR screen,scrn
           MOV R6,#255
LDR R10,seed

LDR R8,c1
"
LDR R9,c2
,
6.dotloop
@
JMOV R0,R0,LSL#16
TMOV R1,R1,LSL#16
^
hRSB R14,R0,#160<<16
rRSB R4,R1,#120<<16
|MOV R14,R14,ASR#8
�MOV R4,R4,ASR#8
�
�.yloop ADD R0,R0,R14
�       ADD R1,R1,R4
�
�           MOV R7,R10
�           MLA R7,R8,R7,R9
�           MLA R10,R8,R7,R9
�!           � R7,R7,R10,ROR#16
�� R7,R7,#2
�SUB R7,R7,#1
�ADD R0,R0,R7
�
MOV R3,R0,LSR#16
ADD R2,screen,R3
MOV R3,R1,LSR#16
&ADD R2,R2,R3,LSL#7
0ADD R2,R2,R3,LSL#9
:]
D� FS$="S" � FS$="s" �
N
[OPT pass
XMOV R3,#255
bSTRB R3,[R2,#0]
lSTMFD (sp)!,{R0-R12}
vMOV R0,#19
�SWI "OS_Byte"
�SWI "OS_ReadEscapeState"
�LDMFD (sp)!,{R0-R12}
�
MOV R3,#0
�STRB R3,[R2,#0]
�BCS fini
�]
��
�
[OPT pass
�
�!           LDRB  R3,[R2,#640]
�           CMP   R3,#0
�           BNE   draw

            LDRB  R3,[R2,#-1]
           CMP   R3,#0
            BNE   draw
*
4"           LDRB  R3,[R2,#-640]
>           CMP   R3,#0
H           BNE   draw
R
\           LDRB  R3,[R2,#1]
f           CMP   R3,#0
p           BEQ   yloop
z
�	.draw
�LDR   R6,col%
�LDR   R3,coldata
�LDRB  R6,[R6,R3]
�STRB  R6,[R2,#0]
�STRB  R6,[R2,#320]
�MOV R0,R0,LSR#16
�MOV R1,R1,LSR#17
�SUB R0,R0,#160
�SUB R1,R1,#120
�MUL   R2,R0,R0
�MUL   R3,R1,R1
�ADD   R0,R2,R3
STR   R0,bob

.fini      LDMFD (sp)!,{PC}
$.scrn      EQUD screen%
..c1   EQUD 1664525
8.c2   EQUD 907633393
B.seed EQUD �
L.coldata EQUD code+1024
V.col% EQUD 0
`]
j�
t
~screen%?(320*240+160)=255
�HR%=100
��
�A=�(360)
�A%=(HR%*�(� A))+160
�B%=((HR%*�(� A))+120)
�R%=!bob
�!col%=15-(�(R%) � 12)
�� !col%>-1 � � fern
�
� !col%<4
��
�
�
��cols
data%=code+1024

� I%=0 � 15
� data%?I%
�
(�
2
<:� 1,1,2,3, 8,9,10,11, 164,165,166,167, 216,217,218,219
F<� 1,1,2,3, 44,45,46,47, 208,209,210,211, 252,253,254,255
P:� 1,1,2,3, 8,9,10,11, 164,165,166,167, 216,217,218,219
Z
d
��scrn
n� block% 15,b2% 15
xblock%!0=148
�block%!4=7
�block%!8=6
�block%!12=-1
�'ș "OS_ReadVduVariables",block%,b2%
�screen%=b2%!0
��
�
00000000  0d 00 0a 09 eb 34 39 3a  87 0d 00 14 12 de 20 63  |.....49:...... c|
00000010  6f 64 65 20 31 30 32 34  2b 31 36 0d 00 1e 1a ee  |ode 1024+16.....|
00000020  20 85 20 f6 3a f1 22 20  61 74 20 6c 69 6e 65 20  | . .:." at line |
00000030  22 3b 9e 3a e0 0d 00 28  09 f2 73 63 72 6e 0d 00  |";.:...(..scrn..|
00000040  32 09 f2 63 6f 6c 73 0d  00 3c 04 0d 00 46 22 f1  |2..cols..<...F".|
00000050  8a 32 2c 32 29 3b 22 46  61 73 74 20 6f 72 20 53  |.2,2);"Fast or S|
00000060  6c 6f 77 3f 20 28 46 2f  53 29 20 22 3b 0d 00 50  |low? (F/S) ";..P|
00000070  09 46 53 24 3d be 0d 00  5a 2b e7 20 46 53 24 3d  |.FS$=...Z+. FS$=|
00000080  22 53 22 20 84 20 46 53  24 3d 22 73 22 20 f1 20  |"S" . FS$="s" . |
00000090  22 53 6c 6f 77 22 20 8b  20 f1 20 22 46 61 73 74  |"Slow" . . "Fast|
000000a0  22 0d 00 64 13 e3 20 49  3d 31 20 b8 20 31 36 30  |"..d.. I=1 . 160|
000000b0  30 30 3a ed 0d 00 6e 05  db 0d 00 78 04 0d 00 82  |00:...n....x....|
000000c0  0b 6c 69 6e 6b 3d 31 34  0d 00 8c 09 73 70 3d 31  |.link=14....sp=1|
000000d0  33 0d 00 96 0d 73 63 72  65 65 6e 3d 31 32 0d 00  |3....screen=12..|
000000e0  a0 09 e6 20 32 35 35 0d  00 aa 04 0d 00 b4 12 f4  |... 255.........|
000000f0  50 4f 49 4e 54 20 36 34  30 2c 35 31 32 0d 00 be  |POINT 640,512...|
00000100  04 0d 00 c8 14 e3 20 70  61 73 73 3d 30 20 b8 20  |...... pass=0 . |
00000110  32 20 88 20 32 0d 00 d2  0b 50 25 3d 63 6f 64 65  |2 . 2....P%=code|
00000120  0d 00 dc 0d 5b 4f 50 54  20 70 61 73 73 0d 00 e6  |....[OPT pass...|
00000130  0f 2e 62 6f 62 20 45 51  55 44 20 30 0d 00 f0 21  |..bob EQUD 0...!|
00000140  2e 66 65 72 6e 20 20 20  20 20 20 53 54 4d 46 44  |.fern      STMFD|
00000150  20 28 73 70 29 21 2c 7b  6c 69 6e 6b 7d 0d 00 fa  | (sp)!,{link}...|
00000160  1e 20 20 20 20 20 20 20  20 20 20 20 4c 44 52 20  |.           LDR |
00000170  73 63 72 65 65 6e 2c 73  63 72 6e 0d 01 04 1a 20  |screen,scrn.... |
00000180  20 20 20 20 20 20 20 20  20 20 4d 4f 56 20 52 36  |          MOV R6|
00000190  2c 23 32 35 35 0d 01 0e  10 4c 44 52 20 52 31 30  |,#255....LDR R10|
000001a0  2c 73 65 65 64 0d 01 18  0d 4c 44 52 20 52 38 2c  |,seed....LDR R8,|
000001b0  63 31 0d 01 22 0d 4c 44  52 20 52 39 2c 63 32 0d  |c1..".LDR R9,c2.|
000001c0  01 2c 04 0d 01 36 0c 2e  64 6f 74 6c 6f 6f 70 0d  |.,...6..dotloop.|
000001d0  01 40 04 0d 01 4a 14 4d  4f 56 20 52 30 2c 52 30  |.@...J.MOV R0,R0|
000001e0  2c 4c 53 4c 23 31 36 0d  01 54 14 4d 4f 56 20 52  |,LSL#16..T.MOV R|
000001f0  31 2c 52 31 2c 4c 53 4c  23 31 36 0d 01 5e 04 0d  |1,R1,LSL#16..^..|
00000200  01 68 17 52 53 42 20 52  31 34 2c 52 30 2c 23 31  |.h.RSB R14,R0,#1|
00000210  36 30 3c 3c 31 36 0d 01  72 16 52 53 42 20 52 34  |60<<16..r.RSB R4|
00000220  2c 52 31 2c 23 31 32 30  3c 3c 31 36 0d 01 7c 15  |,R1,#120<<16..|.|
00000230  4d 4f 56 20 52 31 34 2c  52 31 34 2c 41 53 52 23  |MOV R14,R14,ASR#|
00000240  38 0d 01 86 13 4d 4f 56  20 52 34 2c 52 34 2c 41  |8....MOV R4,R4,A|
00000250  53 52 23 38 0d 01 90 04  0d 01 9a 18 2e 79 6c 6f  |SR#8.........ylo|
00000260  6f 70 20 41 44 44 20 52  30 2c 52 30 2c 52 31 34  |op ADD R0,R0,R14|
00000270  0d 01 a4 17 20 20 20 20  20 20 20 41 44 44 20 52  |....       ADD R|
00000280  31 2c 52 31 2c 52 34 0d  01 ae 04 0d 01 b8 19 20  |1,R1,R4........ |
00000290  20 20 20 20 20 20 20 20  20 20 4d 4f 56 20 52 37  |          MOV R7|
000002a0  2c 52 31 30 0d 01 c2 1e  20 20 20 20 20 20 20 20  |,R10....        |
000002b0  20 20 20 4d 4c 41 20 52  37 2c 52 38 2c 52 37 2c  |   MLA R7,R8,R7,|
000002c0  52 39 0d 01 cc 1f 20 20  20 20 20 20 20 20 20 20  |R9....          |
000002d0  20 4d 4c 41 20 52 31 30  2c 52 38 2c 52 37 2c 52  | MLA R10,R8,R7,R|
000002e0  39 0d 01 d6 21 20 20 20  20 20 20 20 20 20 20 20  |9...!           |
000002f0  82 20 52 37 2c 52 37 2c  52 31 30 2c 52 4f 52 23  |. R7,R7,R10,ROR#|
00000300  31 36 0d 01 e0 0e 80 20  52 37 2c 52 37 2c 23 32  |16..... R7,R7,#2|
00000310  0d 01 ea 10 53 55 42 20  52 37 2c 52 37 2c 23 31  |....SUB R7,R7,#1|
00000320  0d 01 f4 10 41 44 44 20  52 30 2c 52 30 2c 52 37  |....ADD R0,R0,R7|
00000330  0d 01 fe 04 0d 02 08 14  4d 4f 56 20 52 33 2c 52  |........MOV R3,R|
00000340  30 2c 4c 53 52 23 31 36  0d 02 12 14 41 44 44 20  |0,LSR#16....ADD |
00000350  52 32 2c 73 63 72 65 65  6e 2c 52 33 0d 02 1c 14  |R2,screen,R3....|
00000360  4d 4f 56 20 52 33 2c 52  31 2c 4c 53 52 23 31 36  |MOV R3,R1,LSR#16|
00000370  0d 02 26 16 41 44 44 20  52 32 2c 52 32 2c 52 33  |..&.ADD R2,R2,R3|
00000380  2c 4c 53 4c 23 37 0d 02  30 16 41 44 44 20 52 32  |,LSL#7..0.ADD R2|
00000390  2c 52 32 2c 52 33 2c 4c  53 4c 23 39 0d 02 3a 05  |,R2,R3,LSL#9..:.|
000003a0  5d 0d 02 44 19 e7 20 46  53 24 3d 22 53 22 20 84  |]..D.. FS$="S" .|
000003b0  20 46 53 24 3d 22 73 22  20 8c 0d 02 4e 0d 5b 4f  | FS$="s" ...N.[O|
000003c0  50 54 20 70 61 73 73 0d  02 58 0f 4d 4f 56 20 52  |PT pass..X.MOV R|
000003d0  33 2c 23 32 35 35 0d 02  62 13 53 54 52 42 20 52  |3,#255..b.STRB R|
000003e0  33 2c 5b 52 32 2c 23 30  5d 0d 02 6c 18 53 54 4d  |3,[R2,#0]..l.STM|
000003f0  46 44 20 28 73 70 29 21  2c 7b 52 30 2d 52 31 32  |FD (sp)!,{R0-R12|
00000400  7d 0d 02 76 0e 4d 4f 56  20 52 30 2c 23 31 39 0d  |}..v.MOV R0,#19.|
00000410  02 80 11 53 57 49 20 22  4f 53 5f 42 79 74 65 22  |...SWI "OS_Byte"|
00000420  0d 02 8a 1c 53 57 49 20  22 4f 53 5f 52 65 61 64  |....SWI "OS_Read|
00000430  45 73 63 61 70 65 53 74  61 74 65 22 0d 02 94 18  |EscapeState"....|
00000440  4c 44 4d 46 44 20 28 73  70 29 21 2c 7b 52 30 2d  |LDMFD (sp)!,{R0-|
00000450  52 31 32 7d 0d 02 9e 0d  4d 4f 56 20 52 33 2c 23  |R12}....MOV R3,#|
00000460  30 0d 02 a8 13 53 54 52  42 20 52 33 2c 5b 52 32  |0....STRB R3,[R2|
00000470  2c 23 30 5d 0d 02 b2 0c  42 43 53 20 66 69 6e 69  |,#0]....BCS fini|
00000480  0d 02 bc 05 5d 0d 02 c6  05 cd 0d 02 d0 0d 5b 4f  |....].........[O|
00000490  50 54 20 70 61 73 73 0d  02 da 04 0d 02 e4 21 20  |PT pass.......! |
000004a0  20 20 20 20 20 20 20 20  20 20 4c 44 52 42 20 20  |          LDRB  |
000004b0  52 33 2c 5b 52 32 2c 23  36 34 30 5d 0d 02 ee 1a  |R3,[R2,#640]....|
000004c0  20 20 20 20 20 20 20 20  20 20 20 43 4d 50 20 20  |           CMP  |
000004d0  20 52 33 2c 23 30 0d 02  f8 19 20 20 20 20 20 20  | R3,#0....      |
000004e0  20 20 20 20 20 42 4e 45  20 20 20 64 72 61 77 0d  |     BNE   draw.|
000004f0  03 02 04 0d 03 0c 20 20  20 20 20 20 20 20 20 20  |......          |
00000500  20 20 4c 44 52 42 20 20  52 33 2c 5b 52 32 2c 23  |  LDRB  R3,[R2,#|
00000510  2d 31 5d 0d 03 16 1a 20  20 20 20 20 20 20 20 20  |-1]....         |
00000520  20 20 43 4d 50 20 20 20  52 33 2c 23 30 0d 03 20  |  CMP   R3,#0.. |
00000530  19 20 20 20 20 20 20 20  20 20 20 20 42 4e 45 20  |.           BNE |
00000540  20 20 64 72 61 77 0d 03  2a 04 0d 03 34 22 20 20  |  draw..*...4"  |
00000550  20 20 20 20 20 20 20 20  20 4c 44 52 42 20 20 52  |         LDRB  R|
00000560  33 2c 5b 52 32 2c 23 2d  36 34 30 5d 0d 03 3e 1a  |3,[R2,#-640]..>.|
00000570  20 20 20 20 20 20 20 20  20 20 20 43 4d 50 20 20  |           CMP  |
00000580  20 52 33 2c 23 30 0d 03  48 19 20 20 20 20 20 20  | R3,#0..H.      |
00000590  20 20 20 20 20 42 4e 45  20 20 20 64 72 61 77 0d  |     BNE   draw.|
000005a0  03 52 04 0d 03 5c 1f 20  20 20 20 20 20 20 20 20  |.R...\.         |
000005b0  20 20 4c 44 52 42 20 20  52 33 2c 5b 52 32 2c 23  |  LDRB  R3,[R2,#|
000005c0  31 5d 0d 03 66 1a 20 20  20 20 20 20 20 20 20 20  |1]..f.          |
000005d0  20 43 4d 50 20 20 20 52  33 2c 23 30 0d 03 70 1a  | CMP   R3,#0..p.|
000005e0  20 20 20 20 20 20 20 20  20 20 20 42 45 51 20 20  |           BEQ  |
000005f0  20 79 6c 6f 6f 70 0d 03  7a 04 0d 03 84 09 2e 64  | yloop..z......d|
00000600  72 61 77 0d 03 8e 11 4c  44 52 20 20 20 52 36 2c  |raw....LDR   R6,|
00000610  63 6f 6c 25 0d 03 98 14  4c 44 52 20 20 20 52 33  |col%....LDR   R3|
00000620  2c 63 6f 6c 64 61 74 61  0d 03 a2 14 4c 44 52 42  |,coldata....LDRB|
00000630  20 20 52 36 2c 5b 52 36  2c 52 33 5d 0d 03 ac 14  |  R6,[R6,R3]....|
00000640  53 54 52 42 20 20 52 36  2c 5b 52 32 2c 23 30 5d  |STRB  R6,[R2,#0]|
00000650  0d 03 b6 16 53 54 52 42  20 20 52 36 2c 5b 52 32  |....STRB  R6,[R2|
00000660  2c 23 33 32 30 5d 0d 03  c0 14 4d 4f 56 20 52 30  |,#320]....MOV R0|
00000670  2c 52 30 2c 4c 53 52 23  31 36 0d 03 ca 14 4d 4f  |,R0,LSR#16....MO|
00000680  56 20 52 31 2c 52 31 2c  4c 53 52 23 31 37 0d 03  |V R1,R1,LSR#17..|
00000690  d4 12 53 55 42 20 52 30  2c 52 30 2c 23 31 36 30  |..SUB R0,R0,#160|
000006a0  0d 03 de 12 53 55 42 20  52 31 2c 52 31 2c 23 31  |....SUB R1,R1,#1|
000006b0  32 30 0d 03 e8 12 4d 55  4c 20 20 20 52 32 2c 52  |20....MUL   R2,R|
000006c0  30 2c 52 30 0d 03 f2 12  4d 55 4c 20 20 20 52 33  |0,R0....MUL   R3|
000006d0  2c 52 31 2c 52 31 0d 03  fc 12 41 44 44 20 20 20  |,R1,R1....ADD   |
000006e0  52 30 2c 52 32 2c 52 33  0d 04 06 10 53 54 52 20  |R0,R2,R3....STR |
000006f0  20 20 52 30 2c 62 6f 62  0d 04 10 04 0d 04 1a 1f  |  R0,bob........|
00000700  2e 66 69 6e 69 20 20 20  20 20 20 4c 44 4d 46 44  |.fini      LDMFD|
00000710  20 28 73 70 29 21 2c 7b  50 43 7d 0d 04 24 1b 2e  | (sp)!,{PC}..$..|
00000720  73 63 72 6e 20 20 20 20  20 20 45 51 55 44 20 73  |scrn      EQUD s|
00000730  63 72 65 65 6e 25 0d 04  2e 16 2e 63 31 20 20 20  |creen%.....c1   |
00000740  45 51 55 44 20 31 36 36  34 35 32 35 0d 04 38 18  |EQUD 1664525..8.|
00000750  2e 63 32 20 20 20 45 51  55 44 20 39 30 37 36 33  |.c2   EQUD 90763|
00000760  33 33 39 33 0d 04 42 10  2e 73 65 65 64 20 45 51  |3393..B..seed EQ|
00000770  55 44 20 91 0d 04 4c 1b  2e 63 6f 6c 64 61 74 61  |UD ...L..coldata|
00000780  20 45 51 55 44 20 63 6f  64 65 2b 31 30 32 34 0d  | EQUD code+1024.|
00000790  04 56 10 2e 63 6f 6c 25  20 45 51 55 44 20 30 0d  |.V..col% EQUD 0.|
000007a0  04 60 05 5d 0d 04 6a 05  ed 0d 04 74 04 0d 04 7e  |.`.]..j....t...~|
000007b0  1d 73 63 72 65 65 6e 25  3f 28 33 32 30 2a 32 34  |.screen%?(320*24|
000007c0  30 2b 31 36 30 29 3d 32  35 35 0d 04 88 0b 48 52  |0+160)=255....HR|
000007d0  25 3d 31 30 30 0d 04 92  05 f5 0d 04 9c 0c 41 3d  |%=100.........A=|
000007e0  b3 28 33 36 30 29 0d 04  a6 17 41 25 3d 28 48 52  |.(360)....A%=(HR|
000007f0  25 2a b5 28 b2 20 41 29  29 2b 31 36 30 0d 04 b0  |%*.(. A))+160...|
00000800  19 42 25 3d 28 28 48 52  25 2a 9b 28 b2 20 41 29  |.B%=((HR%*.(. A)|
00000810  29 2b 31 32 30 29 0d 04  ba 0b 52 25 3d 21 62 6f  |)+120)....R%=!bo|
00000820  62 0d 04 c4 19 21 63 6f  6c 25 3d 31 35 2d 28 b6  |b....!col%=15-(.|
00000830  28 52 25 29 20 81 20 31  32 29 0d 04 ce 17 e7 20  |(R%) . 12)..... |
00000840  21 63 6f 6c 25 3e 2d 31  20 8c 20 d6 20 66 65 72  |!col%>-1 . . fer|
00000850  6e 0d 04 d8 0d fd 20 21  63 6f 6c 25 3c 34 0d 04  |n..... !col%<4..|
00000860  e2 05 e0 0d 04 ec 04 0d  04 f6 0a dd f2 63 6f 6c  |.............col|
00000870  73 0d 05 00 13 64 61 74  61 25 3d 63 6f 64 65 2b  |s....data%=code+|
00000880  31 30 32 34 0d 05 0a 0f  e3 20 49 25 3d 30 20 b8  |1024..... I%=0 .|
00000890  20 31 35 0d 05 14 0e f3  20 64 61 74 61 25 3f 49  | 15..... data%?I|
000008a0  25 0d 05 1e 05 ed 0d 05  28 05 e1 0d 05 32 04 0d  |%.......(....2..|
000008b0  05 3c 3a dc 20 31 2c 31  2c 32 2c 33 2c 20 38 2c  |.<:. 1,1,2,3, 8,|
000008c0  39 2c 31 30 2c 31 31 2c  20 31 36 34 2c 31 36 35  |9,10,11, 164,165|
000008d0  2c 31 36 36 2c 31 36 37  2c 20 32 31 36 2c 32 31  |,166,167, 216,21|
000008e0  37 2c 32 31 38 2c 32 31  39 0d 05 46 3c dc 20 31  |7,218,219..F<. 1|
000008f0  2c 31 2c 32 2c 33 2c 20  34 34 2c 34 35 2c 34 36  |,1,2,3, 44,45,46|
00000900  2c 34 37 2c 20 32 30 38  2c 32 30 39 2c 32 31 30  |,47, 208,209,210|
00000910  2c 32 31 31 2c 20 32 35  32 2c 32 35 33 2c 32 35  |,211, 252,253,25|
00000920  34 2c 32 35 35 0d 05 50  3a dc 20 31 2c 31 2c 32  |4,255..P:. 1,1,2|
00000930  2c 33 2c 20 38 2c 39 2c  31 30 2c 31 31 2c 20 31  |,3, 8,9,10,11, 1|
00000940  36 34 2c 31 36 35 2c 31  36 36 2c 31 36 37 2c 20  |64,165,166,167, |
00000950  32 31 36 2c 32 31 37 2c  32 31 38 2c 32 31 39 0d  |216,217,218,219.|
00000960  05 5a 04 0d 05 64 0a dd  f2 73 63 72 6e 0d 05 6e  |.Z...d...scrn..n|
00000970  16 de 20 62 6c 6f 63 6b  25 20 31 35 2c 62 32 25  |.. block% 15,b2%|
00000980  20 31 35 0d 05 78 10 62  6c 6f 63 6b 25 21 30 3d  | 15..x.block%!0=|
00000990  31 34 38 0d 05 82 0e 62  6c 6f 63 6b 25 21 34 3d  |148....block%!4=|
000009a0  37 0d 05 8c 0e 62 6c 6f  63 6b 25 21 38 3d 36 0d  |7....block%!8=6.|
000009b0  05 96 10 62 6c 6f 63 6b  25 21 31 32 3d 2d 31 0d  |...block%!12=-1.|
000009c0  05 a0 27 c8 99 20 22 4f  53 5f 52 65 61 64 56 64  |..'.. "OS_ReadVd|
000009d0  75 56 61 72 69 61 62 6c  65 73 22 2c 62 6c 6f 63  |uVariables",bloc|
000009e0  6b 25 2c 62 32 25 0d 05  aa 11 73 63 72 65 65 6e  |k%,b2%....screen|
000009f0  25 3d 62 32 25 21 30 0d  05 b4 05 e1 0d ff        |%=b2%!0.......|
000009fe