Home » CEEFAX disks » telesoftware3.adl » 06_11_87/CRMENU1

06_11_87/CRMENU1

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 » CEEFAX disks » telesoftware3.adl
Filename: 06_11_87/CRMENU1
Read OK:
File size: 0D21 bytes
Load address: FFFF6000
Exec address: FFFF6CF2
File contents
   10IF PAGE<&5900 THEN PRINT''"Reload at PAGE=&6000"+CHR$7:END
   20REM ///  Menu Program  v.2   ///  
   30REM /// (c) BBC Telesoftware ///
   40REM ///  By Smit Berry 1985  ///  
   50ONERROR MODE7:REPORT:END
   51*FX200 3
   60D=6
   70MODE7:VDU23;8202;0;0;0;:ENVELOPE1,6,0,0,0,3,16,16,125,-5,-15,-15,126,60:DIMB 256:*DISC
   80*DIR $
  100*FX15
  110*LOAD"CRMENU2"2300
  120PRINT'" �<,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4 ��5   ���MENU CREATION PROGRAM  �     5 ��5   ���MENU CREATION PROGRAM  �     5���-,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,%"
  130PRINTTAB(0,23)"���(c) Smit Berry for BBC Telesoftware"  
  140SOUND1,1,200,2:VDU28,0,21,39,6:CLS:PRINT':PRINT+CHR$131;" Do you want instructions (Y/N)?";:REPEATA$=GET$:UNTILINSTR("YyNn",A$):IFINSTR("Yy",A$)PROCD ELSE PRINT"NO"'
  150PRINT:PRINT+CHR$131;" Enter the destination drive (0-3) :";:REPEATG%=GET:UNTILG%>47ANDG%<52:B$=STR$(G%-48):PRINTB$:PROCC("DRIVE "+STR$(G%-48)):PRINT:PRINT+CHR$131;" Insert your disc into drive ";B$;"�,then"'" �press  <RETURN>":REPEATG=GET:UNTILINKEY(-74):PROCA
  160*SA."!BOOT"2300+072C 2A00
  170*ACC.!BOOT L
  180*OPT 4 2
  190*FX15
  200V$="":SOUND1,1,200,2:CLS:PRINT''':FORT=1TO2:PRINT+CHR$141;CHR$131;"     What is the disc title ?":NEXT:PRINTTAB(8,8)"���]            [  �":PRINTTAB(13,8);:PROCB
  210IF LEN(V$)=1 THEN V$="NO.TITLE"
  220PROCC("TITLE "+V$)
  230PRINT'''"� Routine now installed on drive ";B$:PRINT+CHR$131;" To load,press <SHIFT> and <BREAK>"
  240PRINT+CHR$131;" Do you want to create another menu?":REPEATA$=GET$:UNTILINSTR("YyNn",A$):IFINSTR("Nn",A$)GOTO530ELSEGOTO140
  250END
  260DEFPROCE(T$):FORT=1TO2:PRINTCHR$141;T$:NEXT:ENDPROC
  270DEFPROCD:RESTORE290:CLS:PRINT'':PRINTSPC8;"���INSTRUCTIONS  �":REPEAT READ D$:FORE=1TOLEND$:PRINTMID$(D$,E,1);:A=INKEY(D):NEXT:PRINT:UNTILD$="��":*FX15
  280SOUND1,1,200,2:REPEATG=GET:UNTILINKEY(-74):CLS:ENDPROC
  290DATA
  300DATA"�This program will help you organise all�your discs through the use a menu. Once�the  menu  program  has  been�created,"
  310DATA"�it can be loaded  by  holding�down  the�<SHIFT> and <BREAK>  keys  at �the same�time ,alternatively , you  can�type: ��     ��*RUN !BOOT"  
  320DATA"�"
  330DATA"�" 
  340DATA"�Once the menu program has  been created�you must �*RENAME�the files  which  you�wish  to appear on the menu."
  350DATA"�Programs which require  CHAINing should�be placed in the�B �directory,and those�that require  *RUNing should be  placed�in the�M �directory."
  360DATA"�(NB.  It is  necessary  to  distinguish�between  BASIC  and M/Code programs  as�they must be run in  different ways  by�the menu program.)"   
  370DATA"�The menu  program  also  displays  text�files.These programs which are normally�loaded�using the  *TYPE  command should�be placed� into the �T�  directory.  An�option to dump the file to printer   is�also included"
  380DATA"�"
  390DATA"�The menu  program  also reads  the disc�title which  can be changed  using  the�*TITLE <disc title>�command."
  400DATA""
  410DATA"" 
  420DATA"�Once run,the disc is scanned and a list�is displayed. The list consists  of  an�alphabetic   character followed  by   a�filename."
  430DATA"�To  load  and run  any program  in  the�selection you simply  press the correct�character." 
  440DATA"�"
  450DATA"�It is  possible to  select a  different�drive by  pressing �<0> <1> <2>� or�<3>�This will then  display files  from the�new drive."  
  460DATA""
  470DATA"" 
  480DATA" �  Press <RETURN> to continue:"  
  490DATA"��"
  500DEFPROCA:J$=":"+B$+".$.!BOOT":J=OPENUPJ$:IFJ=0CLS:ENDPROC
  510IFJ<>0CLS:PRINTCHR$7;CHR$131;" The !BOOT file already exists!":PRINT+CHR$131;" Do you want to over-write it ?":CLOSE#0
  520REPEATA$=GET$:UNTILINSTR("YyNn",A$):IFINSTR("Yy",A$)THEN*ACC.!BOOT
  530IFINSTR("Nn",A$)CLS:PRINT+CHR$129;"Program Aborted":PROCZ
  540ENDPROC
  550DEFPROCC($B):X%=B:Y%=B DIV 256:CALL&FFF7:ENDPROC
  560DEFPROCB:FORT=1TO10:A$=GET$:V$=V$+A$:PRINTA$;:IFINKEY(-74)T=10:ENDPROC
  570IFINKEY(-90)GOTO200
  580NEXT:ENDPROC
  590DEFPROCZ:*FX2 3
  600FORT=1TO2:REPEATUNTILINKEY(90):NEXT T:CALL!-4:ENDPROC

.� �<&5900 � �''"Reload at PAGE=&6000"+�7:�
$� ///  Menu Program  v.2   ///  
"� /// (c) BBC Telesoftware ///
($� ///  By Smit Berry 1985  ///  
2
� �7:�:�
3*FX200 3
<D=6
FL�7:�23;8202;0;0;0;:�1,6,0,0,0,3,16,16,125,-5,-15,-15,126,60:�B 256:*DISC
P
*DIR $
d	*FX15
n*LOAD"CRMENU2"2300
x��'" �<,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4 ��5   ���MENU CREATION PROGRAM  �     5 ��5   ���MENU CREATION PROGRAM  �     5���-,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,%"
�5�0,23)"���(c) Smit Berry for BBC Telesoftware"  
�u�1,1,200,2:�28,0,21,39,6:�:�':�+�131;" Do you want instructions (Y/N)?";:�A$=�:��"YyNn",A$):�"Yy",A$)�D � �"NO"'
���:�+�131;" Enter the destination drive (0-3) :";:�G%=�:�G%>47�G%<52:B$=�(G%-48):�B$:�C("DRIVE "+�(G%-48)):�:�+�131;" Insert your disc into drive ";B$;"�,then"'" �press  <RETURN>":�G=�:��(-74):�A
�*SA."!BOOT"2300+072C 2A00
�*ACC.!BOOT L
�*OPT 4 2
�	*FX15
�yV$="":�1,1,200,2:�:�''':�T=1�2:�+�141;�131;"     What is the disc title ?":�:�8,8)"���]            [  �":�13,8);:�B
�� �(V$)=1 � V$="NO.TITLE"
��C("TITLE "+V$)
�Z�'''"� Routine now installed on drive ";B$:�+�131;" To load,press <SHIFT> and <BREAK>"
�Z�+�131;" Do you want to create another menu?":�A$=�:��"YyNn",A$):�"Nn",A$)�TRB��tL@
��
��E(T$):�T=1�2:�141;T$:�:�
a��D:��TbA:�:�'':�8;"���INSTRUCTIONS  �":� � D$:�E=1��D$:�D$,E,1);:A=�(D):�:�:�D$="��":*FX15
�1,1,200,2:�G=�:��(-74):�:�
"�
,~�"�This program will help you organise all�your discs through the use a menu. Once�the  menu  program  has  been�created,"
6��"�it can be loaded  by  holding�down  the�<SHIFT> and <BREAK>  keys  at �the same�time ,alternatively , you  can�type: ��     ��*RUN !BOOT"  
@�"�"
J	�"�" 
Tt�"�Once the menu program has  been created�you must �*RENAME�the files  which  you�wish  to appear on the menu."
^��"�Programs which require  CHAINing should�be placed in the�B �directory,and those�that require  *RUNing should be  placed�in the�M �directory."
h��"�(NB.  It is  necessary  to  distinguish�between  BASIC  and M/Code programs  as�they must be run in  different ways  by�the menu program.)"   
r��"�The menu  program  also  displays  text�files.These programs which are normally�loaded�using the  *TYPE  command should�be placed� into the �T�  directory.  An�option to dump the file to printer   is�also included"
|�"�"
�t�"�The menu  program  also reads  the disc�title which  can be changed  using  the�*TITLE <disc title>�command."
��""
��"" 
���"�Once run,the disc is scanned and a list�is displayed. The list consists  of  an�alphabetic   character followed  by   a�filename."
�c�"�To  load  and run  any program  in  the�selection you simply  press the correct�character." 
��"�"
Œ�"�It is  possible to  select a  different�drive by  pressing �<0> <1> <2>� or�<3>�This will then  display files  from the�new drive."  
��""
��"" 
�(�" �  Press <RETURN> to continue:"  
�	�"��"
�*��A:J$=":"+B$+".$.!BOOT":J=�J$:�J=0�:�
�b�J<>0�:�7;�131;" The !BOOT file already exists!":�+�131;" Do you want to over-write it ?":�#0
,�A$=�:��"YyNn",A$):�"Yy",A$)�*ACC.!BOOT
+�"Nn",A$)�:�+�129;"Program Aborted":�Z
�
&$��C($B):X%=B:Y%=B � 256:�&FFF7:�
00��B:�T=1�10:A$=�:V$=V$+A$:�A$;:�(-74)T=10:�
:�(-90)�dH@
D�:�
N��Z:*FX2 3
X�T=1�2:���(90):� T:�!-4:�
�X � ���H�m��� �h����`�=&6000
O.
�
00000000  0d 00 0a 2e e7 20 90 3c  26 35 39 30 30 20 8c 20  |..... .<&5900 . |
00000010  f1 27 27 22 52 65 6c 6f  61 64 20 61 74 20 50 41  |.''"Reload at PA|
00000020  47 45 3d 26 36 30 30 30  22 2b bd 37 3a e0 0d 00  |GE=&6000"+.7:...|
00000030  14 24 f4 20 2f 2f 2f 20  20 4d 65 6e 75 20 50 72  |.$. ///  Menu Pr|
00000040  6f 67 72 61 6d 20 20 76  2e 32 20 20 20 2f 2f 2f  |ogram  v.2   ///|
00000050  20 20 0d 00 1e 22 f4 20  2f 2f 2f 20 28 63 29 20  |  ...". /// (c) |
00000060  42 42 43 20 54 65 6c 65  73 6f 66 74 77 61 72 65  |BBC Telesoftware|
00000070  20 2f 2f 2f 0d 00 28 24  f4 20 2f 2f 2f 20 20 42  | ///..($. ///  B|
00000080  79 20 53 6d 69 74 20 42  65 72 72 79 20 31 39 38  |y Smit Berry 198|
00000090  35 20 20 2f 2f 2f 20 20  0d 00 32 0d ee 85 20 eb  |5  ///  ..2... .|
000000a0  37 3a f6 3a e0 0d 00 33  0c 2a 46 58 32 30 30 20  |7:.:...3.*FX200 |
000000b0  33 0d 00 3c 07 44 3d 36  0d 00 46 4c eb 37 3a ef  |3..<.D=6..FL.7:.|
000000c0  32 33 3b 38 32 30 32 3b  30 3b 30 3b 30 3b 3a e2  |23;8202;0;0;0;:.|
000000d0  31 2c 36 2c 30 2c 30 2c  30 2c 33 2c 31 36 2c 31  |1,6,0,0,0,3,16,1|
000000e0  36 2c 31 32 35 2c 2d 35  2c 2d 31 35 2c 2d 31 35  |6,125,-5,-15,-15|
000000f0  2c 31 32 36 2c 36 30 3a  de 42 20 32 35 36 3a 2a  |,126,60:.B 256:*|
00000100  44 49 53 43 0d 00 50 0a  2a 44 49 52 20 24 0d 00  |DISC..P.*DIR $..|
00000110  64 09 2a 46 58 31 35 0d  00 6e 16 2a 4c 4f 41 44  |d.*FX15..n.*LOAD|
00000120  22 43 52 4d 45 4e 55 32  22 32 33 30 30 0d 00 78  |"CRMENU2"2300..x|
00000130  a7 f1 27 22 20 93 3c 2c  2c 2c 2c 2c 2c 2c 2c 2c  |..'" .<,,,,,,,,,|
00000140  2c 2c 2c 2c 2c 2c 2c 2c  2c 2c 2c 2c 2c 2c 2c 2c  |,,,,,,,,,,,,,,,,|
00000150  2c 2c 2c 2c 2c 2c 2c 2c  2c 2c 34 20 8d 93 35 20  |,,,,,,,,,,4 ..5 |
00000160  20 20 91 9d 93 4d 45 4e  55 20 43 52 45 41 54 49  |  ...MENU CREATI|
00000170  4f 4e 20 50 52 4f 47 52  41 4d 20 20 9c 20 20 20  |ON PROGRAM  .   |
00000180  20 20 35 20 8d 93 35 20  20 20 91 9d 93 4d 45 4e  |  5 ..5   ...MEN|
00000190  55 20 43 52 45 41 54 49  4f 4e 20 50 52 4f 47 52  |U CREATION PROGR|
000001a0  41 4d 20 20 9c 20 20 20  20 20 35 8d 96 93 2d 2c  |AM  .     5...-,|
000001b0  2c 2c 2c 2c 2c 2c 2c 2c  2c 2c 2c 2c 2c 2c 2c 2c  |,,,,,,,,,,,,,,,,|
*
000001d0  2c 2c 25 22 0d 00 82 35  f1 8a 30 2c 32 33 29 22  |,,%"...5..0,23)"|
000001e0  83 9d 81 28 63 29 20 53  6d 69 74 20 42 65 72 72  |...(c) Smit Berr|
000001f0  79 20 66 6f 72 20 42 42  43 20 54 65 6c 65 73 6f  |y for BBC Teleso|
00000200  66 74 77 61 72 65 22 20  20 0d 00 8c 75 d4 31 2c  |ftware"  ...u.1,|
00000210  31 2c 32 30 30 2c 32 3a  ef 32 38 2c 30 2c 32 31  |1,200,2:.28,0,21|
00000220  2c 33 39 2c 36 3a db 3a  f1 27 3a f1 2b bd 31 33  |,39,6:.:.':.+.13|
00000230  31 3b 22 20 44 6f 20 79  6f 75 20 77 61 6e 74 20  |1;" Do you want |
00000240  69 6e 73 74 72 75 63 74  69 6f 6e 73 20 28 59 2f  |instructions (Y/|
00000250  4e 29 3f 22 3b 3a f5 41  24 3d be 3a fd a7 22 59  |N)?";:.A$=.:.."Y|
00000260  79 4e 6e 22 2c 41 24 29  3a e7 a7 22 59 79 22 2c  |yNn",A$):.."Yy",|
00000270  41 24 29 f2 44 20 8b 20  f1 22 4e 4f 22 27 0d 00  |A$).D . ."NO"'..|
00000280  96 c6 f1 3a f1 2b bd 31  33 31 3b 22 20 45 6e 74  |...:.+.131;" Ent|
00000290  65 72 20 74 68 65 20 64  65 73 74 69 6e 61 74 69  |er the destinati|
000002a0  6f 6e 20 64 72 69 76 65  20 28 30 2d 33 29 20 3a  |on drive (0-3) :|
000002b0  22 3b 3a f5 47 25 3d a5  3a fd 47 25 3e 34 37 80  |";:.G%=.:.G%>47.|
000002c0  47 25 3c 35 32 3a 42 24  3d c3 28 47 25 2d 34 38  |G%<52:B$=.(G%-48|
000002d0  29 3a f1 42 24 3a f2 43  28 22 44 52 49 56 45 20  |):.B$:.C("DRIVE |
000002e0  22 2b c3 28 47 25 2d 34  38 29 29 3a f1 3a f1 2b  |"+.(G%-48)):.:.+|
000002f0  bd 31 33 31 3b 22 20 49  6e 73 65 72 74 20 79 6f  |.131;" Insert yo|
00000300  75 72 20 64 69 73 63 20  69 6e 74 6f 20 64 72 69  |ur disc into dri|
00000310  76 65 20 22 3b 42 24 3b  22 83 2c 74 68 65 6e 22  |ve ";B$;".,then"|
00000320  27 22 20 83 70 72 65 73  73 20 20 3c 52 45 54 55  |'" .press  <RETU|
00000330  52 4e 3e 22 3a f5 47 3d  a5 3a fd a6 28 2d 37 34  |RN>":.G=.:..(-74|
00000340  29 3a f2 41 0d 00 a0 1d  2a 53 41 2e 22 21 42 4f  |):.A....*SA."!BO|
00000350  4f 54 22 32 33 30 30 2b  30 37 32 43 20 32 41 30  |OT"2300+072C 2A0|
00000360  30 0d 00 aa 10 2a 41 43  43 2e 21 42 4f 4f 54 20  |0....*ACC.!BOOT |
00000370  4c 0d 00 b4 0c 2a 4f 50  54 20 34 20 32 0d 00 be  |L....*OPT 4 2...|
00000380  09 2a 46 58 31 35 0d 00  c8 79 56 24 3d 22 22 3a  |.*FX15...yV$="":|
00000390  d4 31 2c 31 2c 32 30 30  2c 32 3a db 3a f1 27 27  |.1,1,200,2:.:.''|
000003a0  27 3a e3 54 3d 31 b8 32  3a f1 2b bd 31 34 31 3b  |':.T=1.2:.+.141;|
000003b0  bd 31 33 31 3b 22 20 20  20 20 20 57 68 61 74 20  |.131;"     What |
000003c0  69 73 20 74 68 65 20 64  69 73 63 20 74 69 74 6c  |is the disc titl|
000003d0  65 20 3f 22 3a ed 3a f1  8a 38 2c 38 29 22 84 9d  |e ?":.:..8,8)"..|
000003e0  83 5d 20 20 20 20 20 20  20 20 20 20 20 20 5b 20  |.]            [ |
000003f0  20 9c 22 3a f1 8a 31 33  2c 38 29 3b 3a f2 42 0d  | .":..13,8);:.B.|
00000400  00 d2 1d e7 20 a9 28 56  24 29 3d 31 20 8c 20 56  |.... .(V$)=1 . V|
00000410  24 3d 22 4e 4f 2e 54 49  54 4c 45 22 0d 00 dc 13  |$="NO.TITLE"....|
00000420  f2 43 28 22 54 49 54 4c  45 20 22 2b 56 24 29 0d  |.C("TITLE "+V$).|
00000430  00 e6 5a f1 27 27 27 22  83 20 52 6f 75 74 69 6e  |..Z.'''". Routin|
00000440  65 20 6e 6f 77 20 69 6e  73 74 61 6c 6c 65 64 20  |e now installed |
00000450  6f 6e 20 64 72 69 76 65  20 22 3b 42 24 3a f1 2b  |on drive ";B$:.+|
00000460  bd 31 33 31 3b 22 20 54  6f 20 6c 6f 61 64 2c 70  |.131;" To load,p|
00000470  72 65 73 73 20 3c 53 48  49 46 54 3e 20 61 6e 64  |ress <SHIFT> and|
00000480  20 3c 42 52 45 41 4b 3e  22 0d 00 f0 5a f1 2b bd  | <BREAK>"...Z.+.|
00000490  31 33 31 3b 22 20 44 6f  20 79 6f 75 20 77 61 6e  |131;" Do you wan|
000004a0  74 20 74 6f 20 63 72 65  61 74 65 20 61 6e 6f 74  |t to create anot|
000004b0  68 65 72 20 6d 65 6e 75  3f 22 3a f5 41 24 3d be  |her menu?":.A$=.|
000004c0  3a fd a7 22 59 79 4e 6e  22 2c 41 24 29 3a e7 a7  |:.."YyNn",A$):..|
000004d0  22 4e 6e 22 2c 41 24 29  e5 8d 54 52 42 8b e5 8d  |"Nn",A$)..TRB...|
000004e0  74 4c 40 0d 00 fa 05 e0  0d 01 04 1f dd f2 45 28  |tL@...........E(|
000004f0  54 24 29 3a e3 54 3d 31  b8 32 3a f1 bd 31 34 31  |T$):.T=1.2:..141|
00000500  3b 54 24 3a ed 3a e1 0d  01 0e 61 dd f2 44 3a f7  |;T$:.:....a..D:.|
00000510  8d 54 62 41 3a db 3a f1  27 27 3a f1 89 38 3b 22  |.TbA:.:.'':..8;"|
00000520  81 9d 83 49 4e 53 54 52  55 43 54 49 4f 4e 53 20  |...INSTRUCTIONS |
00000530  20 9c 22 3a f5 20 f3 20  44 24 3a e3 45 3d 31 b8  | .":. . D$:.E=1.|
00000540  a9 44 24 3a f1 c1 44 24  2c 45 2c 31 29 3b 3a 41  |.D$:..D$,E,1);:A|
00000550  3d a6 28 44 29 3a ed 3a  f1 3a fd 44 24 3d 22 81  |=.(D):.:.:.D$=".|
00000560  82 22 3a 2a 46 58 31 35  0d 01 18 1f d4 31 2c 31  |.":*FX15.....1,1|
00000570  2c 32 30 30 2c 32 3a f5  47 3d a5 3a fd a6 28 2d  |,200,2:.G=.:..(-|
00000580  37 34 29 3a db 3a e1 0d  01 22 05 dc 0d 01 2c 7e  |74):.:..."....,~|
00000590  dc 22 83 54 68 69 73 20  70 72 6f 67 72 61 6d 20  |.".This program |
000005a0  77 69 6c 6c 20 68 65 6c  70 20 79 6f 75 20 6f 72  |will help you or|
000005b0  67 61 6e 69 73 65 20 61  6c 6c 83 79 6f 75 72 20  |ganise all.your |
000005c0  64 69 73 63 73 20 74 68  72 6f 75 67 68 20 74 68  |discs through th|
000005d0  65 20 75 73 65 20 61 20  6d 65 6e 75 2e 20 4f 6e  |e use a menu. On|
000005e0  63 65 83 74 68 65 20 20  6d 65 6e 75 20 20 70 72  |ce.the  menu  pr|
000005f0  6f 67 72 61 6d 20 20 68  61 73 20 20 62 65 65 6e  |ogram  has  been|
00000600  83 63 72 65 61 74 65 64  2c 22 0d 01 36 92 dc 22  |.created,"..6.."|
00000610  83 69 74 20 63 61 6e 20  62 65 20 6c 6f 61 64 65  |.it can be loade|
00000620  64 20 20 62 79 20 20 68  6f 6c 64 69 6e 67 83 64  |d  by  holding.d|
00000630  6f 77 6e 20 20 74 68 65  83 3c 53 48 49 46 54 3e  |own  the.<SHIFT>|
00000640  20 61 6e 64 20 3c 42 52  45 41 4b 3e 20 20 6b 65  | and <BREAK>  ke|
00000650  79 73 20 20 61 74 20 83  74 68 65 20 73 61 6d 65  |ys  at .the same|
00000660  83 74 69 6d 65 20 2c 61  6c 74 65 72 6e 61 74 69  |.time ,alternati|
00000670  76 65 6c 79 20 2c 20 79  6f 75 20 20 63 61 6e 83  |vely , you  can.|
00000680  74 79 70 65 3a 20 82 81  20 20 20 20 20 82 81 2a  |type: ..     ..*|
00000690  52 55 4e 20 21 42 4f 4f  54 22 20 20 0d 01 40 08  |RUN !BOOT"  ..@.|
000006a0  dc 22 83 22 0d 01 4a 09  dc 22 83 22 20 0d 01 54  |."."..J.."." ..T|
000006b0  74 dc 22 83 4f 6e 63 65  20 74 68 65 20 6d 65 6e  |t.".Once the men|
000006c0  75 20 70 72 6f 67 72 61  6d 20 68 61 73 20 20 62  |u program has  b|
000006d0  65 65 6e 20 63 72 65 61  74 65 64 83 79 6f 75 20  |een created.you |
000006e0  6d 75 73 74 20 81 2a 52  45 4e 41 4d 45 83 74 68  |must .*RENAME.th|
000006f0  65 20 66 69 6c 65 73 20  20 77 68 69 63 68 20 20  |e files  which  |
00000700  79 6f 75 83 77 69 73 68  20 20 74 6f 20 61 70 70  |you.wish  to app|
00000710  65 61 72 20 6f 6e 20 74  68 65 20 6d 65 6e 75 2e  |ear on the menu.|
00000720  22 0d 01 5e 94 dc 22 83  50 72 6f 67 72 61 6d 73  |"..^..".Programs|
00000730  20 77 68 69 63 68 20 72  65 71 75 69 72 65 20 20  | which require  |
00000740  43 48 41 49 4e 69 6e 67  20 73 68 6f 75 6c 64 83  |CHAINing should.|
00000750  62 65 20 70 6c 61 63 65  64 20 69 6e 20 74 68 65  |be placed in the|
00000760  81 42 20 83 64 69 72 65  63 74 6f 72 79 2c 61 6e  |.B .directory,an|
00000770  64 20 74 68 6f 73 65 83  74 68 61 74 20 72 65 71  |d those.that req|
00000780  75 69 72 65 20 20 2a 52  55 4e 69 6e 67 20 73 68  |uire  *RUNing sh|
00000790  6f 75 6c 64 20 62 65 20  20 70 6c 61 63 65 64 83  |ould be  placed.|
000007a0  69 6e 20 74 68 65 81 4d  20 83 64 69 72 65 63 74  |in the.M .direct|
000007b0  6f 72 79 2e 22 0d 01 68  95 dc 22 81 28 4e 42 2e  |ory."..h..".(NB.|
000007c0  20 20 49 74 20 69 73 20  20 6e 65 63 65 73 73 61  |  It is  necessa|
000007d0  72 79 20 20 74 6f 20 20  64 69 73 74 69 6e 67 75  |ry  to  distingu|
000007e0  69 73 68 81 62 65 74 77  65 65 6e 20 20 42 41 53  |ish.between  BAS|
000007f0  49 43 20 20 61 6e 64 20  4d 2f 43 6f 64 65 20 70  |IC  and M/Code p|
00000800  72 6f 67 72 61 6d 73 20  20 61 73 81 74 68 65 79  |rograms  as.they|
00000810  20 6d 75 73 74 20 62 65  20 72 75 6e 20 69 6e 20  | must be run in |
00000820  20 64 69 66 66 65 72 65  6e 74 20 77 61 79 73 20  | different ways |
00000830  20 62 79 81 74 68 65 20  6d 65 6e 75 20 70 72 6f  | by.the menu pro|
00000840  67 72 61 6d 2e 29 22 20  20 20 0d 01 72 dd dc 22  |gram.)"   ..r.."|
00000850  83 54 68 65 20 6d 65 6e  75 20 20 70 72 6f 67 72  |.The menu  progr|
00000860  61 6d 20 20 61 6c 73 6f  20 20 64 69 73 70 6c 61  |am  also  displa|
00000870  79 73 20 20 74 65 78 74  83 66 69 6c 65 73 2e 54  |ys  text.files.T|
00000880  68 65 73 65 20 70 72 6f  67 72 61 6d 73 20 77 68  |hese programs wh|
00000890  69 63 68 20 61 72 65 20  6e 6f 72 6d 61 6c 6c 79  |ich are normally|
000008a0  83 6c 6f 61 64 65 64 83  75 73 69 6e 67 20 74 68  |.loaded.using th|
000008b0  65 20 20 2a 54 59 50 45  20 20 63 6f 6d 6d 61 6e  |e  *TYPE  comman|
000008c0  64 20 73 68 6f 75 6c 64  83 62 65 20 70 6c 61 63  |d should.be plac|
000008d0  65 64 83 20 69 6e 74 6f  20 74 68 65 20 81 54 83  |ed. into the .T.|
000008e0  20 20 64 69 72 65 63 74  6f 72 79 2e 20 20 41 6e  |  directory.  An|
000008f0  83 6f 70 74 69 6f 6e 20  74 6f 20 64 75 6d 70 20  |.option to dump |
00000900  74 68 65 20 66 69 6c 65  20 74 6f 20 70 72 69 6e  |the file to prin|
00000910  74 65 72 20 20 20 69 73  83 61 6c 73 6f 20 69 6e  |ter   is.also in|
00000920  63 6c 75 64 65 64 22 0d  01 7c 08 dc 22 83 22 0d  |cluded"..|..".".|
00000930  01 86 74 dc 22 83 54 68  65 20 6d 65 6e 75 20 20  |..t.".The menu  |
00000940  70 72 6f 67 72 61 6d 20  20 61 6c 73 6f 20 72 65  |program  also re|
00000950  61 64 73 20 20 74 68 65  20 64 69 73 63 83 74 69  |ads  the disc.ti|
00000960  74 6c 65 20 77 68 69 63  68 20 20 63 61 6e 20 62  |tle which  can b|
00000970  65 20 63 68 61 6e 67 65  64 20 20 75 73 69 6e 67  |e changed  using|
00000980  20 20 74 68 65 81 2a 54  49 54 4c 45 20 3c 64 69  |  the.*TITLE <di|
00000990  73 63 20 74 69 74 6c 65  3e 83 63 6f 6d 6d 61 6e  |sc title>.comman|
000009a0  64 2e 22 0d 01 90 07 dc  22 22 0d 01 9a 08 dc 22  |d.".....""....."|
000009b0  22 20 0d 01 a4 89 dc 22  82 4f 6e 63 65 20 72 75  |" .....".Once ru|
000009c0  6e 2c 74 68 65 20 64 69  73 63 20 69 73 20 73 63  |n,the disc is sc|
000009d0  61 6e 6e 65 64 20 61 6e  64 20 61 20 6c 69 73 74  |anned and a list|
000009e0  82 69 73 20 64 69 73 70  6c 61 79 65 64 2e 20 54  |.is displayed. T|
000009f0  68 65 20 6c 69 73 74 20  63 6f 6e 73 69 73 74 73  |he list consists|
00000a00  20 20 6f 66 20 20 61 6e  82 61 6c 70 68 61 62 65  |  of  an.alphabe|
00000a10  74 69 63 20 20 20 63 68  61 72 61 63 74 65 72 20  |tic   character |
00000a20  66 6f 6c 6c 6f 77 65 64  20 20 62 79 20 20 20 61  |followed  by   a|
00000a30  82 66 69 6c 65 6e 61 6d  65 2e 22 0d 01 ae 63 dc  |.filename."...c.|
00000a40  22 82 54 6f 20 20 6c 6f  61 64 20 20 61 6e 64 20  |".To  load  and |
00000a50  72 75 6e 20 20 61 6e 79  20 70 72 6f 67 72 61 6d  |run  any program|
00000a60  20 20 69 6e 20 20 74 68  65 82 73 65 6c 65 63 74  |  in  the.select|
00000a70  69 6f 6e 20 79 6f 75 20  73 69 6d 70 6c 79 20 20  |ion you simply  |
00000a80  70 72 65 73 73 20 74 68  65 20 63 6f 72 72 65 63  |press the correc|
00000a90  74 82 63 68 61 72 61 63  74 65 72 2e 22 20 0d 01  |t.character." ..|
00000aa0  b8 08 dc 22 85 22 0d 01  c2 8c dc 22 83 49 74 20  |...".".....".It |
00000ab0  69 73 20 20 70 6f 73 73  69 62 6c 65 20 74 6f 20  |is  possible to |
00000ac0  20 73 65 6c 65 63 74 20  61 20 20 64 69 66 66 65  | select a  diffe|
00000ad0  72 65 6e 74 83 64 72 69  76 65 20 62 79 20 20 70  |rent.drive by  p|
00000ae0  72 65 73 73 69 6e 67 20  81 3c 30 3e 20 3c 31 3e  |ressing .<0> <1>|
00000af0  20 3c 32 3e 83 20 6f 72  81 3c 33 3e 83 54 68 69  | <2>. or.<3>.Thi|
00000b00  73 20 77 69 6c 6c 20 74  68 65 6e 20 20 64 69 73  |s will then  dis|
00000b10  70 6c 61 79 20 66 69 6c  65 73 20 20 66 72 6f 6d  |play files  from|
00000b20  20 74 68 65 83 6e 65 77  20 64 72 69 76 65 2e 22  | the.new drive."|
00000b30  20 20 0d 01 cc 07 dc 22  22 0d 01 d6 08 dc 22 22  |  ....."".....""|
00000b40  20 0d 01 e0 28 dc 22 20  83 20 20 50 72 65 73 73  | ...(." .  Press|
00000b50  20 3c 52 45 54 55 52 4e  3e 20 74 6f 20 63 6f 6e  | <RETURN> to con|
00000b60  74 69 6e 75 65 3a 22 20  20 0d 01 ea 09 dc 22 81  |tinue:"  .....".|
00000b70  82 22 0d 01 f4 2a dd f2  41 3a 4a 24 3d 22 3a 22  |."...*..A:J$=":"|
00000b80  2b 42 24 2b 22 2e 24 2e  21 42 4f 4f 54 22 3a 4a  |+B$+".$.!BOOT":J|
00000b90  3d ad 4a 24 3a e7 4a 3d  30 db 3a e1 0d 01 fe 62  |=.J$:.J=0.:....b|
00000ba0  e7 4a 3c 3e 30 db 3a f1  bd 37 3b bd 31 33 31 3b  |.J<>0.:..7;.131;|
00000bb0  22 20 54 68 65 20 21 42  4f 4f 54 20 66 69 6c 65  |" The !BOOT file|
00000bc0  20 61 6c 72 65 61 64 79  20 65 78 69 73 74 73 21  | already exists!|
00000bd0  22 3a f1 2b bd 31 33 31  3b 22 20 44 6f 20 79 6f  |":.+.131;" Do yo|
00000be0  75 20 77 61 6e 74 20 74  6f 20 6f 76 65 72 2d 77  |u want to over-w|
00000bf0  72 69 74 65 20 69 74 20  3f 22 3a d9 23 30 0d 02  |rite it ?":.#0..|
00000c00  08 2c f5 41 24 3d be 3a  fd a7 22 59 79 4e 6e 22  |.,.A$=.:.."YyNn"|
00000c10  2c 41 24 29 3a e7 a7 22  59 79 22 2c 41 24 29 8c  |,A$):.."Yy",A$).|
00000c20  2a 41 43 43 2e 21 42 4f  4f 54 0d 02 12 2b e7 a7  |*ACC.!BOOT...+..|
00000c30  22 4e 6e 22 2c 41 24 29  db 3a f1 2b bd 31 32 39  |"Nn",A$).:.+.129|
00000c40  3b 22 50 72 6f 67 72 61  6d 20 41 62 6f 72 74 65  |;"Program Aborte|
00000c50  64 22 3a f2 5a 0d 02 1c  05 e1 0d 02 26 24 dd f2  |d":.Z.......&$..|
00000c60  43 28 24 42 29 3a 58 25  3d 42 3a 59 25 3d 42 20  |C($B):X%=B:Y%=B |
00000c70  81 20 32 35 36 3a d6 26  46 46 46 37 3a e1 0d 02  |. 256:.&FFF7:...|
00000c80  30 30 dd f2 42 3a e3 54  3d 31 b8 31 30 3a 41 24  |00..B:.T=1.10:A$|
00000c90  3d be 3a 56 24 3d 56 24  2b 41 24 3a f1 41 24 3b  |=.:V$=V$+A$:.A$;|
00000ca0  3a e7 a6 28 2d 37 34 29  54 3d 31 30 3a e1 0d 02  |:..(-74)T=10:...|
00000cb0  3a 10 e7 a6 28 2d 39 30  29 e5 8d 64 48 40 0d 02  |:...(-90)..dH@..|
00000cc0  44 07 ed 3a e1 0d 02 4e  0e dd f2 5a 3a 2a 46 58  |D..:...N...Z:*FX|
00000cd0  32 20 33 0d 02 58 1d e3  54 3d 31 b8 32 3a f5 fd  |2 3..X..T=1.2:..|
00000ce0  a6 28 39 30 29 3a ed 20  54 3a d6 21 2d 34 3a e1  |.(90):. T:.!-4:.|
00000cf0  0d ff 58 0f 20 f4 ff a9  15 20 ee ff a2 ff e8 8a  |..X. .... ......|
00000d00  48 bc 12 6d a9 8a a2 00  20 f4 ff 68 aa e0 0e d0  |H..m.... ..h....|
00000d10  ed 60 d0 3d 26 36 30 30  30 0d 4f 2e 0d f9 06 0b  |.`.=&6000.O.....|
00000d20  0d                                                |.|
00000d21
06_11_87/CRMENU1.m0
06_11_87/CRMENU1.m1
06_11_87/CRMENU1.m2
06_11_87/CRMENU1.m4
06_11_87/CRMENU1.m5