Home » CEEFAX disks » telesoftware7.adl » 18-06-88/FOLINF

18-06-88/FOLINF

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 » telesoftware7.adl
Filename: 18-06-88/FOLINF
Read OK:
File size: 0EB5 bytes
Load address: FFFF1A00
Exec address: FFFF8023
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
   10REM"�**********************
   20REM"�*�PORTFOLIO�A Shares�*
   30REM"�*�simulation program�*
   40REM"�*�using live  CEEFAX�*
   50REM"�*�data  for  current�*
   60REM"�*�share price  info.�*
   70REM"�**********************
   80REM"�*�(c) J.J.Brayshaw  �*
   90REM"�*�April 1985        �*
  100REM"�**********************
  110REM"�*�VERS.2�   May 1987�*
  120REM"�**********************
  130MODE7
  140VDU23;8202;0;0;0;
  150PROCinstructions
  160END
  170REM"�********
  180DEFPROCheading
  190CLS:VDU10,13,147:PRINTSPC9;"<,,l      jp j!   j_"
  200VDU132,157,129:PRINT"(C)JJB";CHR$147;"=,,.j`kj``j (n,j`kjhj`k";CHR$129;"1985"
  210PRINTCHR$147;SPC9;"%   *,.*  *, z *,.***,."'
  220ENDPROC
  230REM"�**********
  240DEFPROCinstructions
  250PROCheading
  260PRINT"�The object is to make a profit by"'"�buying and selling shares. The shares"'"�available are listed by�option 1�from"
  270PRINT"�the menu page. Your current portfolio  �of shares can be seen any time."
  280PRINT"�Simply study the list of available"'"�shares, note the number or the name"'"�of the share, and buy or sell as you"
  290PRINT"�require."'"�Commission is calculated for each"'"�transaction, and this is shown"'"�separately."
  300PRINT"�The program uses actual share prices"'"�as broadcast by�CEEFAX�and needs to"'"�be used on a day-to-day basis"
  310PRINT"�before any results will be noticed."
  320PROCwait
  330PROCheading
  340PRINT"�The program uses a routine to scan the"
  350PRINT"�memory locations used by the Acorn DFS"
  360PRINT"�to read the filenames of any data"
  370PRINT"�files currently set up on the disc."
  380PRINT"�If you are using another DFS, or tape,"
  390PRINT"�then pressing�F�when offered, for the"
  400PRINT"�list of files held, will not work!"
  410PRINT'"�The program should otherwise be"'"�compatible with ADFS, provided a"'"�directory�D�has previously been"'"�created. (Compatibility with ADFS"'"�has not been tested.)"
  420PROCwait
  430PROCheading
  440PRINT"�You are given an initial sum of `10,000�to invest at current stock market"
  450PRINT"�rates. This sum can be altered by"
  460PRINT"�changing the value of�init%�in line"
  470PRINT"�2980."'
  480PRINT"�To buy or sell shares, either list the"
  490PRINT"�shares available (from the main menu)"
  500PRINT"�and note the number given, or note the"
  510PRINT"�exact name of the shares."
  520PRINT"�Then select the appropriate option to"
  530PRINT"�buy or to sell, and enter the details"
  540PRINT"�as requested."
  550PROCwait
  560PROCheading
  570PRINT"�If the shares selected are not required�then opt to purchase zero shares."
  580PRINT"�Although commission is calculated, it"
  590PRINT"�will NOT be added to the total figures.";
  600PRINT"�As there are 168 shares listed by"
  610PRINT" CEEFAX,�you can step backwards or"
  620PRINT"�forwards through the list by pressing"
  630PRINT"�the arrow keys (after selecting the"
  640PRINT"�list from the main menu) until you"
  650PRINT"�find the details required."
  660PROCwait
  670PROCheading
  680PRINT"�With six pages to download in order"
  690PRINT"�from�CEEFAX�there may be some delay as"
  700PRINT"�the first page cycles round. During"
  710PRINT"�downloading, the pages are displayed"
  720PRINT"�on the screen."
  730PRINT"�When an existing game is loaded from"
  740PRINT"�disc, the�CEEFAX�pages are scanned for"
  750PRINT"�any alterations. If shares are held in"
  760PRINT"�any stock not now covered by�CEEFAX,"'"�these are sold at their most"
  770PRINT"�recently noted price, and a report"
  780PRINT"�to this effect given on screen."
  790PROCwait
  800PROCheading
  810PRINT"�The commission is calculated as 7% of"'"�the total purchase price. If you want"'"�to alter this figure, change the"'"�value of the figure used in line"'"�3030 - currently set to 0.007."'"�To cancel commission charges"
  820PRINT"�altogether, alter line 3050 to�=0"
  830PROCwait
  840PROCheading
  850PRINT"�*** NOTE ***"''
  860PRINT"�The program has been written for use"
  870PRINT"�with the�Acorn teletext adapter�with"
  880PRINT"�ATS�software (ROM)."
  890PRINT'"�Compatibility with other makes cannot"
  900PRINT"�be guaranteed."
  910PROCwait
  920PROCheading
  930ENDPROC
  940REM"�********
  950DEFPROCwait
  960PRINTTAB(0,24)"�Press�SPACE�to continue";
  970REPEATUNTILGET=32
  980ENDPROC

�"�**********************
�"�*�PORTFOLIO�A Shares�*
�"�*�simulation program�*
(�"�*�using live  CEEFAX�*
2�"�*�data  for  current�*
<�"�*�share price  info.�*
F�"�**********************
P�"�*�(c) J.J.Brayshaw  �*
Z�"�*�April 1985        �*
d�"�**********************
n�"�*�VERS.2�   May 1987�*
x�"�**********************
��7
��23;8202;0;0;0;
��instructions
��
��"�********
�
��heading
�+�:�10,13,147:�9;"<,,l      jp j!   j_"
�E�132,157,129:�"(C)JJB";�147;"=,,.j`kj``j (n,j`kjhj`k";�129;"1985"
�'�147;�9;"%   *,.*  *, z *,.***,."'
��
��"�**********
���instructions
��heading
{�"�The object is to make a profit by"'"�buying and selling shares. The shares"'"�available are listed by�option 1�from"
O�"�the menu page. Your current portfolio  �of shares can be seen any time."
y�"�Simply study the list of available"'"�shares, note the number or the name"'"�of the share, and buy or sell as you"
"f�"�require."'"�Commission is calculated for each"'"�transaction, and this is shown"'"�separately."
,t�"�The program uses actual share prices"'"�as broadcast by�CEEFAX�and needs to"'"�be used on a day-to-day basis"
6+�"�before any results will be noticed."
@	�wait
J�heading
T.�"�The program uses a routine to scan the"
^.�"�memory locations used by the Acorn DFS"
h)�"�to read the filenames of any data"
r+�"�files currently set up on the disc."
|.�"�If you are using another DFS, or tape,"
�-�"�then pressing�F�when offered, for the"
�*�"�list of files held, will not work!"
���'"�The program should otherwise be"'"�compatible with ADFS, provided a"'"�directory�D�has previously been"'"�created. (Compatibility with ADFS"'"�has not been tested.)"
�	�wait
��heading
�Q�"�You are given an initial sum of `10,000�to invest at current stock market"
�)�"�rates. This sum can be altered by"
�+�"�changing the value of�init%�in line"
��"�2980."'
�.�"�To buy or sell shares, either list the"
�-�"�shares available (from the main menu)"
�.�"�and note the number given, or note the"
�!�"�exact name of the shares."
-�"�Then select the appropriate option to"
-�"�buy or to sell, and enter the details"
�"�as requested."
&	�wait
0�heading
:Q�"�If the shares selected are not required�then opt to purchase zero shares."
D-�"�Although commission is calculated, it"
N0�"�will NOT be added to the total figures.";
X)�"�As there are 168 shares listed by"
b)�" CEEFAX,�you can step backwards or"
l-�"�forwards through the list by pressing"
v+�"�the arrow keys (after selecting the"
�*�"�list from the main menu) until you"
�"�"�find the details required."
�	�wait
��heading
�+�"�With six pages to download in order"
�.�"�from�CEEFAX�there may be some delay as"
�+�"�the first page cycles round. During"
�,�"�downloading, the pages are displayed"
��"�on the screen."
�,�"�When an existing game is loaded from"
�.�"�disc, the�CEEFAX�pages are scanned for"
�.�"�any alterations. If shares are held in"
�L�"�any stock not now covered by�CEEFAX,"'"�these are sold at their most"
*�"�recently noted price, and a report"
'�"�to this effect given on screen."
	�wait
 �heading
*��"�The commission is calculated as 7% of"'"�the total purchase price. If you want"'"�to alter this figure, change the"'"�value of the figure used in line"'"�3030 - currently set to 0.007."'"�To cancel commission charges"
4)�"�altogether, alter line 3050 to�=0"
>	�wait
H�heading
R�"�*** NOTE ***"''
\,�"�The program has been written for use"
f,�"�with the�Acorn teletext adapter�with"
p�"�ATS�software (ROM)."
z.�'"�Compatibility with other makes cannot"
��"�be guaranteed."
�	�wait
��heading
��
��"�********
�
��wait
�&�0,24)"�Press�SPACE�to continue";
�
���=32
��
�
00000000  0d 00 0a 1d f4 22 81 2a  2a 2a 2a 2a 2a 2a 2a 2a  |.....".*********|
00000010  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 0d 00 14  |*************...|
00000020  1d f4 22 81 2a 83 50 4f  52 54 46 4f 4c 49 4f 86  |..".*.PORTFOLIO.|
00000030  41 20 53 68 61 72 65 73  81 2a 0d 00 1e 1d f4 22  |A Shares.*....."|
00000040  81 2a 86 73 69 6d 75 6c  61 74 69 6f 6e 20 70 72  |.*.simulation pr|
00000050  6f 67 72 61 6d 81 2a 0d  00 28 1d f4 22 81 2a 86  |ogram.*..(..".*.|
00000060  75 73 69 6e 67 20 6c 69  76 65 20 20 43 45 45 46  |using live  CEEF|
00000070  41 58 81 2a 0d 00 32 1d  f4 22 81 2a 86 64 61 74  |AX.*..2..".*.dat|
00000080  61 20 20 66 6f 72 20 20  63 75 72 72 65 6e 74 81  |a  for  current.|
00000090  2a 0d 00 3c 1d f4 22 81  2a 86 73 68 61 72 65 20  |*..<..".*.share |
000000a0  70 72 69 63 65 20 20 69  6e 66 6f 2e 81 2a 0d 00  |price  info..*..|
000000b0  46 1d f4 22 81 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |F..".***********|
000000c0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 0d 00 50 1d f4  |***********..P..|
000000d0  22 81 2a 85 28 63 29 20  4a 2e 4a 2e 42 72 61 79  |".*.(c) J.J.Bray|
000000e0  73 68 61 77 20 20 81 2a  0d 00 5a 1d f4 22 81 2a  |shaw  .*..Z..".*|
000000f0  84 41 70 72 69 6c 20 31  39 38 35 20 20 20 20 20  |.April 1985     |
00000100  20 20 20 81 2a 0d 00 64  1d f4 22 81 2a 2a 2a 2a  |   .*..d..".****|
00000110  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
00000120  2a 2a 0d 00 6e 1d f4 22  81 2a 84 56 45 52 53 2e  |**..n..".*.VERS.|
00000130  32 83 20 20 20 4d 61 79  20 31 39 38 37 81 2a 0d  |2.   May 1987.*.|
00000140  00 78 1d f4 22 81 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |.x..".**********|
00000150  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 0d 00 82 06  |************....|
00000160  eb 37 0d 00 8c 13 ef 32  33 3b 38 32 30 32 3b 30  |.7.....23;8202;0|
00000170  3b 30 3b 30 3b 0d 00 96  11 f2 69 6e 73 74 72 75  |;0;0;.....instru|
00000180  63 74 69 6f 6e 73 0d 00  a0 05 e0 0d 00 aa 0f f4  |ctions..........|
00000190  22 81 2a 2a 2a 2a 2a 2a  2a 2a 0d 00 b4 0d dd f2  |".********......|
000001a0  68 65 61 64 69 6e 67 0d  00 be 2b db 3a ef 31 30  |heading...+.:.10|
000001b0  2c 31 33 2c 31 34 37 3a  f1 89 39 3b 22 3c 2c 2c  |,13,147:..9;"<,,|
000001c0  6c 20 20 20 20 20 20 6a  70 20 6a 21 20 20 20 6a  |l      jp j!   j|
000001d0  5f 22 0d 00 c8 45 ef 31  33 32 2c 31 35 37 2c 31  |_"...E.132,157,1|
000001e0  32 39 3a f1 22 28 43 29  4a 4a 42 22 3b bd 31 34  |29:."(C)JJB";.14|
000001f0  37 3b 22 3d 2c 2c 2e 6a  60 6b 6a 60 60 6a 20 28  |7;"=,,.j`kj``j (|
00000200  6e 2c 6a 60 6b 6a 68 6a  60 6b 22 3b bd 31 32 39  |n,j`kjhj`k";.129|
00000210  3b 22 31 39 38 35 22 0d  00 d2 27 f1 bd 31 34 37  |;"1985"...'..147|
00000220  3b 89 39 3b 22 25 20 20  20 2a 2c 2e 2a 20 20 2a  |;.9;"%   *,.*  *|
00000230  2c 20 7a 20 2a 2c 2e 2a  2a 2a 2c 2e 22 27 0d 00  |, z *,.***,."'..|
00000240  dc 05 e1 0d 00 e6 11 f4  22 81 2a 2a 2a 2a 2a 2a  |........".******|
00000250  2a 2a 2a 2a 0d 00 f0 12  dd f2 69 6e 73 74 72 75  |****......instru|
00000260  63 74 69 6f 6e 73 0d 00  fa 0c f2 68 65 61 64 69  |ctions.....headi|
00000270  6e 67 0d 01 04 7b f1 22  86 54 68 65 20 6f 62 6a  |ng...{.".The obj|
00000280  65 63 74 20 69 73 20 74  6f 20 6d 61 6b 65 20 61  |ect is to make a|
00000290  20 70 72 6f 66 69 74 20  62 79 22 27 22 86 62 75  | profit by"'".bu|
000002a0  79 69 6e 67 20 61 6e 64  20 73 65 6c 6c 69 6e 67  |ying and selling|
000002b0  20 73 68 61 72 65 73 2e  20 54 68 65 20 73 68 61  | shares. The sha|
000002c0  72 65 73 22 27 22 86 61  76 61 69 6c 61 62 6c 65  |res"'".available|
000002d0  20 61 72 65 20 6c 69 73  74 65 64 20 62 79 83 6f  | are listed by.o|
000002e0  70 74 69 6f 6e 20 31 86  66 72 6f 6d 22 0d 01 0e  |ption 1.from"...|
000002f0  4f f1 22 86 74 68 65 20  6d 65 6e 75 20 70 61 67  |O.".the menu pag|
00000300  65 2e 20 59 6f 75 72 20  63 75 72 72 65 6e 74 20  |e. Your current |
00000310  70 6f 72 74 66 6f 6c 69  6f 20 20 86 6f 66 20 73  |portfolio  .of s|
00000320  68 61 72 65 73 20 63 61  6e 20 62 65 20 73 65 65  |hares can be see|
00000330  6e 20 61 6e 79 20 74 69  6d 65 2e 22 0d 01 18 79  |n any time."...y|
00000340  f1 22 86 53 69 6d 70 6c  79 20 73 74 75 64 79 20  |.".Simply study |
00000350  74 68 65 20 6c 69 73 74  20 6f 66 20 61 76 61 69  |the list of avai|
00000360  6c 61 62 6c 65 22 27 22  86 73 68 61 72 65 73 2c  |lable"'".shares,|
00000370  20 6e 6f 74 65 20 74 68  65 20 6e 75 6d 62 65 72  | note the number|
00000380  20 6f 72 20 74 68 65 20  6e 61 6d 65 22 27 22 86  | or the name"'".|
00000390  6f 66 20 74 68 65 20 73  68 61 72 65 2c 20 61 6e  |of the share, an|
000003a0  64 20 62 75 79 20 6f 72  20 73 65 6c 6c 20 61 73  |d buy or sell as|
000003b0  20 79 6f 75 22 0d 01 22  66 f1 22 86 72 65 71 75  | you".."f.".requ|
000003c0  69 72 65 2e 22 27 22 86  43 6f 6d 6d 69 73 73 69  |ire."'".Commissi|
000003d0  6f 6e 20 69 73 20 63 61  6c 63 75 6c 61 74 65 64  |on is calculated|
000003e0  20 66 6f 72 20 65 61 63  68 22 27 22 86 74 72 61  | for each"'".tra|
000003f0  6e 73 61 63 74 69 6f 6e  2c 20 61 6e 64 20 74 68  |nsaction, and th|
00000400  69 73 20 69 73 20 73 68  6f 77 6e 22 27 22 86 73  |is is shown"'".s|
00000410  65 70 61 72 61 74 65 6c  79 2e 22 0d 01 2c 74 f1  |eparately."..,t.|
00000420  22 86 54 68 65 20 70 72  6f 67 72 61 6d 20 75 73  |".The program us|
00000430  65 73 20 61 63 74 75 61  6c 20 73 68 61 72 65 20  |es actual share |
00000440  70 72 69 63 65 73 22 27  22 86 61 73 20 62 72 6f  |prices"'".as bro|
00000450  61 64 63 61 73 74 20 62  79 81 43 45 45 46 41 58  |adcast by.CEEFAX|
00000460  86 61 6e 64 20 6e 65 65  64 73 20 74 6f 22 27 22  |.and needs to"'"|
00000470  86 62 65 20 75 73 65 64  20 6f 6e 20 61 20 64 61  |.be used on a da|
00000480  79 2d 74 6f 2d 64 61 79  20 62 61 73 69 73 22 0d  |y-to-day basis".|
00000490  01 36 2b f1 22 86 62 65  66 6f 72 65 20 61 6e 79  |.6+.".before any|
000004a0  20 72 65 73 75 6c 74 73  20 77 69 6c 6c 20 62 65  | results will be|
000004b0  20 6e 6f 74 69 63 65 64  2e 22 0d 01 40 09 f2 77  | noticed."..@..w|
000004c0  61 69 74 0d 01 4a 0c f2  68 65 61 64 69 6e 67 0d  |ait..J..heading.|
000004d0  01 54 2e f1 22 86 54 68  65 20 70 72 6f 67 72 61  |.T..".The progra|
000004e0  6d 20 75 73 65 73 20 61  20 72 6f 75 74 69 6e 65  |m uses a routine|
000004f0  20 74 6f 20 73 63 61 6e  20 74 68 65 22 0d 01 5e  | to scan the"..^|
00000500  2e f1 22 86 6d 65 6d 6f  72 79 20 6c 6f 63 61 74  |..".memory locat|
00000510  69 6f 6e 73 20 75 73 65  64 20 62 79 20 74 68 65  |ions used by the|
00000520  20 41 63 6f 72 6e 20 44  46 53 22 0d 01 68 29 f1  | Acorn DFS"..h).|
00000530  22 86 74 6f 20 72 65 61  64 20 74 68 65 20 66 69  |".to read the fi|
00000540  6c 65 6e 61 6d 65 73 20  6f 66 20 61 6e 79 20 64  |lenames of any d|
00000550  61 74 61 22 0d 01 72 2b  f1 22 86 66 69 6c 65 73  |ata"..r+.".files|
00000560  20 63 75 72 72 65 6e 74  6c 79 20 73 65 74 20 75  | currently set u|
00000570  70 20 6f 6e 20 74 68 65  20 64 69 73 63 2e 22 0d  |p on the disc.".|
00000580  01 7c 2e f1 22 86 49 66  20 79 6f 75 20 61 72 65  |.|..".If you are|
00000590  20 75 73 69 6e 67 20 61  6e 6f 74 68 65 72 20 44  | using another D|
000005a0  46 53 2c 20 6f 72 20 74  61 70 65 2c 22 0d 01 86  |FS, or tape,"...|
000005b0  2d f1 22 86 74 68 65 6e  20 70 72 65 73 73 69 6e  |-.".then pressin|
000005c0  67 87 46 86 77 68 65 6e  20 6f 66 66 65 72 65 64  |g.F.when offered|
000005d0  2c 20 66 6f 72 20 74 68  65 22 0d 01 90 2a f1 22  |, for the"...*."|
000005e0  86 6c 69 73 74 20 6f 66  20 66 69 6c 65 73 20 68  |.list of files h|
000005f0  65 6c 64 2c 20 77 69 6c  6c 20 6e 6f 74 20 77 6f  |eld, will not wo|
00000600  72 6b 21 22 0d 01 9a ad  f1 27 22 86 54 68 65 20  |rk!".....'".The |
00000610  70 72 6f 67 72 61 6d 20  73 68 6f 75 6c 64 20 6f  |program should o|
00000620  74 68 65 72 77 69 73 65  20 62 65 22 27 22 86 63  |therwise be"'".c|
00000630  6f 6d 70 61 74 69 62 6c  65 20 77 69 74 68 20 41  |ompatible with A|
00000640  44 46 53 2c 20 70 72 6f  76 69 64 65 64 20 61 22  |DFS, provided a"|
00000650  27 22 86 64 69 72 65 63  74 6f 72 79 83 44 86 68  |'".directory.D.h|
00000660  61 73 20 70 72 65 76 69  6f 75 73 6c 79 20 62 65  |as previously be|
00000670  65 6e 22 27 22 86 63 72  65 61 74 65 64 2e 20 28  |en"'".created. (|
00000680  43 6f 6d 70 61 74 69 62  69 6c 69 74 79 20 77 69  |Compatibility wi|
00000690  74 68 20 41 44 46 53 22  27 22 86 68 61 73 20 6e  |th ADFS"'".has n|
000006a0  6f 74 20 62 65 65 6e 20  74 65 73 74 65 64 2e 29  |ot been tested.)|
000006b0  22 0d 01 a4 09 f2 77 61  69 74 0d 01 ae 0c f2 68  |".....wait.....h|
000006c0  65 61 64 69 6e 67 0d 01  b8 51 f1 22 86 59 6f 75  |eading...Q.".You|
000006d0  20 61 72 65 20 67 69 76  65 6e 20 61 6e 20 69 6e  | are given an in|
000006e0  69 74 69 61 6c 20 73 75  6d 20 6f 66 20 60 31 30  |itial sum of `10|
000006f0  2c 30 30 30 86 74 6f 20  69 6e 76 65 73 74 20 61  |,000.to invest a|
00000700  74 20 63 75 72 72 65 6e  74 20 73 74 6f 63 6b 20  |t current stock |
00000710  6d 61 72 6b 65 74 22 0d  01 c2 29 f1 22 86 72 61  |market"...).".ra|
00000720  74 65 73 2e 20 54 68 69  73 20 73 75 6d 20 63 61  |tes. This sum ca|
00000730  6e 20 62 65 20 61 6c 74  65 72 65 64 20 62 79 22  |n be altered by"|
00000740  0d 01 cc 2b f1 22 86 63  68 61 6e 67 69 6e 67 20  |...+.".changing |
00000750  74 68 65 20 76 61 6c 75  65 20 6f 66 87 69 6e 69  |the value of.ini|
00000760  74 25 86 69 6e 20 6c 69  6e 65 22 0d 01 d6 0e f1  |t%.in line".....|
00000770  22 86 32 39 38 30 2e 22  27 0d 01 e0 2e f1 22 86  |".2980."'.....".|
00000780  54 6f 20 62 75 79 20 6f  72 20 73 65 6c 6c 20 73  |To buy or sell s|
00000790  68 61 72 65 73 2c 20 65  69 74 68 65 72 20 6c 69  |hares, either li|
000007a0  73 74 20 74 68 65 22 0d  01 ea 2d f1 22 86 73 68  |st the"...-.".sh|
000007b0  61 72 65 73 20 61 76 61  69 6c 61 62 6c 65 20 28  |ares available (|
000007c0  66 72 6f 6d 20 74 68 65  20 6d 61 69 6e 20 6d 65  |from the main me|
000007d0  6e 75 29 22 0d 01 f4 2e  f1 22 86 61 6e 64 20 6e  |nu)".....".and n|
000007e0  6f 74 65 20 74 68 65 20  6e 75 6d 62 65 72 20 67  |ote the number g|
000007f0  69 76 65 6e 2c 20 6f 72  20 6e 6f 74 65 20 74 68  |iven, or note th|
00000800  65 22 0d 01 fe 21 f1 22  86 65 78 61 63 74 20 6e  |e"...!.".exact n|
00000810  61 6d 65 20 6f 66 20 74  68 65 20 73 68 61 72 65  |ame of the share|
00000820  73 2e 22 0d 02 08 2d f1  22 86 54 68 65 6e 20 73  |s."...-.".Then s|
00000830  65 6c 65 63 74 20 74 68  65 20 61 70 70 72 6f 70  |elect the approp|
00000840  72 69 61 74 65 20 6f 70  74 69 6f 6e 20 74 6f 22  |riate option to"|
00000850  0d 02 12 2d f1 22 86 62  75 79 20 6f 72 20 74 6f  |...-.".buy or to|
00000860  20 73 65 6c 6c 2c 20 61  6e 64 20 65 6e 74 65 72  | sell, and enter|
00000870  20 74 68 65 20 64 65 74  61 69 6c 73 22 0d 02 1c  | the details"...|
00000880  15 f1 22 86 61 73 20 72  65 71 75 65 73 74 65 64  |..".as requested|
00000890  2e 22 0d 02 26 09 f2 77  61 69 74 0d 02 30 0c f2  |."..&..wait..0..|
000008a0  68 65 61 64 69 6e 67 0d  02 3a 51 f1 22 86 49 66  |heading..:Q.".If|
000008b0  20 74 68 65 20 73 68 61  72 65 73 20 73 65 6c 65  | the shares sele|
000008c0  63 74 65 64 20 61 72 65  20 6e 6f 74 20 72 65 71  |cted are not req|
000008d0  75 69 72 65 64 86 74 68  65 6e 20 6f 70 74 20 74  |uired.then opt t|
000008e0  6f 20 70 75 72 63 68 61  73 65 20 7a 65 72 6f 20  |o purchase zero |
000008f0  73 68 61 72 65 73 2e 22  0d 02 44 2d f1 22 86 41  |shares."..D-.".A|
00000900  6c 74 68 6f 75 67 68 20  63 6f 6d 6d 69 73 73 69  |lthough commissi|
00000910  6f 6e 20 69 73 20 63 61  6c 63 75 6c 61 74 65 64  |on is calculated|
00000920  2c 20 69 74 22 0d 02 4e  30 f1 22 86 77 69 6c 6c  |, it"..N0.".will|
00000930  20 4e 4f 54 20 62 65 20  61 64 64 65 64 20 74 6f  | NOT be added to|
00000940  20 74 68 65 20 74 6f 74  61 6c 20 66 69 67 75 72  | the total figur|
00000950  65 73 2e 22 3b 0d 02 58  29 f1 22 86 41 73 20 74  |es.";..X).".As t|
00000960  68 65 72 65 20 61 72 65  20 31 36 38 20 73 68 61  |here are 168 sha|
00000970  72 65 73 20 6c 69 73 74  65 64 20 62 79 22 0d 02  |res listed by"..|
00000980  62 29 f1 22 20 43 45 45  46 41 58 2c 86 79 6f 75  |b)." CEEFAX,.you|
00000990  20 63 61 6e 20 73 74 65  70 20 62 61 63 6b 77 61  | can step backwa|
000009a0  72 64 73 20 6f 72 22 0d  02 6c 2d f1 22 86 66 6f  |rds or"..l-.".fo|
000009b0  72 77 61 72 64 73 20 74  68 72 6f 75 67 68 20 74  |rwards through t|
000009c0  68 65 20 6c 69 73 74 20  62 79 20 70 72 65 73 73  |he list by press|
000009d0  69 6e 67 22 0d 02 76 2b  f1 22 86 74 68 65 20 61  |ing"..v+.".the a|
000009e0  72 72 6f 77 20 6b 65 79  73 20 28 61 66 74 65 72  |rrow keys (after|
000009f0  20 73 65 6c 65 63 74 69  6e 67 20 74 68 65 22 0d  | selecting the".|
00000a00  02 80 2a f1 22 86 6c 69  73 74 20 66 72 6f 6d 20  |..*.".list from |
00000a10  74 68 65 20 6d 61 69 6e  20 6d 65 6e 75 29 20 75  |the main menu) u|
00000a20  6e 74 69 6c 20 79 6f 75  22 0d 02 8a 22 f1 22 86  |ntil you"...".".|
00000a30  66 69 6e 64 20 74 68 65  20 64 65 74 61 69 6c 73  |find the details|
00000a40  20 72 65 71 75 69 72 65  64 2e 22 0d 02 94 09 f2  | required.".....|
00000a50  77 61 69 74 0d 02 9e 0c  f2 68 65 61 64 69 6e 67  |wait.....heading|
00000a60  0d 02 a8 2b f1 22 86 57  69 74 68 20 73 69 78 20  |...+.".With six |
00000a70  70 61 67 65 73 20 74 6f  20 64 6f 77 6e 6c 6f 61  |pages to downloa|
00000a80  64 20 69 6e 20 6f 72 64  65 72 22 0d 02 b2 2e f1  |d in order".....|
00000a90  22 86 66 72 6f 6d 81 43  45 45 46 41 58 86 74 68  |".from.CEEFAX.th|
00000aa0  65 72 65 20 6d 61 79 20  62 65 20 73 6f 6d 65 20  |ere may be some |
00000ab0  64 65 6c 61 79 20 61 73  22 0d 02 bc 2b f1 22 86  |delay as"...+.".|
00000ac0  74 68 65 20 66 69 72 73  74 20 70 61 67 65 20 63  |the first page c|
00000ad0  79 63 6c 65 73 20 72 6f  75 6e 64 2e 20 44 75 72  |ycles round. Dur|
00000ae0  69 6e 67 22 0d 02 c6 2c  f1 22 86 64 6f 77 6e 6c  |ing"...,.".downl|
00000af0  6f 61 64 69 6e 67 2c 20  74 68 65 20 70 61 67 65  |oading, the page|
00000b00  73 20 61 72 65 20 64 69  73 70 6c 61 79 65 64 22  |s are displayed"|
00000b10  0d 02 d0 16 f1 22 86 6f  6e 20 74 68 65 20 73 63  |.....".on the sc|
00000b20  72 65 65 6e 2e 22 0d 02  da 2c f1 22 86 57 68 65  |reen."...,.".Whe|
00000b30  6e 20 61 6e 20 65 78 69  73 74 69 6e 67 20 67 61  |n an existing ga|
00000b40  6d 65 20 69 73 20 6c 6f  61 64 65 64 20 66 72 6f  |me is loaded fro|
00000b50  6d 22 0d 02 e4 2e f1 22  86 64 69 73 63 2c 20 74  |m".....".disc, t|
00000b60  68 65 81 43 45 45 46 41  58 86 70 61 67 65 73 20  |he.CEEFAX.pages |
00000b70  61 72 65 20 73 63 61 6e  6e 65 64 20 66 6f 72 22  |are scanned for"|
00000b80  0d 02 ee 2e f1 22 86 61  6e 79 20 61 6c 74 65 72  |.....".any alter|
00000b90  61 74 69 6f 6e 73 2e 20  49 66 20 73 68 61 72 65  |ations. If share|
00000ba0  73 20 61 72 65 20 68 65  6c 64 20 69 6e 22 0d 02  |s are held in"..|
00000bb0  f8 4c f1 22 86 61 6e 79  20 73 74 6f 63 6b 20 6e  |.L.".any stock n|
00000bc0  6f 74 20 6e 6f 77 20 63  6f 76 65 72 65 64 20 62  |ot now covered b|
00000bd0  79 81 43 45 45 46 41 58  2c 22 27 22 86 74 68 65  |y.CEEFAX,"'".the|
00000be0  73 65 20 61 72 65 20 73  6f 6c 64 20 61 74 20 74  |se are sold at t|
00000bf0  68 65 69 72 20 6d 6f 73  74 22 0d 03 02 2a f1 22  |heir most"...*."|
00000c00  86 72 65 63 65 6e 74 6c  79 20 6e 6f 74 65 64 20  |.recently noted |
00000c10  70 72 69 63 65 2c 20 61  6e 64 20 61 20 72 65 70  |price, and a rep|
00000c20  6f 72 74 22 0d 03 0c 27  f1 22 86 74 6f 20 74 68  |ort"...'.".to th|
00000c30  69 73 20 65 66 66 65 63  74 20 67 69 76 65 6e 20  |is effect given |
00000c40  6f 6e 20 73 63 72 65 65  6e 2e 22 0d 03 16 09 f2  |on screen.".....|
00000c50  77 61 69 74 0d 03 20 0c  f2 68 65 61 64 69 6e 67  |wait.. ..heading|
00000c60  0d 03 2a e0 f1 22 86 54  68 65 20 63 6f 6d 6d 69  |..*..".The commi|
00000c70  73 73 69 6f 6e 20 69 73  20 63 61 6c 63 75 6c 61  |ssion is calcula|
00000c80  74 65 64 20 61 73 20 37  25 20 6f 66 22 27 22 86  |ted as 7% of"'".|
00000c90  74 68 65 20 74 6f 74 61  6c 20 70 75 72 63 68 61  |the total purcha|
00000ca0  73 65 20 70 72 69 63 65  2e 20 49 66 20 79 6f 75  |se price. If you|
00000cb0  20 77 61 6e 74 22 27 22  86 74 6f 20 61 6c 74 65  | want"'".to alte|
00000cc0  72 20 74 68 69 73 20 66  69 67 75 72 65 2c 20 63  |r this figure, c|
00000cd0  68 61 6e 67 65 20 74 68  65 22 27 22 86 76 61 6c  |hange the"'".val|
00000ce0  75 65 20 6f 66 20 74 68  65 20 66 69 67 75 72 65  |ue of the figure|
00000cf0  20 75 73 65 64 20 69 6e  20 6c 69 6e 65 22 27 22  | used in line"'"|
00000d00  86 33 30 33 30 20 2d 20  63 75 72 72 65 6e 74 6c  |.3030 - currentl|
00000d10  79 20 73 65 74 20 74 6f  20 30 2e 30 30 37 2e 22  |y set to 0.007."|
00000d20  27 22 86 54 6f 20 63 61  6e 63 65 6c 20 63 6f 6d  |'".To cancel com|
00000d30  6d 69 73 73 69 6f 6e 20  63 68 61 72 67 65 73 22  |mission charges"|
00000d40  0d 03 34 29 f1 22 86 61  6c 74 6f 67 65 74 68 65  |..4).".altogethe|
00000d50  72 2c 20 61 6c 74 65 72  20 6c 69 6e 65 20 33 30  |r, alter line 30|
00000d60  35 30 20 74 6f 81 3d 30  22 0d 03 3e 09 f2 77 61  |50 to.=0"..>..wa|
00000d70  69 74 0d 03 48 0c f2 68  65 61 64 69 6e 67 0d 03  |it..H..heading..|
00000d80  52 16 f1 22 81 2a 2a 2a  20 4e 4f 54 45 20 2a 2a  |R..".*** NOTE **|
00000d90  2a 22 27 27 0d 03 5c 2c  f1 22 86 54 68 65 20 70  |*"''..\,.".The p|
00000da0  72 6f 67 72 61 6d 20 68  61 73 20 62 65 65 6e 20  |rogram has been |
00000db0  77 72 69 74 74 65 6e 20  66 6f 72 20 75 73 65 22  |written for use"|
00000dc0  0d 03 66 2c f1 22 86 77  69 74 68 20 74 68 65 83  |..f,.".with the.|
00000dd0  41 63 6f 72 6e 20 74 65  6c 65 74 65 78 74 20 61  |Acorn teletext a|
00000de0  64 61 70 74 65 72 86 77  69 74 68 22 0d 03 70 1b  |dapter.with"..p.|
00000df0  f1 22 83 41 54 53 86 73  6f 66 74 77 61 72 65 20  |.".ATS.software |
00000e00  28 52 4f 4d 29 2e 22 0d  03 7a 2e f1 27 22 86 43  |(ROM)."..z..'".C|
00000e10  6f 6d 70 61 74 69 62 69  6c 69 74 79 20 77 69 74  |ompatibility wit|
00000e20  68 20 6f 74 68 65 72 20  6d 61 6b 65 73 20 63 61  |h other makes ca|
00000e30  6e 6e 6f 74 22 0d 03 84  16 f1 22 86 62 65 20 67  |nnot".....".be g|
00000e40  75 61 72 61 6e 74 65 65  64 2e 22 0d 03 8e 09 f2  |uaranteed.".....|
00000e50  77 61 69 74 0d 03 98 0c  f2 68 65 61 64 69 6e 67  |wait.....heading|
00000e60  0d 03 a2 05 e1 0d 03 ac  0f f4 22 81 2a 2a 2a 2a  |..........".****|
00000e70  2a 2a 2a 2a 0d 03 b6 0a  dd f2 77 61 69 74 0d 03  |****......wait..|
00000e80  c0 26 f1 8a 30 2c 32 34  29 22 81 50 72 65 73 73  |.&..0,24)".Press|
00000e90  86 53 50 41 43 45 81 74  6f 20 63 6f 6e 74 69 6e  |.SPACE.to contin|
00000ea0  75 65 22 3b 0d 03 ca 0a  f5 fd a5 3d 33 32 0d 03  |ue";.......=32..|
00000eb0  d4 05 e1 0d ff                                    |.....|
00000eb5
18-06-88/FOLINF.m0
18-06-88/FOLINF.m1
18-06-88/FOLINF.m2
18-06-88/FOLINF.m4
18-06-88/FOLINF.m5