Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_54.ADF » MENU

MENU

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_54.ADF
Filename: MENU
Read OK:
File size: 15F3 bytes
Load address: FFFF0E00
Exec address: FFFF802B
Duplicates

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

File contents
   10MODE4:VDU23;8202;0;0;0;:COLOUR0:COLOUR129:*FX 200 1
   20VDU23,128,15,127,248,240,255,255,240,96,23,129,224,248,124,60,252,252,60,24,23,130,127,255,240,255,255,240,255,127,23,131,224,248,60,248,248,60,248,224,23,132,31,127,252,240,240,252,127,31,23,133,252,252,0,0,0,0,252,252
   30VDU23,134,255,255,240,240,240,240,255,255,23,135,224,248,252,60,60,252,248,224,23,136,31,127,248,255,255,248,127,31,23,137,252,252,0,192,192,0,252,252,23,138,31,127,240,255,255,240,240,240,23,139,252,252,0,192,192,0,0,0
   40VDU23,140,31,127,252,240,240,252,127,31,23,141,252,252,0,252,252,60,252,252,23,142,240,240,240,240,240,240,255,255,23,143,0,0,0,0,0,0,252,252,23,144,31,127,248,240,240,240,240,96,23,145,224,248,124,60,60,60,60,24
   50VDU23,146,31,127,252,240,240,252,127,31,23,147,127,255,240,255,255,240,240,240,23,148,224,248,60,248,224,0,0,0,23,149,127,255,240,255,255,255,241,240,23,150,224,248,60,248,224,224,248,124,23,151,127,243,248,127,7,240,255,31
   60VDU23,151,127,243,248,127,7,240,255,31,23,152,240,252,60,0,248,124,60,248,23,153,255,255,7,7,7,7,7,7,23,154,252,252,128,128,128,128,128,128,23,155,240,240,240,240,240,252,127,31,23,156,60,60,60,60,60,252,248,224,23,157,0,0,0,255,0,0,0,0
   70DIMline$(8),file$(8):I%=54:*FX4 1
   80text%=0:*FX 5 1
   90PROCbo:*FX6 1
  100*LOAD DISPLAY 5800
  110PRINTTAB(37,24);I%:*KEY 1 MODE6:*RUN U.SSAVER|MCH."U.SSTEST"|M
  120REMRead In Menu Colours
  130  ONERRORCLOSE #opt:back%=2:fore%=0:N%=3:retu%=127:K%=60:L%=12:GOTO170
  140  opt=OPENIN "$.SPECDAT"
  150  INPUT# opt,back%,fore%,N%,retu%,K%,L%
  160  CLOSE# opt
  170ONERRORMODE6:OSCLI("FX 4,1"):REPORT:PRINT" at line ";ERL:END
  180REPEAT
  190  PROCshow
  200  PROCk:IFA%=999GOTO200
  210  IFA%<>retu% THEN f$=file$(A%-64) ELSE f$=""
  220  PROCbo
  230  IFf$="X" THEN f$=""
  240UNTILf$<>"" AND M%<>1
  250check$=MID$(f$,3,1)
  260IFcheck$="+" THEN text%=1
  270IFf$="U.SSTEST" THEN OSCLI("FX 138,0,129"):END
  280IFtext%=0 THEN VDU22,6:VDU23;8202;0;0;0;:CHAINf$
  290IFtext%=1 THEN MODE3:VDU23;8202;0;0;0;:$&15C=f$:Z%=1:CHAIN"$.TYPE"
  300END
  310:
  320DEFPROCshow
  330IFM%=1 RESTORE 1220
  340IFM%=2 RESTORE 1230
  350IFM%=3 RESTORE 1240
  360IFM%=4 RESTORE 1250
  370IFM%=5 RESTORE 1260
  380IFM%=6 RESTORE 1270
  390IFM%=7 RESTORE 1280
  400IFM%=8 RESTORE 1290
  410FORcount%=1TO7
  420  READ line$(count%),file$(count%)
  430NEXTcount%
  440 
  450VDU28,1,29,4,6
  460PROCc
  470FORcount%=1TO7
  480  def%=(count%*2)+126
  490  IFfile$(count%) <> "" PRINT''';CHR$(def%);CHR$(def%+1);"  ";line$(count%);
  500NEXTcount%
  510VDU28,0,31,39,0,19,7,back%;0;19,0,fore%;0;
  520ENDPROC
  530:
  540DEFPROCk:A%=GET:IFA%=retu% AND M%<>1 THEN M%=1:PROCbo:ENDPROC
  550IFA%=90 PROCbo:PROCconfigure:M%=1:A%=retu%:ENDPROC
  560IFA%=79 PROCprint:REM Don't Touch!
  570IFA%<65 OR A%>71 THEN A%=999:VDU7:ENDPROC
  580IFM%=1 M%=(A%-63):ENDPROC ELSE f$=file$(A%-64)
  590IFfile$(A%-64)="" AND M%<>1 THEN A%=999:VDU7
  600ENDPROC
  610:
  620DEFPROCprint:VDU22,6:VDU23;8202;0;0;0;:Z%=0:CHAIN"$.PRINT"
  630:
  640DEFPROCc:VDU28,1,29,29,7:CLS:ENDPROC
  650:
  660DEFPROCbo:VDU19,0,0;0;19,7,0;0;:ENDPROC
  670DEFPROCwrite
  680opt=OPENOUT "$.SPECDAT"
  690PRINT# opt,back%,fore%,N%,retu%,K%,L%
  700CLOSE# opt
  710ENDPROC
  720:
  730DEFPROCconfigure:VDU28,1,29,4,6:PROCc
  740VDU28,1,29,4,6:PROCc:RESTORE1300
  750PRINT'"   DISK CONFIGURATION MENU";
  760FORcount%=1TO7
  770  READ line$(count%),file$(count%)
  780  def%=(count%*2)+126
  790  IFfile$(count%) <> "" PRINT'';CHR$(def%);CHR$(def%+1);"  ";line$(count%)
  800NEXTcount%
  810REPEAT
  820  PROCupcon
  830  OSCLI("FX 21"):i%=GET
  840  IFi%=65 AND retu%=127 retu%=82:GOTO860
  850  IFi%=65 AND retu%=82 retu%=127
  860  IFi%=66 THENPROCscroll(2)
  870  IFi%=67 THENPROCscroll(1)
  880  IFi%=68 AND N%=3 N%=6:GOTO920
  890  IFi%=68 AND N%=6 N%=3
  900  IFi%=69 THENK%=K%+1:IFK%>80 THEN K%=40
  910  IFi%=70 THENL%=L%+1:IFL%>14 THEN L%=1
  920UNTILi%=71:VDU7:PRINTTAB(10,22)"Are You Sure (Y/N)";:j%=GET
  930IFj%=89 OR j%=121 PROCwrite ELSE VDU7
  940ENDPROC
  950:
  960DEFPROCupcon:PRINTTAB(21,4);
  970IFretu%=127 PRINT"<DELETE>"
  980IFretu%=82 PRINT"     <R>"
  990PROCdis(fore%):PRINTTAB(9-(LEN(A$))+17,7)"   ";A$
 1000PROCdis(back%):PRINTTAB(9-(LEN(A$))+17,10)"   ";A$
 1010PRINTTAB(28,13);N%;TAB(21,16);K%;" lines"TAB(21,19);:IFL%<10 THEN PRINT" ";
 1020PRINT;L%;" lines"
 1030VDU19,0,fore%;0;19,7,back%;0;
 1040ENDPROC
 1050:
 1060DEFPROCscroll(col%):IFcol%=1THEN back%=back%+1
 1070IFcol%=2THEN fore%=fore%+1
 1080IFback% > 7 THEN back%=0
 1090IFfore% > 7 THEN fore%=0
 1100ENDPROC
 1110:
 1120DEFPROCdis(show%)
 1130IFshow%=0 A$="Black '0'"
 1140IFshow%=1 A$="Red '1'"
 1150IFshow%=2 A$="Green '2'"
 1160IFshow%=3 A$="Yellow '3'"
 1170IFshow%=4 A$="Blue '4'"
 1180IFshow%=5 A$="Magenta '5'"
 1190IFshow%=6 A$="Cyan '6'"
 1200IFshow%=7 A$="White '7'"
 1210ENDPROC
 1220DATA !FIRST STOP EDITORIAL!,X,ARTICLES/DOCS MENU,X,DEMOS/UTILS MENU,X,GAMES MENU,X,REVIEWS MENU,X,ADVENTURES MENU,X,ADVERTISEMENTS/MAILBAG,X
 1230DATA !CONFIGURATION MENU!,V.+CONFIG,!ELECTRON USER GROUP!,V.+EUG,!IN THIS ISSUE!,V.+CONTS,!NEWS AND THE INTERNET!,V.+NEWS,!THE DAVE SPEAKS OUT!,V.+THEDAV,<Empty>,"",<Empty>,""
 1240DATA BRAINTEASERS Art Pt 3,V.+BTEAS3,CONNECTING A Z88 Article,V.+CONNEC,WORDS/MUSIC SYNCH Art 1,V.+SYNCH1,WORDS/MUSIC SYNCH Art 2,V.+SYNCH2,<Empty>,,<Empty>,,<Empty>,""
 1250DATA BENNY HILL MUSIC Demo,U.BENNY,CREATIVE ASSEMBLER Demo,G.CADEMO,C_ASMBLER Sprite Utility,G.CASPRIT,RHYME Music Synch Util,U.RHYME,SCREEN SAVER Utility,U.SSTEST,SCREEN SAVER Manual,V.+SSMANU,<Empty>,""
 1260DATA BOXING (Arcade),G.BOXING,FRANCIS DRAKE (Bteaser),U.DRAKE1,OMNIPOLY (Strategy),G.OMNLOAD,PATIENCE MENU (Patience),G.PATMENU,RELATIONS (Brainteaser),U.RELATIO,SEARCH AND RESCUE (Arc),G.SEARCHA,SNAIL RACING (Strategy),G.SRACE-A
 1270DATA AMSTRAD PcW Review Pt 1,R.+AMSTR1,AMSTRAD PcW Review Pt 2,R.+AMSTR2,BATTLEZONE SIX Review,R.+BATTLE,COUNTDOWN TO DOOM Review,R.+COUNTD,SPY SNATCHER Review,R.+SPYSNA,<Empty>,,<Empty>,""
 1280DATA ADVENTURE ARTICLES Pt 1,V.+AVART1,ADVENTURE ARTICLES Pt 2,V.+AVART2,ADVENTURE ARTICLES Pt 3,V.+AVART3,ADVENTURE ARTICLES Pt 4,V.+AVART4,GHOST TOWN Solution,S.+GHOSTT,HOUSE Solution,S.+HOUSE,<Empty>,""
 1290DATA Classified Ads Pt 1,V.+SALE1,Classified Ads Pt 2,V.+SALE2,Improving Printouts,L.+IMPROV,"New Dog, Old Tricks",L.+NEWDOG,Street's Compatible!,L.+STREET,"Try These Two, Raymond",L.+TRYTHE,Updates & Utilities,L.+UPDATE
 1300DATA Return To Main Menu Key,X,Cycle Background Colour,X,Cycle Foreground Colour,X,View Text Files Mode,X,One Pass Print,X,Perforation Skip,X,Save Configuration,X

(�4:�23;8202;0;0;0;:�0:�129:*FX 200 1
��23,128,15,127,248,240,255,255,240,96,23,129,224,248,124,60,252,252,60,24,23,130,127,255,240,255,255,240,255,127,23,131,224,248,60,248,248,60,248,224,23,132,31,127,252,240,240,252,127,31,23,133,252,252,0,0,0,0,252,252
��23,134,255,255,240,240,240,240,255,255,23,135,224,248,252,60,60,252,248,224,23,136,31,127,248,255,255,248,127,31,23,137,252,252,0,192,192,0,252,252,23,138,31,127,240,255,255,240,240,240,23,139,252,252,0,192,192,0,0,0
(��23,140,31,127,252,240,240,252,127,31,23,141,252,252,0,252,252,60,252,252,23,142,240,240,240,240,240,240,255,255,23,143,0,0,0,0,0,0,252,252,23,144,31,127,248,240,240,240,240,96,23,145,224,248,124,60,60,60,60,24
2��23,146,31,127,252,240,240,252,127,31,23,147,127,255,240,255,255,240,240,240,23,148,224,248,60,248,224,0,0,0,23,149,127,255,240,255,255,255,241,240,23,150,224,248,60,248,224,224,248,124,23,151,127,243,248,127,7,240,255,31
<��23,151,127,243,248,127,7,240,255,31,23,152,240,252,60,0,248,124,60,248,23,153,255,255,7,7,7,7,7,7,23,154,252,252,128,128,128,128,128,128,23,155,240,240,240,240,240,252,127,31,23,156,60,60,60,60,60,252,248,224,23,157,0,0,0,255,0,0,0,0
F#�line$(8),file$(8):I%=54:*FX4 1
Ptext%=0:*FX 5 1
Z�bo:*FX6 1
d*LOAD DISPLAY 5800
n;�37,24);I%:*KEY 1 MODE6:*RUN U.SSAVER|MCH."U.SSTEST"|M
x�Read In Menu Colours
�?  �� #opt:back%=2:fore%=0:N%=3:retu%=127:K%=60:L%=12:�tj@
�  opt=� "$.SPECDAT"
�'  �# opt,back%,fore%,N%,retu%,K%,L%
�  �# opt
�'��6:�("FX 4,1"):�:�" at line ";�:�
��
�  �show
�  �k:�A%=999�dH@
�*  �A%<>retu% � f$=file$(A%-64) � f$=""
�	  �bo
�  �f$="X" � f$=""
��f$<>"" � M%<>1
�check$=�f$,3,1)
�check$="+" � text%=1
(�f$="U.SSTEST" � �("FX 138,0,129"):�
(�text%=0 � �22,6:�23;8202;0;0;0;:�f$
"9�text%=1 � �3:�23;8202;0;0;0;:$&15C=f$:Z%=1:�"$.TYPE"
,�
6:
@
��show
J�M%=1 � �dDD
T�M%=2 � �dND
^�M%=3 � �dXD
h�M%=4 � �dbD
r�M%=5 � �dlD
|�M%=6 � �dvD
��M%=7 � �T@E
��M%=8 � �TJE
��count%=1�7
�#  � line$(count%),file$(count%)
��count%
� 
��28,1,29,4,6
��c
��count%=1�7
�  def%=(count%*2)+126
�E  �file$(count%) <> "" �''';�(def%);�(def%+1);"  ";line$(count%);
��count%
�,�28,0,31,39,0,19,7,back%;0;19,0,fore%;0;
�
:
+��k:A%=�:�A%=retu% � M%<>1 � M%=1:�bo:�
&)�A%=90 �bo:�configure:M%=1:A%=retu%:�
0 �A%=79 �print:� Don't Touch!
: �A%<65 � A%>71 � A%=999:�7:�
D(�M%=1 M%=(A%-63):� � f$=file$(A%-64)
N(�file$(A%-64)="" � M%<>1 � A%=999:�7
X�
b:
l1��print:�22,6:�23;8202;0;0;0;:Z%=0:�"$.PRINT"
v:
���c:�28,1,29,29,7:�:�
�:
���bo:�19,0,0;0;19,7,0;0;:�
���write
�opt=� "$.SPECDAT"
�%�# opt,back%,fore%,N%,retu%,K%,L%
�
�# opt
��
�:
���configure:�28,1,29,4,6:�c
��28,1,29,4,6:�c:��TTE
�#�'"   DISK CONFIGURATION MENU";
��count%=1�7
#  � line$(count%),file$(count%)
  def%=(count%*2)+126
C  �file$(count%) <> "" �'';�(def%);�(def%+1);"  ";line$(count%)
 �count%
*�
4  �upcon
>  �("FX 21"):i%=�
H'  �i%=65 � retu%=127 retu%=82:�D\C
R!  �i%=65 � retu%=82 retu%=127
\  �i%=66 ��scroll(2)
f  �i%=67 ��scroll(1)
p  �i%=68 � N%=3 N%=6:�tXC
z  �i%=68 � N%=6 N%=3
�$  �i%=69 �K%=K%+1:�K%>80 � K%=40
�#  �i%=70 �L%=L%+1:�L%>14 � L%=1
�0�i%=71:�7:�10,22)"Are You Sure (Y/N)";:j%=�
��j%=89 � j%=121 �write � �7
��
�:
���upcon:�21,4);
��retu%=127 �"<DELETE>"
��retu%=82 �"     <R>"
�)�dis(fore%):�9-(�(A$))+17,7)"   ";A$
�*�dis(back%):�9-(�(A$))+17,10)"   ";A$
�:�28,13);N%;�21,16);K%;" lines"�21,19);:�L%<10 � �" ";
��;L%;" lines"
�19,0,fore%;0;19,7,back%;0;
�
:
$)��scroll(col%):�col%=1� back%=back%+1
.�col%=2� fore%=fore%+1
8�back% > 7 � back%=0
B�fore% > 7 � fore%=0
L�
V:
`��dis(show%)
j�show%=0 A$="Black '0'"
t�show%=1 A$="Red '1'"
~�show%=2 A$="Green '2'"
��show%=3 A$="Yellow '3'"
��show%=4 A$="Blue '4'"
��show%=5 A$="Magenta '5'"
��show%=6 A$="Cyan '6'"
��show%=7 A$="White '7'"
��
č� !FIRST STOP EDITORIAL!,X,ARTICLES/DOCS MENU,X,DEMOS/UTILS MENU,X,GAMES MENU,X,REVIEWS MENU,X,ADVENTURES MENU,X,ADVERTISEMENTS/MAILBAG,X
ΰ� !CONFIGURATION MENU!,V.+CONFIG,!ELECTRON USER GROUP!,V.+EUG,!IN THIS ISSUE!,V.+CONTS,!NEWS AND THE INTERNET!,V.+NEWS,!THE DAVE SPEAKS OUT!,V.+THEDAV,<Empty>,"",<Empty>,""
ة� BRAINTEASERS Art Pt 3,V.+BTEAS3,CONNECTING A Z88 Article,V.+CONNEC,WORDS/MUSIC SYNCH Art 1,V.+SYNCH1,WORDS/MUSIC SYNCH Art 2,V.+SYNCH2,<Empty>,,<Empty>,,<Empty>,""
��� BENNY HILL MUSIC Demo,U.BENNY,CREATIVE ASSEMBLER Demo,G.CADEMO,C_ASMBLER Sprite Utility,G.CASPRIT,RHYME Music Synch Util,U.RHYME,SCREEN SAVER Utility,U.SSTEST,SCREEN SAVER Manual,V.+SSMANU,<Empty>,""
��� BOXING (Arcade),G.BOXING,FRANCIS DRAKE (Bteaser),U.DRAKE1,OMNIPOLY (Strategy),G.OMNLOAD,PATIENCE MENU (Patience),G.PATMENU,RELATIONS (Brainteaser),U.RELATIO,SEARCH AND RESCUE (Arc),G.SEARCHA,SNAIL RACING (Strategy),G.SRACE-A
��� AMSTRAD PcW Review Pt 1,R.+AMSTR1,AMSTRAD PcW Review Pt 2,R.+AMSTR2,BATTLEZONE SIX Review,R.+BATTLE,COUNTDOWN TO DOOM Review,R.+COUNTD,SPY SNATCHER Review,R.+SPYSNA,<Empty>,,<Empty>,""
�� ADVENTURE ARTICLES Pt 1,V.+AVART1,ADVENTURE ARTICLES Pt 2,V.+AVART2,ADVENTURE ARTICLES Pt 3,V.+AVART3,ADVENTURE ARTICLES Pt 4,V.+AVART4,GHOST TOWN Solution,S.+GHOSTT,HOUSE Solution,S.+HOUSE,<Empty>,""

�� Classified Ads Pt 1,V.+SALE1,Classified Ads Pt 2,V.+SALE2,Improving Printouts,L.+IMPROV,"New Dog, Old Tricks",L.+NEWDOG,Street's Compatible!,L.+STREET,"Try These Two, Raymond",L.+TRYTHE,Updates & Utilities,L.+UPDATE
�� Return To Main Menu Key,X,Cycle Background Colour,X,Cycle Foreground Colour,X,View Text Files Mode,X,One Pass Print,X,Perforation Skip,X,Save Configuration,X
�
00000000  0d 00 0a 28 eb 34 3a ef  32 33 3b 38 32 30 32 3b  |...(.4:.23;8202;|
00000010  30 3b 30 3b 30 3b 3a fb  30 3a fb 31 32 39 3a 2a  |0;0;0;:.0:.129:*|
00000020  46 58 20 32 30 30 20 31  0d 00 14 dd ef 32 33 2c  |FX 200 1.....23,|
00000030  31 32 38 2c 31 35 2c 31  32 37 2c 32 34 38 2c 32  |128,15,127,248,2|
00000040  34 30 2c 32 35 35 2c 32  35 35 2c 32 34 30 2c 39  |40,255,255,240,9|
00000050  36 2c 32 33 2c 31 32 39  2c 32 32 34 2c 32 34 38  |6,23,129,224,248|
00000060  2c 31 32 34 2c 36 30 2c  32 35 32 2c 32 35 32 2c  |,124,60,252,252,|
00000070  36 30 2c 32 34 2c 32 33  2c 31 33 30 2c 31 32 37  |60,24,23,130,127|
00000080  2c 32 35 35 2c 32 34 30  2c 32 35 35 2c 32 35 35  |,255,240,255,255|
00000090  2c 32 34 30 2c 32 35 35  2c 31 32 37 2c 32 33 2c  |,240,255,127,23,|
000000a0  31 33 31 2c 32 32 34 2c  32 34 38 2c 36 30 2c 32  |131,224,248,60,2|
000000b0  34 38 2c 32 34 38 2c 36  30 2c 32 34 38 2c 32 32  |48,248,60,248,22|
000000c0  34 2c 32 33 2c 31 33 32  2c 33 31 2c 31 32 37 2c  |4,23,132,31,127,|
000000d0  32 35 32 2c 32 34 30 2c  32 34 30 2c 32 35 32 2c  |252,240,240,252,|
000000e0  31 32 37 2c 33 31 2c 32  33 2c 31 33 33 2c 32 35  |127,31,23,133,25|
000000f0  32 2c 32 35 32 2c 30 2c  30 2c 30 2c 30 2c 32 35  |2,252,0,0,0,0,25|
00000100  32 2c 32 35 32 0d 00 1e  dd ef 32 33 2c 31 33 34  |2,252.....23,134|
00000110  2c 32 35 35 2c 32 35 35  2c 32 34 30 2c 32 34 30  |,255,255,240,240|
00000120  2c 32 34 30 2c 32 34 30  2c 32 35 35 2c 32 35 35  |,240,240,255,255|
00000130  2c 32 33 2c 31 33 35 2c  32 32 34 2c 32 34 38 2c  |,23,135,224,248,|
00000140  32 35 32 2c 36 30 2c 36  30 2c 32 35 32 2c 32 34  |252,60,60,252,24|
00000150  38 2c 32 32 34 2c 32 33  2c 31 33 36 2c 33 31 2c  |8,224,23,136,31,|
00000160  31 32 37 2c 32 34 38 2c  32 35 35 2c 32 35 35 2c  |127,248,255,255,|
00000170  32 34 38 2c 31 32 37 2c  33 31 2c 32 33 2c 31 33  |248,127,31,23,13|
00000180  37 2c 32 35 32 2c 32 35  32 2c 30 2c 31 39 32 2c  |7,252,252,0,192,|
00000190  31 39 32 2c 30 2c 32 35  32 2c 32 35 32 2c 32 33  |192,0,252,252,23|
000001a0  2c 31 33 38 2c 33 31 2c  31 32 37 2c 32 34 30 2c  |,138,31,127,240,|
000001b0  32 35 35 2c 32 35 35 2c  32 34 30 2c 32 34 30 2c  |255,255,240,240,|
000001c0  32 34 30 2c 32 33 2c 31  33 39 2c 32 35 32 2c 32  |240,23,139,252,2|
000001d0  35 32 2c 30 2c 31 39 32  2c 31 39 32 2c 30 2c 30  |52,0,192,192,0,0|
000001e0  2c 30 0d 00 28 d6 ef 32  33 2c 31 34 30 2c 33 31  |,0..(..23,140,31|
000001f0  2c 31 32 37 2c 32 35 32  2c 32 34 30 2c 32 34 30  |,127,252,240,240|
00000200  2c 32 35 32 2c 31 32 37  2c 33 31 2c 32 33 2c 31  |,252,127,31,23,1|
00000210  34 31 2c 32 35 32 2c 32  35 32 2c 30 2c 32 35 32  |41,252,252,0,252|
00000220  2c 32 35 32 2c 36 30 2c  32 35 32 2c 32 35 32 2c  |,252,60,252,252,|
00000230  32 33 2c 31 34 32 2c 32  34 30 2c 32 34 30 2c 32  |23,142,240,240,2|
00000240  34 30 2c 32 34 30 2c 32  34 30 2c 32 34 30 2c 32  |40,240,240,240,2|
00000250  35 35 2c 32 35 35 2c 32  33 2c 31 34 33 2c 30 2c  |55,255,23,143,0,|
00000260  30 2c 30 2c 30 2c 30 2c  30 2c 32 35 32 2c 32 35  |0,0,0,0,0,252,25|
00000270  32 2c 32 33 2c 31 34 34  2c 33 31 2c 31 32 37 2c  |2,23,144,31,127,|
00000280  32 34 38 2c 32 34 30 2c  32 34 30 2c 32 34 30 2c  |248,240,240,240,|
00000290  32 34 30 2c 39 36 2c 32  33 2c 31 34 35 2c 32 32  |240,96,23,145,22|
000002a0  34 2c 32 34 38 2c 31 32  34 2c 36 30 2c 36 30 2c  |4,248,124,60,60,|
000002b0  36 30 2c 36 30 2c 32 34  0d 00 32 e1 ef 32 33 2c  |60,60,24..2..23,|
000002c0  31 34 36 2c 33 31 2c 31  32 37 2c 32 35 32 2c 32  |146,31,127,252,2|
000002d0  34 30 2c 32 34 30 2c 32  35 32 2c 31 32 37 2c 33  |40,240,252,127,3|
000002e0  31 2c 32 33 2c 31 34 37  2c 31 32 37 2c 32 35 35  |1,23,147,127,255|
000002f0  2c 32 34 30 2c 32 35 35  2c 32 35 35 2c 32 34 30  |,240,255,255,240|
00000300  2c 32 34 30 2c 32 34 30  2c 32 33 2c 31 34 38 2c  |,240,240,23,148,|
00000310  32 32 34 2c 32 34 38 2c  36 30 2c 32 34 38 2c 32  |224,248,60,248,2|
00000320  32 34 2c 30 2c 30 2c 30  2c 32 33 2c 31 34 39 2c  |24,0,0,0,23,149,|
00000330  31 32 37 2c 32 35 35 2c  32 34 30 2c 32 35 35 2c  |127,255,240,255,|
00000340  32 35 35 2c 32 35 35 2c  32 34 31 2c 32 34 30 2c  |255,255,241,240,|
00000350  32 33 2c 31 35 30 2c 32  32 34 2c 32 34 38 2c 36  |23,150,224,248,6|
00000360  30 2c 32 34 38 2c 32 32  34 2c 32 32 34 2c 32 34  |0,248,224,224,24|
00000370  38 2c 31 32 34 2c 32 33  2c 31 35 31 2c 31 32 37  |8,124,23,151,127|
00000380  2c 32 34 33 2c 32 34 38  2c 31 32 37 2c 37 2c 32  |,243,248,127,7,2|
00000390  34 30 2c 32 35 35 2c 33  31 0d 00 3c ee ef 32 33  |40,255,31..<..23|
000003a0  2c 31 35 31 2c 31 32 37  2c 32 34 33 2c 32 34 38  |,151,127,243,248|
000003b0  2c 31 32 37 2c 37 2c 32  34 30 2c 32 35 35 2c 33  |,127,7,240,255,3|
000003c0  31 2c 32 33 2c 31 35 32  2c 32 34 30 2c 32 35 32  |1,23,152,240,252|
000003d0  2c 36 30 2c 30 2c 32 34  38 2c 31 32 34 2c 36 30  |,60,0,248,124,60|
000003e0  2c 32 34 38 2c 32 33 2c  31 35 33 2c 32 35 35 2c  |,248,23,153,255,|
000003f0  32 35 35 2c 37 2c 37 2c  37 2c 37 2c 37 2c 37 2c  |255,7,7,7,7,7,7,|
00000400  32 33 2c 31 35 34 2c 32  35 32 2c 32 35 32 2c 31  |23,154,252,252,1|
00000410  32 38 2c 31 32 38 2c 31  32 38 2c 31 32 38 2c 31  |28,128,128,128,1|
00000420  32 38 2c 31 32 38 2c 32  33 2c 31 35 35 2c 32 34  |28,128,23,155,24|
00000430  30 2c 32 34 30 2c 32 34  30 2c 32 34 30 2c 32 34  |0,240,240,240,24|
00000440  30 2c 32 35 32 2c 31 32  37 2c 33 31 2c 32 33 2c  |0,252,127,31,23,|
00000450  31 35 36 2c 36 30 2c 36  30 2c 36 30 2c 36 30 2c  |156,60,60,60,60,|
00000460  36 30 2c 32 35 32 2c 32  34 38 2c 32 32 34 2c 32  |60,252,248,224,2|
00000470  33 2c 31 35 37 2c 30 2c  30 2c 30 2c 32 35 35 2c  |3,157,0,0,0,255,|
00000480  30 2c 30 2c 30 2c 30 0d  00 46 23 de 6c 69 6e 65  |0,0,0,0..F#.line|
00000490  24 28 38 29 2c 66 69 6c  65 24 28 38 29 3a 49 25  |$(8),file$(8):I%|
000004a0  3d 35 34 3a 2a 46 58 34  20 31 0d 00 50 13 74 65  |=54:*FX4 1..P.te|
000004b0  78 74 25 3d 30 3a 2a 46  58 20 35 20 31 0d 00 5a  |xt%=0:*FX 5 1..Z|
000004c0  0e f2 62 6f 3a 2a 46 58  36 20 31 0d 00 64 16 2a  |..bo:*FX6 1..d.*|
000004d0  4c 4f 41 44 20 44 49 53  50 4c 41 59 20 35 38 30  |LOAD DISPLAY 580|
000004e0  30 0d 00 6e 3b f1 8a 33  37 2c 32 34 29 3b 49 25  |0..n;..37,24);I%|
000004f0  3a 2a 4b 45 59 20 31 20  4d 4f 44 45 36 3a 2a 52  |:*KEY 1 MODE6:*R|
00000500  55 4e 20 55 2e 53 53 41  56 45 52 7c 4d 43 48 2e  |UN U.SSAVER|MCH.|
00000510  22 55 2e 53 53 54 45 53  54 22 7c 4d 0d 00 78 19  |"U.SSTEST"|M..x.|
00000520  f4 52 65 61 64 20 49 6e  20 4d 65 6e 75 20 43 6f  |.Read In Menu Co|
00000530  6c 6f 75 72 73 0d 00 82  3f 20 20 ee 85 d9 20 23  |lours...?  ... #|
00000540  6f 70 74 3a 62 61 63 6b  25 3d 32 3a 66 6f 72 65  |opt:back%=2:fore|
00000550  25 3d 30 3a 4e 25 3d 33  3a 72 65 74 75 25 3d 31  |%=0:N%=3:retu%=1|
00000560  32 37 3a 4b 25 3d 36 30  3a 4c 25 3d 31 32 3a e5  |27:K%=60:L%=12:.|
00000570  8d 74 6a 40 0d 00 8c 17  20 20 6f 70 74 3d 8e 20  |.tj@....  opt=. |
00000580  22 24 2e 53 50 45 43 44  41 54 22 0d 00 96 27 20  |"$.SPECDAT"...' |
00000590  20 e8 23 20 6f 70 74 2c  62 61 63 6b 25 2c 66 6f  | .# opt,back%,fo|
000005a0  72 65 25 2c 4e 25 2c 72  65 74 75 25 2c 4b 25 2c  |re%,N%,retu%,K%,|
000005b0  4c 25 0d 00 a0 0c 20 20  d9 23 20 6f 70 74 0d 00  |L%....  .# opt..|
000005c0  aa 27 ee 85 eb 36 3a ff  28 22 46 58 20 34 2c 31  |.'...6:.("FX 4,1|
000005d0  22 29 3a f6 3a f1 22 20  61 74 20 6c 69 6e 65 20  |"):.:." at line |
000005e0  22 3b 9e 3a e0 0d 00 b4  05 f5 0d 00 be 0b 20 20  |";.:..........  |
000005f0  f2 73 68 6f 77 0d 00 c8  15 20 20 f2 6b 3a e7 41  |.show....  .k:.A|
00000600  25 3d 39 39 39 e5 8d 64  48 40 0d 00 d2 2a 20 20  |%=999..dH@...*  |
00000610  e7 41 25 3c 3e 72 65 74  75 25 20 8c 20 66 24 3d  |.A%<>retu% . f$=|
00000620  66 69 6c 65 24 28 41 25  2d 36 34 29 20 8b 20 66  |file$(A%-64) . f|
00000630  24 3d 22 22 0d 00 dc 09  20 20 f2 62 6f 0d 00 e6  |$=""....  .bo...|
00000640  15 20 20 e7 66 24 3d 22  58 22 20 8c 20 66 24 3d  |.  .f$="X" . f$=|
00000650  22 22 0d 00 f0 13 fd 66  24 3c 3e 22 22 20 80 20  |"".....f$<>"" . |
00000660  4d 25 3c 3e 31 0d 00 fa  13 63 68 65 63 6b 24 3d  |M%<>1....check$=|
00000670  c1 66 24 2c 33 2c 31 29  0d 01 04 19 e7 63 68 65  |.f$,3,1).....che|
00000680  63 6b 24 3d 22 2b 22 20  8c 20 74 65 78 74 25 3d  |ck$="+" . text%=|
00000690  31 0d 01 0e 28 e7 66 24  3d 22 55 2e 53 53 54 45  |1...(.f$="U.SSTE|
000006a0  53 54 22 20 8c 20 ff 28  22 46 58 20 31 33 38 2c  |ST" . .("FX 138,|
000006b0  30 2c 31 32 39 22 29 3a  e0 0d 01 18 28 e7 74 65  |0,129"):....(.te|
000006c0  78 74 25 3d 30 20 8c 20  ef 32 32 2c 36 3a ef 32  |xt%=0 . .22,6:.2|
000006d0  33 3b 38 32 30 32 3b 30  3b 30 3b 30 3b 3a d7 66  |3;8202;0;0;0;:.f|
000006e0  24 0d 01 22 39 e7 74 65  78 74 25 3d 31 20 8c 20  |$.."9.text%=1 . |
000006f0  eb 33 3a ef 32 33 3b 38  32 30 32 3b 30 3b 30 3b  |.3:.23;8202;0;0;|
00000700  30 3b 3a 24 26 31 35 43  3d 66 24 3a 5a 25 3d 31  |0;:$&15C=f$:Z%=1|
00000710  3a d7 22 24 2e 54 59 50  45 22 0d 01 2c 05 e0 0d  |:."$.TYPE"..,...|
00000720  01 36 05 3a 0d 01 40 0a  dd f2 73 68 6f 77 0d 01  |.6.:..@...show..|
00000730  4a 10 e7 4d 25 3d 31 20  f7 20 8d 64 44 44 0d 01  |J..M%=1 . .dDD..|
00000740  54 10 e7 4d 25 3d 32 20  f7 20 8d 64 4e 44 0d 01  |T..M%=2 . .dND..|
00000750  5e 10 e7 4d 25 3d 33 20  f7 20 8d 64 58 44 0d 01  |^..M%=3 . .dXD..|
00000760  68 10 e7 4d 25 3d 34 20  f7 20 8d 64 62 44 0d 01  |h..M%=4 . .dbD..|
00000770  72 10 e7 4d 25 3d 35 20  f7 20 8d 64 6c 44 0d 01  |r..M%=5 . .dlD..|
00000780  7c 10 e7 4d 25 3d 36 20  f7 20 8d 64 76 44 0d 01  ||..M%=6 . .dvD..|
00000790  86 10 e7 4d 25 3d 37 20  f7 20 8d 54 40 45 0d 01  |...M%=7 . .T@E..|
000007a0  90 10 e7 4d 25 3d 38 20  f7 20 8d 54 4a 45 0d 01  |...M%=8 . .TJE..|
000007b0  9a 0f e3 63 6f 75 6e 74  25 3d 31 b8 37 0d 01 a4  |...count%=1.7...|
000007c0  23 20 20 f3 20 6c 69 6e  65 24 28 63 6f 75 6e 74  |#  . line$(count|
000007d0  25 29 2c 66 69 6c 65 24  28 63 6f 75 6e 74 25 29  |%),file$(count%)|
000007e0  0d 01 ae 0b ed 63 6f 75  6e 74 25 0d 01 b8 05 20  |.....count%.... |
000007f0  0d 01 c2 10 ef 32 38 2c  31 2c 32 39 2c 34 2c 36  |.....28,1,29,4,6|
00000800  0d 01 cc 06 f2 63 0d 01  d6 0f e3 63 6f 75 6e 74  |.....c.....count|
00000810  25 3d 31 b8 37 0d 01 e0  19 20 20 64 65 66 25 3d  |%=1.7....  def%=|
00000820  28 63 6f 75 6e 74 25 2a  32 29 2b 31 32 36 0d 01  |(count%*2)+126..|
00000830  ea 45 20 20 e7 66 69 6c  65 24 28 63 6f 75 6e 74  |.E  .file$(count|
00000840  25 29 20 3c 3e 20 22 22  20 f1 27 27 27 3b bd 28  |%) <> "" .''';.(|
00000850  64 65 66 25 29 3b bd 28  64 65 66 25 2b 31 29 3b  |def%);.(def%+1);|
00000860  22 20 20 22 3b 6c 69 6e  65 24 28 63 6f 75 6e 74  |"  ";line$(count|
00000870  25 29 3b 0d 01 f4 0b ed  63 6f 75 6e 74 25 0d 01  |%);.....count%..|
00000880  fe 2c ef 32 38 2c 30 2c  33 31 2c 33 39 2c 30 2c  |.,.28,0,31,39,0,|
00000890  31 39 2c 37 2c 62 61 63  6b 25 3b 30 3b 31 39 2c  |19,7,back%;0;19,|
000008a0  30 2c 66 6f 72 65 25 3b  30 3b 0d 02 08 05 e1 0d  |0,fore%;0;......|
000008b0  02 12 05 3a 0d 02 1c 2b  dd f2 6b 3a 41 25 3d a5  |...:...+..k:A%=.|
000008c0  3a e7 41 25 3d 72 65 74  75 25 20 80 20 4d 25 3c  |:.A%=retu% . M%<|
000008d0  3e 31 20 8c 20 4d 25 3d  31 3a f2 62 6f 3a e1 0d  |>1 . M%=1:.bo:..|
000008e0  02 26 29 e7 41 25 3d 39  30 20 f2 62 6f 3a f2 63  |.&).A%=90 .bo:.c|
000008f0  6f 6e 66 69 67 75 72 65  3a 4d 25 3d 31 3a 41 25  |onfigure:M%=1:A%|
00000900  3d 72 65 74 75 25 3a e1  0d 02 30 20 e7 41 25 3d  |=retu%:...0 .A%=|
00000910  37 39 20 f2 70 72 69 6e  74 3a f4 20 44 6f 6e 27  |79 .print:. Don'|
00000920  74 20 54 6f 75 63 68 21  0d 02 3a 20 e7 41 25 3c  |t Touch!..: .A%<|
00000930  36 35 20 84 20 41 25 3e  37 31 20 8c 20 41 25 3d  |65 . A%>71 . A%=|
00000940  39 39 39 3a ef 37 3a e1  0d 02 44 28 e7 4d 25 3d  |999:.7:...D(.M%=|
00000950  31 20 4d 25 3d 28 41 25  2d 36 33 29 3a e1 20 8b  |1 M%=(A%-63):. .|
00000960  20 66 24 3d 66 69 6c 65  24 28 41 25 2d 36 34 29  | f$=file$(A%-64)|
00000970  0d 02 4e 28 e7 66 69 6c  65 24 28 41 25 2d 36 34  |..N(.file$(A%-64|
00000980  29 3d 22 22 20 80 20 4d  25 3c 3e 31 20 8c 20 41  |)="" . M%<>1 . A|
00000990  25 3d 39 39 39 3a ef 37  0d 02 58 05 e1 0d 02 62  |%=999:.7..X....b|
000009a0  05 3a 0d 02 6c 31 dd f2  70 72 69 6e 74 3a ef 32  |.:..l1..print:.2|
000009b0  32 2c 36 3a ef 32 33 3b  38 32 30 32 3b 30 3b 30  |2,6:.23;8202;0;0|
000009c0  3b 30 3b 3a 5a 25 3d 30  3a d7 22 24 2e 50 52 49  |;0;:Z%=0:."$.PRI|
000009d0  4e 54 22 0d 02 76 05 3a  0d 02 80 19 dd f2 63 3a  |NT"..v.:......c:|
000009e0  ef 32 38 2c 31 2c 32 39  2c 32 39 2c 37 3a db 3a  |.28,1,29,29,7:.:|
000009f0  e1 0d 02 8a 05 3a 0d 02  94 1e dd f2 62 6f 3a ef  |.....:......bo:.|
00000a00  31 39 2c 30 2c 30 3b 30  3b 31 39 2c 37 2c 30 3b  |19,0,0;0;19,7,0;|
00000a10  30 3b 3a e1 0d 02 9e 0b  dd f2 77 72 69 74 65 0d  |0;:.......write.|
00000a20  02 a8 15 6f 70 74 3d ae  20 22 24 2e 53 50 45 43  |...opt=. "$.SPEC|
00000a30  44 41 54 22 0d 02 b2 25  f1 23 20 6f 70 74 2c 62  |DAT"...%.# opt,b|
00000a40  61 63 6b 25 2c 66 6f 72  65 25 2c 4e 25 2c 72 65  |ack%,fore%,N%,re|
00000a50  74 75 25 2c 4b 25 2c 4c  25 0d 02 bc 0a d9 23 20  |tu%,K%,L%.....# |
00000a60  6f 70 74 0d 02 c6 05 e1  0d 02 d0 05 3a 0d 02 da  |opt.........:...|
00000a70  1f dd f2 63 6f 6e 66 69  67 75 72 65 3a ef 32 38  |...configure:.28|
00000a80  2c 31 2c 32 39 2c 34 2c  36 3a f2 63 0d 02 e4 19  |,1,29,4,6:.c....|
00000a90  ef 32 38 2c 31 2c 32 39  2c 34 2c 36 3a f2 63 3a  |.28,1,29,4,6:.c:|
00000aa0  f7 8d 54 54 45 0d 02 ee  23 f1 27 22 20 20 20 44  |..TTE...#.'"   D|
00000ab0  49 53 4b 20 43 4f 4e 46  49 47 55 52 41 54 49 4f  |ISK CONFIGURATIO|
00000ac0  4e 20 4d 45 4e 55 22 3b  0d 02 f8 0f e3 63 6f 75  |N MENU";.....cou|
00000ad0  6e 74 25 3d 31 b8 37 0d  03 02 23 20 20 f3 20 6c  |nt%=1.7...#  . l|
00000ae0  69 6e 65 24 28 63 6f 75  6e 74 25 29 2c 66 69 6c  |ine$(count%),fil|
00000af0  65 24 28 63 6f 75 6e 74  25 29 0d 03 0c 19 20 20  |e$(count%)....  |
00000b00  64 65 66 25 3d 28 63 6f  75 6e 74 25 2a 32 29 2b  |def%=(count%*2)+|
00000b10  31 32 36 0d 03 16 43 20  20 e7 66 69 6c 65 24 28  |126...C  .file$(|
00000b20  63 6f 75 6e 74 25 29 20  3c 3e 20 22 22 20 f1 27  |count%) <> "" .'|
00000b30  27 3b bd 28 64 65 66 25  29 3b bd 28 64 65 66 25  |';.(def%);.(def%|
00000b40  2b 31 29 3b 22 20 20 22  3b 6c 69 6e 65 24 28 63  |+1);"  ";line$(c|
00000b50  6f 75 6e 74 25 29 0d 03  20 0b ed 63 6f 75 6e 74  |ount%).. ..count|
00000b60  25 0d 03 2a 05 f5 0d 03  34 0c 20 20 f2 75 70 63  |%..*....4.  .upc|
00000b70  6f 6e 0d 03 3e 15 20 20  ff 28 22 46 58 20 32 31  |on..>.  .("FX 21|
00000b80  22 29 3a 69 25 3d a5 0d  03 48 27 20 20 e7 69 25  |"):i%=...H'  .i%|
00000b90  3d 36 35 20 80 20 72 65  74 75 25 3d 31 32 37 20  |=65 . retu%=127 |
00000ba0  72 65 74 75 25 3d 38 32  3a e5 8d 44 5c 43 0d 03  |retu%=82:..D\C..|
00000bb0  52 21 20 20 e7 69 25 3d  36 35 20 80 20 72 65 74  |R!  .i%=65 . ret|
00000bc0  75 25 3d 38 32 20 72 65  74 75 25 3d 31 32 37 0d  |u%=82 retu%=127.|
00000bd0  03 5c 18 20 20 e7 69 25  3d 36 36 20 8c f2 73 63  |.\.  .i%=66 ..sc|
00000be0  72 6f 6c 6c 28 32 29 0d  03 66 18 20 20 e7 69 25  |roll(2)..f.  .i%|
00000bf0  3d 36 37 20 8c f2 73 63  72 6f 6c 6c 28 31 29 0d  |=67 ..scroll(1).|
00000c00  03 70 1e 20 20 e7 69 25  3d 36 38 20 80 20 4e 25  |.p.  .i%=68 . N%|
00000c10  3d 33 20 4e 25 3d 36 3a  e5 8d 74 58 43 0d 03 7a  |=3 N%=6:..tXC..z|
00000c20  18 20 20 e7 69 25 3d 36  38 20 80 20 4e 25 3d 36  |.  .i%=68 . N%=6|
00000c30  20 4e 25 3d 33 0d 03 84  24 20 20 e7 69 25 3d 36  | N%=3...$  .i%=6|
00000c40  39 20 8c 4b 25 3d 4b 25  2b 31 3a e7 4b 25 3e 38  |9 .K%=K%+1:.K%>8|
00000c50  30 20 8c 20 4b 25 3d 34  30 0d 03 8e 23 20 20 e7  |0 . K%=40...#  .|
00000c60  69 25 3d 37 30 20 8c 4c  25 3d 4c 25 2b 31 3a e7  |i%=70 .L%=L%+1:.|
00000c70  4c 25 3e 31 34 20 8c 20  4c 25 3d 31 0d 03 98 30  |L%>14 . L%=1...0|
00000c80  fd 69 25 3d 37 31 3a ef  37 3a f1 8a 31 30 2c 32  |.i%=71:.7:..10,2|
00000c90  32 29 22 41 72 65 20 59  6f 75 20 53 75 72 65 20  |2)"Are You Sure |
00000ca0  28 59 2f 4e 29 22 3b 3a  6a 25 3d a5 0d 03 a2 1f  |(Y/N)";:j%=.....|
00000cb0  e7 6a 25 3d 38 39 20 84  20 6a 25 3d 31 32 31 20  |.j%=89 . j%=121 |
00000cc0  f2 77 72 69 74 65 20 8b  20 ef 37 0d 03 ac 05 e1  |.write . .7.....|
00000cd0  0d 03 b6 05 3a 0d 03 c0  14 dd f2 75 70 63 6f 6e  |....:......upcon|
00000ce0  3a f1 8a 32 31 2c 34 29  3b 0d 03 ca 1a e7 72 65  |:..21,4);.....re|
00000cf0  74 75 25 3d 31 32 37 20  f1 22 3c 44 45 4c 45 54  |tu%=127 ."<DELET|
00000d00  45 3e 22 0d 03 d4 19 e7  72 65 74 75 25 3d 38 32  |E>".....retu%=82|
00000d10  20 f1 22 20 20 20 20 20  3c 52 3e 22 0d 03 de 29  | ."     <R>"...)|
00000d20  f2 64 69 73 28 66 6f 72  65 25 29 3a f1 8a 39 2d  |.dis(fore%):..9-|
00000d30  28 a9 28 41 24 29 29 2b  31 37 2c 37 29 22 20 20  |(.(A$))+17,7)"  |
00000d40  20 22 3b 41 24 0d 03 e8  2a f2 64 69 73 28 62 61  | ";A$...*.dis(ba|
00000d50  63 6b 25 29 3a f1 8a 39  2d 28 a9 28 41 24 29 29  |ck%):..9-(.(A$))|
00000d60  2b 31 37 2c 31 30 29 22  20 20 20 22 3b 41 24 0d  |+17,10)"   ";A$.|
00000d70  03 f2 3a f1 8a 32 38 2c  31 33 29 3b 4e 25 3b 8a  |..:..28,13);N%;.|
00000d80  32 31 2c 31 36 29 3b 4b  25 3b 22 20 6c 69 6e 65  |21,16);K%;" line|
00000d90  73 22 8a 32 31 2c 31 39  29 3b 3a e7 4c 25 3c 31  |s".21,19);:.L%<1|
00000da0  30 20 8c 20 f1 22 20 22  3b 0d 03 fc 11 f1 3b 4c  |0 . ." ";.....;L|
00000db0  25 3b 22 20 6c 69 6e 65  73 22 0d 04 06 1f ef 31  |%;" lines".....1|
00000dc0  39 2c 30 2c 66 6f 72 65  25 3b 30 3b 31 39 2c 37  |9,0,fore%;0;19,7|
00000dd0  2c 62 61 63 6b 25 3b 30  3b 0d 04 10 05 e1 0d 04  |,back%;0;.......|
00000de0  1a 05 3a 0d 04 24 29 dd  f2 73 63 72 6f 6c 6c 28  |..:..$)..scroll(|
00000df0  63 6f 6c 25 29 3a e7 63  6f 6c 25 3d 31 8c 20 62  |col%):.col%=1. b|
00000e00  61 63 6b 25 3d 62 61 63  6b 25 2b 31 0d 04 2e 1a  |ack%=back%+1....|
00000e10  e7 63 6f 6c 25 3d 32 8c  20 66 6f 72 65 25 3d 66  |.col%=2. fore%=f|
00000e20  6f 72 65 25 2b 31 0d 04  38 18 e7 62 61 63 6b 25  |ore%+1..8..back%|
00000e30  20 3e 20 37 20 8c 20 62  61 63 6b 25 3d 30 0d 04  | > 7 . back%=0..|
00000e40  42 18 e7 66 6f 72 65 25  20 3e 20 37 20 8c 20 66  |B..fore% > 7 . f|
00000e50  6f 72 65 25 3d 30 0d 04  4c 05 e1 0d 04 56 05 3a  |ore%=0..L....V.:|
00000e60  0d 04 60 10 dd f2 64 69  73 28 73 68 6f 77 25 29  |..`...dis(show%)|
00000e70  0d 04 6a 1b e7 73 68 6f  77 25 3d 30 20 41 24 3d  |..j..show%=0 A$=|
00000e80  22 42 6c 61 63 6b 20 27  30 27 22 0d 04 74 19 e7  |"Black '0'"..t..|
00000e90  73 68 6f 77 25 3d 31 20  41 24 3d 22 52 65 64 20  |show%=1 A$="Red |
00000ea0  27 31 27 22 0d 04 7e 1b  e7 73 68 6f 77 25 3d 32  |'1'"..~..show%=2|
00000eb0  20 41 24 3d 22 47 72 65  65 6e 20 27 32 27 22 0d  | A$="Green '2'".|
00000ec0  04 88 1c e7 73 68 6f 77  25 3d 33 20 41 24 3d 22  |....show%=3 A$="|
00000ed0  59 65 6c 6c 6f 77 20 27  33 27 22 0d 04 92 1a e7  |Yellow '3'".....|
00000ee0  73 68 6f 77 25 3d 34 20  41 24 3d 22 42 6c 75 65  |show%=4 A$="Blue|
00000ef0  20 27 34 27 22 0d 04 9c  1d e7 73 68 6f 77 25 3d  | '4'".....show%=|
00000f00  35 20 41 24 3d 22 4d 61  67 65 6e 74 61 20 27 35  |5 A$="Magenta '5|
00000f10  27 22 0d 04 a6 1a e7 73  68 6f 77 25 3d 36 20 41  |'".....show%=6 A|
00000f20  24 3d 22 43 79 61 6e 20  27 36 27 22 0d 04 b0 1b  |$="Cyan '6'"....|
00000f30  e7 73 68 6f 77 25 3d 37  20 41 24 3d 22 57 68 69  |.show%=7 A$="Whi|
00000f40  74 65 20 27 37 27 22 0d  04 ba 05 e1 0d 04 c4 8d  |te '7'".........|
00000f50  dc 20 21 46 49 52 53 54  20 53 54 4f 50 20 45 44  |. !FIRST STOP ED|
00000f60  49 54 4f 52 49 41 4c 21  2c 58 2c 41 52 54 49 43  |ITORIAL!,X,ARTIC|
00000f70  4c 45 53 2f 44 4f 43 53  20 4d 45 4e 55 2c 58 2c  |LES/DOCS MENU,X,|
00000f80  44 45 4d 4f 53 2f 55 54  49 4c 53 20 4d 45 4e 55  |DEMOS/UTILS MENU|
00000f90  2c 58 2c 47 41 4d 45 53  20 4d 45 4e 55 2c 58 2c  |,X,GAMES MENU,X,|
00000fa0  52 45 56 49 45 57 53 20  4d 45 4e 55 2c 58 2c 41  |REVIEWS MENU,X,A|
00000fb0  44 56 45 4e 54 55 52 45  53 20 4d 45 4e 55 2c 58  |DVENTURES MENU,X|
00000fc0  2c 41 44 56 45 52 54 49  53 45 4d 45 4e 54 53 2f  |,ADVERTISEMENTS/|
00000fd0  4d 41 49 4c 42 41 47 2c  58 0d 04 ce b0 dc 20 21  |MAILBAG,X..... !|
00000fe0  43 4f 4e 46 49 47 55 52  41 54 49 4f 4e 20 4d 45  |CONFIGURATION ME|
00000ff0  4e 55 21 2c 56 2e 2b 43  4f 4e 46 49 47 2c 21 45  |NU!,V.+CONFIG,!E|
00001000  4c 45 43 54 52 4f 4e 20  55 53 45 52 20 47 52 4f  |LECTRON USER GRO|
00001010  55 50 21 2c 56 2e 2b 45  55 47 2c 21 49 4e 20 54  |UP!,V.+EUG,!IN T|
00001020  48 49 53 20 49 53 53 55  45 21 2c 56 2e 2b 43 4f  |HIS ISSUE!,V.+CO|
00001030  4e 54 53 2c 21 4e 45 57  53 20 41 4e 44 20 54 48  |NTS,!NEWS AND TH|
00001040  45 20 49 4e 54 45 52 4e  45 54 21 2c 56 2e 2b 4e  |E INTERNET!,V.+N|
00001050  45 57 53 2c 21 54 48 45  20 44 41 56 45 20 53 50  |EWS,!THE DAVE SP|
00001060  45 41 4b 53 20 4f 55 54  21 2c 56 2e 2b 54 48 45  |EAKS OUT!,V.+THE|
00001070  44 41 56 2c 3c 45 6d 70  74 79 3e 2c 22 22 2c 3c  |DAV,<Empty>,"",<|
00001080  45 6d 70 74 79 3e 2c 22  22 0d 04 d8 a9 dc 20 42  |Empty>,""..... B|
00001090  52 41 49 4e 54 45 41 53  45 52 53 20 41 72 74 20  |RAINTEASERS Art |
000010a0  50 74 20 33 2c 56 2e 2b  42 54 45 41 53 33 2c 43  |Pt 3,V.+BTEAS3,C|
000010b0  4f 4e 4e 45 43 54 49 4e  47 20 41 20 5a 38 38 20  |ONNECTING A Z88 |
000010c0  41 72 74 69 63 6c 65 2c  56 2e 2b 43 4f 4e 4e 45  |Article,V.+CONNE|
000010d0  43 2c 57 4f 52 44 53 2f  4d 55 53 49 43 20 53 59  |C,WORDS/MUSIC SY|
000010e0  4e 43 48 20 41 72 74 20  31 2c 56 2e 2b 53 59 4e  |NCH Art 1,V.+SYN|
000010f0  43 48 31 2c 57 4f 52 44  53 2f 4d 55 53 49 43 20  |CH1,WORDS/MUSIC |
00001100  53 59 4e 43 48 20 41 72  74 20 32 2c 56 2e 2b 53  |SYNCH Art 2,V.+S|
00001110  59 4e 43 48 32 2c 3c 45  6d 70 74 79 3e 2c 2c 3c  |YNCH2,<Empty>,,<|
00001120  45 6d 70 74 79 3e 2c 2c  3c 45 6d 70 74 79 3e 2c  |Empty>,,<Empty>,|
00001130  22 22 0d 04 e2 cd dc 20  42 45 4e 4e 59 20 48 49  |""..... BENNY HI|
00001140  4c 4c 20 4d 55 53 49 43  20 44 65 6d 6f 2c 55 2e  |LL MUSIC Demo,U.|
00001150  42 45 4e 4e 59 2c 43 52  45 41 54 49 56 45 20 41  |BENNY,CREATIVE A|
00001160  53 53 45 4d 42 4c 45 52  20 44 65 6d 6f 2c 47 2e  |SSEMBLER Demo,G.|
00001170  43 41 44 45 4d 4f 2c 43  5f 41 53 4d 42 4c 45 52  |CADEMO,C_ASMBLER|
00001180  20 53 70 72 69 74 65 20  55 74 69 6c 69 74 79 2c  | Sprite Utility,|
00001190  47 2e 43 41 53 50 52 49  54 2c 52 48 59 4d 45 20  |G.CASPRIT,RHYME |
000011a0  4d 75 73 69 63 20 53 79  6e 63 68 20 55 74 69 6c  |Music Synch Util|
000011b0  2c 55 2e 52 48 59 4d 45  2c 53 43 52 45 45 4e 20  |,U.RHYME,SCREEN |
000011c0  53 41 56 45 52 20 55 74  69 6c 69 74 79 2c 55 2e  |SAVER Utility,U.|
000011d0  53 53 54 45 53 54 2c 53  43 52 45 45 4e 20 53 41  |SSTEST,SCREEN SA|
000011e0  56 45 52 20 4d 61 6e 75  61 6c 2c 56 2e 2b 53 53  |VER Manual,V.+SS|
000011f0  4d 41 4e 55 2c 3c 45 6d  70 74 79 3e 2c 22 22 0d  |MANU,<Empty>,"".|
00001200  04 ec e6 dc 20 42 4f 58  49 4e 47 20 28 41 72 63  |.... BOXING (Arc|
00001210  61 64 65 29 2c 47 2e 42  4f 58 49 4e 47 2c 46 52  |ade),G.BOXING,FR|
00001220  41 4e 43 49 53 20 44 52  41 4b 45 20 28 42 74 65  |ANCIS DRAKE (Bte|
00001230  61 73 65 72 29 2c 55 2e  44 52 41 4b 45 31 2c 4f  |aser),U.DRAKE1,O|
00001240  4d 4e 49 50 4f 4c 59 20  28 53 74 72 61 74 65 67  |MNIPOLY (Strateg|
00001250  79 29 2c 47 2e 4f 4d 4e  4c 4f 41 44 2c 50 41 54  |y),G.OMNLOAD,PAT|
00001260  49 45 4e 43 45 20 4d 45  4e 55 20 28 50 61 74 69  |IENCE MENU (Pati|
00001270  65 6e 63 65 29 2c 47 2e  50 41 54 4d 45 4e 55 2c  |ence),G.PATMENU,|
00001280  52 45 4c 41 54 49 4f 4e  53 20 28 42 72 61 69 6e  |RELATIONS (Brain|
00001290  74 65 61 73 65 72 29 2c  55 2e 52 45 4c 41 54 49  |teaser),U.RELATI|
000012a0  4f 2c 53 45 41 52 43 48  20 41 4e 44 20 52 45 53  |O,SEARCH AND RES|
000012b0  43 55 45 20 28 41 72 63  29 2c 47 2e 53 45 41 52  |CUE (Arc),G.SEAR|
000012c0  43 48 41 2c 53 4e 41 49  4c 20 52 41 43 49 4e 47  |CHA,SNAIL RACING|
000012d0  20 28 53 74 72 61 74 65  67 79 29 2c 47 2e 53 52  | (Strategy),G.SR|
000012e0  41 43 45 2d 41 0d 04 f6  be dc 20 41 4d 53 54 52  |ACE-A..... AMSTR|
000012f0  41 44 20 50 63 57 20 52  65 76 69 65 77 20 50 74  |AD PcW Review Pt|
00001300  20 31 2c 52 2e 2b 41 4d  53 54 52 31 2c 41 4d 53  | 1,R.+AMSTR1,AMS|
00001310  54 52 41 44 20 50 63 57  20 52 65 76 69 65 77 20  |TRAD PcW Review |
00001320  50 74 20 32 2c 52 2e 2b  41 4d 53 54 52 32 2c 42  |Pt 2,R.+AMSTR2,B|
00001330  41 54 54 4c 45 5a 4f 4e  45 20 53 49 58 20 52 65  |ATTLEZONE SIX Re|
00001340  76 69 65 77 2c 52 2e 2b  42 41 54 54 4c 45 2c 43  |view,R.+BATTLE,C|
00001350  4f 55 4e 54 44 4f 57 4e  20 54 4f 20 44 4f 4f 4d  |OUNTDOWN TO DOOM|
00001360  20 52 65 76 69 65 77 2c  52 2e 2b 43 4f 55 4e 54  | Review,R.+COUNT|
00001370  44 2c 53 50 59 20 53 4e  41 54 43 48 45 52 20 52  |D,SPY SNATCHER R|
00001380  65 76 69 65 77 2c 52 2e  2b 53 50 59 53 4e 41 2c  |eview,R.+SPYSNA,|
00001390  3c 45 6d 70 74 79 3e 2c  2c 3c 45 6d 70 74 79 3e  |<Empty>,,<Empty>|
000013a0  2c 22 22 0d 05 00 ce dc  20 41 44 56 45 4e 54 55  |,""..... ADVENTU|
000013b0  52 45 20 41 52 54 49 43  4c 45 53 20 50 74 20 31  |RE ARTICLES Pt 1|
000013c0  2c 56 2e 2b 41 56 41 52  54 31 2c 41 44 56 45 4e  |,V.+AVART1,ADVEN|
000013d0  54 55 52 45 20 41 52 54  49 43 4c 45 53 20 50 74  |TURE ARTICLES Pt|
000013e0  20 32 2c 56 2e 2b 41 56  41 52 54 32 2c 41 44 56  | 2,V.+AVART2,ADV|
000013f0  45 4e 54 55 52 45 20 41  52 54 49 43 4c 45 53 20  |ENTURE ARTICLES |
00001400  50 74 20 33 2c 56 2e 2b  41 56 41 52 54 33 2c 41  |Pt 3,V.+AVART3,A|
00001410  44 56 45 4e 54 55 52 45  20 41 52 54 49 43 4c 45  |DVENTURE ARTICLE|
00001420  53 20 50 74 20 34 2c 56  2e 2b 41 56 41 52 54 34  |S Pt 4,V.+AVART4|
00001430  2c 47 48 4f 53 54 20 54  4f 57 4e 20 53 6f 6c 75  |,GHOST TOWN Solu|
00001440  74 69 6f 6e 2c 53 2e 2b  47 48 4f 53 54 54 2c 48  |tion,S.+GHOSTT,H|
00001450  4f 55 53 45 20 53 6f 6c  75 74 69 6f 6e 2c 53 2e  |OUSE Solution,S.|
00001460  2b 48 4f 55 53 45 2c 3c  45 6d 70 74 79 3e 2c 22  |+HOUSE,<Empty>,"|
00001470  22 0d 05 0a dd dc 20 43  6c 61 73 73 69 66 69 65  |"..... Classifie|
00001480  64 20 41 64 73 20 50 74  20 31 2c 56 2e 2b 53 41  |d Ads Pt 1,V.+SA|
00001490  4c 45 31 2c 43 6c 61 73  73 69 66 69 65 64 20 41  |LE1,Classified A|
000014a0  64 73 20 50 74 20 32 2c  56 2e 2b 53 41 4c 45 32  |ds Pt 2,V.+SALE2|
000014b0  2c 49 6d 70 72 6f 76 69  6e 67 20 50 72 69 6e 74  |,Improving Print|
000014c0  6f 75 74 73 2c 4c 2e 2b  49 4d 50 52 4f 56 2c 22  |outs,L.+IMPROV,"|
000014d0  4e 65 77 20 44 6f 67 2c  20 4f 6c 64 20 54 72 69  |New Dog, Old Tri|
000014e0  63 6b 73 22 2c 4c 2e 2b  4e 45 57 44 4f 47 2c 53  |cks",L.+NEWDOG,S|
000014f0  74 72 65 65 74 27 73 20  43 6f 6d 70 61 74 69 62  |treet's Compatib|
00001500  6c 65 21 2c 4c 2e 2b 53  54 52 45 45 54 2c 22 54  |le!,L.+STREET,"T|
00001510  72 79 20 54 68 65 73 65  20 54 77 6f 2c 20 52 61  |ry These Two, Ra|
00001520  79 6d 6f 6e 64 22 2c 4c  2e 2b 54 52 59 54 48 45  |ymond",L.+TRYTHE|
00001530  2c 55 70 64 61 74 65 73  20 26 20 55 74 69 6c 69  |,Updates & Utili|
00001540  74 69 65 73 2c 4c 2e 2b  55 50 44 41 54 45 0d 05  |ties,L.+UPDATE..|
00001550  14 a3 dc 20 52 65 74 75  72 6e 20 54 6f 20 4d 61  |... Return To Ma|
00001560  69 6e 20 4d 65 6e 75 20  4b 65 79 2c 58 2c 43 79  |in Menu Key,X,Cy|
00001570  63 6c 65 20 42 61 63 6b  67 72 6f 75 6e 64 20 43  |cle Background C|
00001580  6f 6c 6f 75 72 2c 58 2c  43 79 63 6c 65 20 46 6f  |olour,X,Cycle Fo|
00001590  72 65 67 72 6f 75 6e 64  20 43 6f 6c 6f 75 72 2c  |reground Colour,|
000015a0  58 2c 56 69 65 77 20 54  65 78 74 20 46 69 6c 65  |X,View Text File|
000015b0  73 20 4d 6f 64 65 2c 58  2c 4f 6e 65 20 50 61 73  |s Mode,X,One Pas|
000015c0  73 20 50 72 69 6e 74 2c  58 2c 50 65 72 66 6f 72  |s Print,X,Perfor|
000015d0  61 74 69 6f 6e 20 53 6b  69 70 2c 58 2c 53 61 76  |ation Skip,X,Sav|
000015e0  65 20 43 6f 6e 66 69 67  75 72 61 74 69 6f 6e 2c  |e Configuration,|
000015f0  58 0d ff                                          |X..|
000015f3
MENU.m0
MENU.m1
MENU.m2
MENU.m4
MENU.m5