Home » CEEFAX disks » telesoftware3.adl » 21_11_87/SPINFO

21_11_87/SPINFO

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: 21_11_87/SPINFO
Read OK:
File size: 215B bytes
Load address: 0000
Exec address: 0000
File contents
 6502 Second Processor Utility ROM


 The 6502 Second Processor Utility is a 6.5K ROM image
which can be loaded into sideways RAM in the BBC B or B+ I/O
processor. It has been designed to work with the DNFS and
Acorn 6502 second processor. It is may not work as specified
with a 6502 second processor from any other manufacturer.
Although some of the commands it provides can only be used
with a second processor, most of the commands can also be
used with the second processor switched off or not
connected.

 A few of the commands may be recognized by Telesoftware
users and are second processor versions of sideways RAM
programs previously broadcast on Telesoftware. The commands
are all used by typing an asterisk followed by a command
word. A help menu lists the commands and can be displayed by
typing: *HELP 6502 (or *H.6.)

>*H.6.

6502 TUBE 1.10

6502 Second Processor Utilities

 *AUTOSAVE <filename>
 *ECHO ON/OFF
 *HIBASIC
 *LISTO ON/OFF (0-7)
 *LOBASIC
 *NAMEROMS
 *NEWBASIC
 *NOAUTO
 *NOBASIC
 *OLDBASIC
 *POUND ON/OFF
 *RESET BBC
 *RFSCAT
 *SUPPRESS (<hex. number>)
 *TUBE ON/OFF
 *WWPLUS

(C) Gordon Horsington 1986

OS 1.20
>

 Some of the commands use arguments. An argument is
optional if enclosed in parentheses ( ) and compulsory if
not. Many of the compulsory arguments are optionally ON or
OFF, but then either ON or OFF must be typed. All the
commands can be abbreviated but a minimum of three
characters must be used and followed with a full stop. The
commands may be typed in either upper or lower case and may
be prefixed with an optional X (or x) if a command clashes
with another command in a ROM in a higher priority socket.

 When this ROM image is used the character ignored by the
printer is changed from linefeed to the null character and
the interlace will be off in all modes except mode 7.

 Memory locations &900 to &92F in the I/O processor are
used by the commands *AUTOSAVE, *ECHO and *LISTO. For this
reason these locations should not be used by any other
software. This area of memory is normally used on the BBC B
as either an extended envelope storage area, an RS423 output
buffer or as a cassette output buffer.

 The Commands:

*AUTOSAVE <filename>
*NOAUTO

 Autosave is used to automatically save onto disc a BASIC
program from either the I/O processor or the second
processor every three minutes. This utility should only be
used when editing a BASIC program and is disabled by either
typing *NOAUTO or by pressing Break. I/O processor memory
from &900 to &91F is used by Autosave and must not be used
by any other software while the utility is active.

*ECHO ON/OFF

 The command *ECHO ON enables the Acorn speech processor in
a BBC B or BBC B+ computer to produce a talking keyboard.
The computer must have the Acorn speech upgrade fitted
because the program does not work with any other speech
system. It uses I/O processor memory from &920 to &927 and
will work along side other systems, such as Superior
Software SPEECH!, as long as the Acorn system is available
as well.
 You can include *ECHO ON in a BASIC program and each key
press will then be heard as well as seen. *ECHO OFF or
pressing Break will switch the utility off. *ECHO can be
used with either Wordwise Plus or View (and probably other
programs) to produce a talking word processor. Type *ECHO ON
in the menu mode of either word processor.

*HIBASIC

 This command selects Hi-BASIC if the second processor is
active and the Hi-BASIC ROM is available.

*LISTO ON/OFF (0-7)

 *LISTO ON enables an assembly language formatter which can
be also be used with BASIC files. Using the optional number
(0-7) will enable the equivalent BASIC LISTO command as
well. For example, *LISTO ON 1 has the same effect as typing
*LISTO ON and then LISTO 1.
 The formatter should only be used to make a program
listing easier to read and understand. It remains active
until *LISTO OFF is used.
 When this utility is active files can be loaded into
memory and saved or listed, but must not be edited or run.
If *POUND ON has been used, type *POUND OFF before typing
*LISTO ON. *LISTO automatically uses the pound correction
when printing. This routine is a second processor compatible
version of *ALIST from the LX80 Toolkit and uses I/O
processor memory from &928 to &92F.

*LOBASIC

 This command selects BASIC 2 if the BASIC 2 ROM is
available.

*NAMEROMS

 Nameroms is used to produce a list of the paged ROMs,
their hexadecimal socket numbers, and type (either service S
or language L). For example:

>*NAMEROMS

F (S) 6502 Second Processor Utilities
E (L) BASIC
D (S) DFS,NET
C (S) TELETEXT
2 (L) WORDWISE-PLUS
1 (L) BASIC
0 (L) BASIC

*NEWBASIC

If BASIC 4 is available in either ROM or sideways RAM this
command will select BASIC 4. BASIC 4 will only be selected
on the BBC B if the second processor is active.

*NOBASIC

If you do not need to use a language in the second processor
type *NOBASIC and the > prompt will be replaced with a *
prompt. You can now load and run machine code programs in
the area of memory previously occupied by a language.

*OLDBASIC

This command selects BASIC 1 if the BASIC 1 ROM is
available.

*POUND ON/OFF

 When using an Epson printer with the United Kingdom
character set selected the ` character is printed as ' and
the # character as `. *POUND ON will cause these characters
to be printed correctly. Your printer must have the UK
character set selected before typing *POUND ON. *POUND OFF
will turn this utility off.
 *POUND ON cannot be used if *LISTO is being used. This is
not a problem since *LISTO automatically accesses the pound
correction.

*TUBE ON/OFF

Before this command can be used the 6502 second processor
must be switched on and enabled by pressing Ctrl-Break. The
second processor can then be disabled by either typing
*TUBE OFF or including the command in a program. The I/O
processor will then become available with the highest
priority BASIC language selected. The character set will
remain exploded after using *TUBE OFF but can be imploded
with *FX20.
 Typing *TUBE ON will continue the task in the second
processor where it left off when *TUBE OFF was used.
Pressing Break will also give access to the second processor
without continuing the previous task. *TUBE ON can only be
used after using *TUBE OFF - it cannot be used to select the
second processor immediately after switching it on.

*WWPLUS

 WWplus is used to define the red function keys for use
with the Wordwise word processor. You can type *WWPLUS
either before typing *WORDWISE or in the Wordwise menu. If
you type Y in reply to the question "Are you using Wordwise?
(Y/N)" the function keys will be defined with the following
Wordwise commands which can be added to the text in the edit
mode by typing <CTRL> <SHIFT> <f-key>.

<f0> LX80 Near Letter Quality.
<f1> LX80 Draft mode.
<f2> LX80 Paper out sensor on.
<f3> LX80 Paper out sensor off.
<f4> Emphasized print on.
<f5> Emphasized print off.
<f6> Underline on.
<f7> Underline off.
<f8) Italics on.
<f9> Italics off.

 The embedded commands generated by the function keys can
be used to print text on a computer not equiped with the
utility ROM. The file WWFKEYS can be used with the
Telesoftware program KPRINT to print out the new function
key definitions.

*SUPPRESS (<hex. number>)

 *SUPPRESS is used to disable paged ROMs until Break is
pressed. If no argument is specified the utility ROM itself
is disabled. For example *SUP. 2 will disable the ROM in
socket 2, *SUP. without an argument will disable the 6502
Second Processor Utility ROM. A list of the socket numbers
and their contents can be obtained by typing *NAMEROMS.

*RESET BBC

 *RESET BBC resets the computer to its switch-on state.
User memory is cleared but sideways RAM is unaffected.
*RESET BBC can be abreviated to RES. BBC, the argument BBC
must be typed in full to help avoid an inadvertent reset.
This utility is not available when the second processor is
switched on.

*RFSCAT

 The ROM filing system (RFS) accesses data stored in paged
ROMs in the same way that the cassette filing system (CFS)
accesses data on tape except that saving or writing to ROM
is not available.
 The RFS can be selected and catalogued by typing *RFSCAT.
All the CFS commands except SAVE, *SAVE, OPENOUT, BPUT# and
PRINT# are available.
 The utility ROM uses the RFS to store a demonstration
program which can be chained into either the I/O processor
or the second processor. For Example:

>*RFS.

ROM Filing System catalogue

DEMO 08 0890 00000800 0000B823

ROM Filing System active

>CH."DEMO"
00000000  0d 20 36 35 30 32 20 53  65 63 6f 6e 64 20 50 72  |. 6502 Second Pr|
00000010  6f 63 65 73 73 6f 72 20  55 74 69 6c 69 74 79 20  |ocessor Utility |
00000020  52 4f 4d 0d 0d 0d 20 54  68 65 20 36 35 30 32 20  |ROM... The 6502 |
00000030  53 65 63 6f 6e 64 20 50  72 6f 63 65 73 73 6f 72  |Second Processor|
00000040  20 55 74 69 6c 69 74 79  20 69 73 20 61 20 36 2e  | Utility is a 6.|
00000050  35 4b 20 52 4f 4d 20 69  6d 61 67 65 0d 77 68 69  |5K ROM image.whi|
00000060  63 68 20 63 61 6e 20 62  65 20 6c 6f 61 64 65 64  |ch can be loaded|
00000070  20 69 6e 74 6f 20 73 69  64 65 77 61 79 73 20 52  | into sideways R|
00000080  41 4d 20 69 6e 20 74 68  65 20 42 42 43 20 42 20  |AM in the BBC B |
00000090  6f 72 20 42 2b 20 49 2f  4f 0d 70 72 6f 63 65 73  |or B+ I/O.proces|
000000a0  73 6f 72 2e 20 49 74 20  68 61 73 20 62 65 65 6e  |sor. It has been|
000000b0  20 64 65 73 69 67 6e 65  64 20 74 6f 20 77 6f 72  | designed to wor|
000000c0  6b 20 77 69 74 68 20 74  68 65 20 44 4e 46 53 20  |k with the DNFS |
000000d0  61 6e 64 0d 41 63 6f 72  6e 20 36 35 30 32 20 73  |and.Acorn 6502 s|
000000e0  65 63 6f 6e 64 20 70 72  6f 63 65 73 73 6f 72 2e  |econd processor.|
000000f0  20 49 74 20 69 73 20 6d  61 79 20 6e 6f 74 20 77  | It is may not w|
00000100  6f 72 6b 20 61 73 20 73  70 65 63 69 66 69 65 64  |ork as specified|
00000110  0d 77 69 74 68 20 61 20  36 35 30 32 20 73 65 63  |.with a 6502 sec|
00000120  6f 6e 64 20 70 72 6f 63  65 73 73 6f 72 20 66 72  |ond processor fr|
00000130  6f 6d 20 61 6e 79 20 6f  74 68 65 72 20 6d 61 6e  |om any other man|
00000140  75 66 61 63 74 75 72 65  72 2e 0d 41 6c 74 68 6f  |ufacturer..Altho|
00000150  75 67 68 20 73 6f 6d 65  20 6f 66 20 74 68 65 20  |ugh some of the |
00000160  63 6f 6d 6d 61 6e 64 73  20 69 74 20 70 72 6f 76  |commands it prov|
00000170  69 64 65 73 20 63 61 6e  20 6f 6e 6c 79 20 62 65  |ides can only be|
00000180  20 75 73 65 64 0d 77 69  74 68 20 61 20 73 65 63  | used.with a sec|
00000190  6f 6e 64 20 70 72 6f 63  65 73 73 6f 72 2c 20 6d  |ond processor, m|
000001a0  6f 73 74 20 6f 66 20 74  68 65 20 63 6f 6d 6d 61  |ost of the comma|
000001b0  6e 64 73 20 63 61 6e 20  61 6c 73 6f 20 62 65 0d  |nds can also be.|
000001c0  75 73 65 64 20 77 69 74  68 20 74 68 65 20 73 65  |used with the se|
000001d0  63 6f 6e 64 20 70 72 6f  63 65 73 73 6f 72 20 73  |cond processor s|
000001e0  77 69 74 63 68 65 64 20  6f 66 66 20 6f 72 20 6e  |witched off or n|
000001f0  6f 74 0d 63 6f 6e 6e 65  63 74 65 64 2e 0d 0d 20  |ot.connected... |
00000200  41 20 66 65 77 20 6f 66  20 74 68 65 20 63 6f 6d  |A few of the com|
00000210  6d 61 6e 64 73 20 6d 61  79 20 62 65 20 72 65 63  |mands may be rec|
00000220  6f 67 6e 69 7a 65 64 20  62 79 20 54 65 6c 65 73  |ognized by Teles|
00000230  6f 66 74 77 61 72 65 0d  75 73 65 72 73 20 61 6e  |oftware.users an|
00000240  64 20 61 72 65 20 73 65  63 6f 6e 64 20 70 72 6f  |d are second pro|
00000250  63 65 73 73 6f 72 20 76  65 72 73 69 6f 6e 73 20  |cessor versions |
00000260  6f 66 20 73 69 64 65 77  61 79 73 20 52 41 4d 0d  |of sideways RAM.|
00000270  70 72 6f 67 72 61 6d 73  20 70 72 65 76 69 6f 75  |programs previou|
00000280  73 6c 79 20 62 72 6f 61  64 63 61 73 74 20 6f 6e  |sly broadcast on|
00000290  20 54 65 6c 65 73 6f 66  74 77 61 72 65 2e 20 54  | Telesoftware. T|
000002a0  68 65 20 63 6f 6d 6d 61  6e 64 73 0d 61 72 65 20  |he commands.are |
000002b0  61 6c 6c 20 75 73 65 64  20 62 79 20 74 79 70 69  |all used by typi|
000002c0  6e 67 20 61 6e 20 61 73  74 65 72 69 73 6b 20 66  |ng an asterisk f|
000002d0  6f 6c 6c 6f 77 65 64 20  62 79 20 61 20 63 6f 6d  |ollowed by a com|
000002e0  6d 61 6e 64 0d 77 6f 72  64 2e 20 41 20 68 65 6c  |mand.word. A hel|
000002f0  70 20 6d 65 6e 75 20 6c  69 73 74 73 20 74 68 65  |p menu lists the|
00000300  20 63 6f 6d 6d 61 6e 64  73 20 61 6e 64 20 63 61  | commands and ca|
00000310  6e 20 62 65 20 64 69 73  70 6c 61 79 65 64 20 62  |n be displayed b|
00000320  79 0d 74 79 70 69 6e 67  3a 20 2a 48 45 4c 50 20  |y.typing: *HELP |
00000330  36 35 30 32 20 28 6f 72  20 2a 48 2e 36 2e 29 0d  |6502 (or *H.6.).|
00000340  0d 3e 2a 48 2e 36 2e 0d  0d 36 35 30 32 20 54 55  |.>*H.6...6502 TU|
00000350  42 45 20 31 2e 31 30 0d  0d 36 35 30 32 20 53 65  |BE 1.10..6502 Se|
00000360  63 6f 6e 64 20 50 72 6f  63 65 73 73 6f 72 20 55  |cond Processor U|
00000370  74 69 6c 69 74 69 65 73  0d 0d 20 2a 41 55 54 4f  |tilities.. *AUTO|
00000380  53 41 56 45 20 3c 66 69  6c 65 6e 61 6d 65 3e 0d  |SAVE <filename>.|
00000390  20 2a 45 43 48 4f 20 4f  4e 2f 4f 46 46 0d 20 2a  | *ECHO ON/OFF. *|
000003a0  48 49 42 41 53 49 43 0d  20 2a 4c 49 53 54 4f 20  |HIBASIC. *LISTO |
000003b0  4f 4e 2f 4f 46 46 20 28  30 2d 37 29 0d 20 2a 4c  |ON/OFF (0-7). *L|
000003c0  4f 42 41 53 49 43 0d 20  2a 4e 41 4d 45 52 4f 4d  |OBASIC. *NAMEROM|
000003d0  53 0d 20 2a 4e 45 57 42  41 53 49 43 0d 20 2a 4e  |S. *NEWBASIC. *N|
000003e0  4f 41 55 54 4f 0d 20 2a  4e 4f 42 41 53 49 43 0d  |OAUTO. *NOBASIC.|
000003f0  20 2a 4f 4c 44 42 41 53  49 43 0d 20 2a 50 4f 55  | *OLDBASIC. *POU|
00000400  4e 44 20 4f 4e 2f 4f 46  46 0d 20 2a 52 45 53 45  |ND ON/OFF. *RESE|
00000410  54 20 42 42 43 0d 20 2a  52 46 53 43 41 54 0d 20  |T BBC. *RFSCAT. |
00000420  2a 53 55 50 50 52 45 53  53 20 28 3c 68 65 78 2e  |*SUPPRESS (<hex.|
00000430  20 6e 75 6d 62 65 72 3e  29 0d 20 2a 54 55 42 45  | number>). *TUBE|
00000440  20 4f 4e 2f 4f 46 46 0d  20 2a 57 57 50 4c 55 53  | ON/OFF. *WWPLUS|
00000450  0d 0d 28 43 29 20 47 6f  72 64 6f 6e 20 48 6f 72  |..(C) Gordon Hor|
00000460  73 69 6e 67 74 6f 6e 20  31 39 38 36 0d 0d 4f 53  |sington 1986..OS|
00000470  20 31 2e 32 30 0d 3e 0d  0d 20 53 6f 6d 65 20 6f  | 1.20.>.. Some o|
00000480  66 20 74 68 65 20 63 6f  6d 6d 61 6e 64 73 20 75  |f the commands u|
00000490  73 65 20 61 72 67 75 6d  65 6e 74 73 2e 20 41 6e  |se arguments. An|
000004a0  20 61 72 67 75 6d 65 6e  74 20 69 73 0d 6f 70 74  | argument is.opt|
000004b0  69 6f 6e 61 6c 20 69 66  20 65 6e 63 6c 6f 73 65  |ional if enclose|
000004c0  64 20 69 6e 20 70 61 72  65 6e 74 68 65 73 65 73  |d in parentheses|
000004d0  20 28 20 29 20 61 6e 64  20 63 6f 6d 70 75 6c 73  | ( ) and compuls|
000004e0  6f 72 79 20 69 66 0d 6e  6f 74 2e 20 4d 61 6e 79  |ory if.not. Many|
000004f0  20 6f 66 20 74 68 65 20  63 6f 6d 70 75 6c 73 6f  | of the compulso|
00000500  72 79 20 61 72 67 75 6d  65 6e 74 73 20 61 72 65  |ry arguments are|
00000510  20 6f 70 74 69 6f 6e 61  6c 6c 79 20 4f 4e 20 6f  | optionally ON o|
00000520  72 0d 4f 46 46 2c 20 62  75 74 20 74 68 65 6e 20  |r.OFF, but then |
00000530  65 69 74 68 65 72 20 4f  4e 20 6f 72 20 4f 46 46  |either ON or OFF|
00000540  20 6d 75 73 74 20 62 65  20 74 79 70 65 64 2e 20  | must be typed. |
00000550  41 6c 6c 20 74 68 65 0d  63 6f 6d 6d 61 6e 64 73  |All the.commands|
00000560  20 63 61 6e 20 62 65 20  61 62 62 72 65 76 69 61  | can be abbrevia|
00000570  74 65 64 20 62 75 74 20  61 20 6d 69 6e 69 6d 75  |ted but a minimu|
00000580  6d 20 6f 66 20 74 68 72  65 65 0d 63 68 61 72 61  |m of three.chara|
00000590  63 74 65 72 73 20 6d 75  73 74 20 62 65 20 75 73  |cters must be us|
000005a0  65 64 20 61 6e 64 20 66  6f 6c 6c 6f 77 65 64 20  |ed and followed |
000005b0  77 69 74 68 20 61 20 66  75 6c 6c 20 73 74 6f 70  |with a full stop|
000005c0  2e 20 54 68 65 0d 63 6f  6d 6d 61 6e 64 73 20 6d  |. The.commands m|
000005d0  61 79 20 62 65 20 74 79  70 65 64 20 69 6e 20 65  |ay be typed in e|
000005e0  69 74 68 65 72 20 75 70  70 65 72 20 6f 72 20 6c  |ither upper or l|
000005f0  6f 77 65 72 20 63 61 73  65 20 61 6e 64 20 6d 61  |ower case and ma|
00000600  79 0d 62 65 20 70 72 65  66 69 78 65 64 20 77 69  |y.be prefixed wi|
00000610  74 68 20 61 6e 20 6f 70  74 69 6f 6e 61 6c 20 58  |th an optional X|
00000620  20 28 6f 72 20 78 29 20  69 66 20 61 20 63 6f 6d  | (or x) if a com|
00000630  6d 61 6e 64 20 63 6c 61  73 68 65 73 0d 77 69 74  |mand clashes.wit|
00000640  68 20 61 6e 6f 74 68 65  72 20 63 6f 6d 6d 61 6e  |h another comman|
00000650  64 20 69 6e 20 61 20 52  4f 4d 20 69 6e 20 61 20  |d in a ROM in a |
00000660  68 69 67 68 65 72 20 70  72 69 6f 72 69 74 79 20  |higher priority |
00000670  73 6f 63 6b 65 74 2e 0d  0d 20 57 68 65 6e 20 74  |socket... When t|
00000680  68 69 73 20 52 4f 4d 20  69 6d 61 67 65 20 69 73  |his ROM image is|
00000690  20 75 73 65 64 20 74 68  65 20 63 68 61 72 61 63  | used the charac|
000006a0  74 65 72 20 69 67 6e 6f  72 65 64 20 62 79 20 74  |ter ignored by t|
000006b0  68 65 0d 70 72 69 6e 74  65 72 20 69 73 20 63 68  |he.printer is ch|
000006c0  61 6e 67 65 64 20 66 72  6f 6d 20 6c 69 6e 65 66  |anged from linef|
000006d0  65 65 64 20 74 6f 20 74  68 65 20 6e 75 6c 6c 20  |eed to the null |
000006e0  63 68 61 72 61 63 74 65  72 20 61 6e 64 0d 74 68  |character and.th|
000006f0  65 20 69 6e 74 65 72 6c  61 63 65 20 77 69 6c 6c  |e interlace will|
00000700  20 62 65 20 6f 66 66 20  69 6e 20 61 6c 6c 20 6d  | be off in all m|
00000710  6f 64 65 73 20 65 78 63  65 70 74 20 6d 6f 64 65  |odes except mode|
00000720  20 37 2e 0d 0d 20 4d 65  6d 6f 72 79 20 6c 6f 63  | 7... Memory loc|
00000730  61 74 69 6f 6e 73 20 26  39 30 30 20 74 6f 20 26  |ations &900 to &|
00000740  39 32 46 20 69 6e 20 74  68 65 20 49 2f 4f 20 70  |92F in the I/O p|
00000750  72 6f 63 65 73 73 6f 72  20 61 72 65 0d 75 73 65  |rocessor are.use|
00000760  64 20 62 79 20 74 68 65  20 63 6f 6d 6d 61 6e 64  |d by the command|
00000770  73 20 2a 41 55 54 4f 53  41 56 45 2c 20 2a 45 43  |s *AUTOSAVE, *EC|
00000780  48 4f 20 61 6e 64 20 2a  4c 49 53 54 4f 2e 20 46  |HO and *LISTO. F|
00000790  6f 72 20 74 68 69 73 0d  72 65 61 73 6f 6e 20 74  |or this.reason t|
000007a0  68 65 73 65 20 6c 6f 63  61 74 69 6f 6e 73 20 73  |hese locations s|
000007b0  68 6f 75 6c 64 20 6e 6f  74 20 62 65 20 75 73 65  |hould not be use|
000007c0  64 20 62 79 20 61 6e 79  20 6f 74 68 65 72 0d 73  |d by any other.s|
000007d0  6f 66 74 77 61 72 65 2e  20 54 68 69 73 20 61 72  |oftware. This ar|
000007e0  65 61 20 6f 66 20 6d 65  6d 6f 72 79 20 69 73 20  |ea of memory is |
000007f0  6e 6f 72 6d 61 6c 6c 79  20 75 73 65 64 20 6f 6e  |normally used on|
00000800  20 74 68 65 20 42 42 43  20 42 0d 61 73 20 65 69  | the BBC B.as ei|
00000810  74 68 65 72 20 61 6e 20  65 78 74 65 6e 64 65 64  |ther an extended|
00000820  20 65 6e 76 65 6c 6f 70  65 20 73 74 6f 72 61 67  | envelope storag|
00000830  65 20 61 72 65 61 2c 20  61 6e 20 52 53 34 32 33  |e area, an RS423|
00000840  20 6f 75 74 70 75 74 0d  62 75 66 66 65 72 20 6f  | output.buffer o|
00000850  72 20 61 73 20 61 20 63  61 73 73 65 74 74 65 20  |r as a cassette |
00000860  6f 75 74 70 75 74 20 62  75 66 66 65 72 2e 0d 0d  |output buffer...|
00000870  20 54 68 65 20 43 6f 6d  6d 61 6e 64 73 3a 0d 0d  | The Commands:..|
00000880  2a 41 55 54 4f 53 41 56  45 20 3c 66 69 6c 65 6e  |*AUTOSAVE <filen|
00000890  61 6d 65 3e 0d 2a 4e 4f  41 55 54 4f 0d 0d 20 41  |ame>.*NOAUTO.. A|
000008a0  75 74 6f 73 61 76 65 20  69 73 20 75 73 65 64 20  |utosave is used |
000008b0  74 6f 20 61 75 74 6f 6d  61 74 69 63 61 6c 6c 79  |to automatically|
000008c0  20 73 61 76 65 20 6f 6e  74 6f 20 64 69 73 63 20  | save onto disc |
000008d0  61 20 42 41 53 49 43 0d  70 72 6f 67 72 61 6d 20  |a BASIC.program |
000008e0  66 72 6f 6d 20 65 69 74  68 65 72 20 74 68 65 20  |from either the |
000008f0  49 2f 4f 20 70 72 6f 63  65 73 73 6f 72 20 6f 72  |I/O processor or|
00000900  20 74 68 65 20 73 65 63  6f 6e 64 0d 70 72 6f 63  | the second.proc|
00000910  65 73 73 6f 72 20 65 76  65 72 79 20 74 68 72 65  |essor every thre|
00000920  65 20 6d 69 6e 75 74 65  73 2e 20 54 68 69 73 20  |e minutes. This |
00000930  75 74 69 6c 69 74 79 20  73 68 6f 75 6c 64 20 6f  |utility should o|
00000940  6e 6c 79 20 62 65 0d 75  73 65 64 20 77 68 65 6e  |nly be.used when|
00000950  20 65 64 69 74 69 6e 67  20 61 20 42 41 53 49 43  | editing a BASIC|
00000960  20 70 72 6f 67 72 61 6d  20 61 6e 64 20 69 73 20  | program and is |
00000970  64 69 73 61 62 6c 65 64  20 62 79 20 65 69 74 68  |disabled by eith|
00000980  65 72 0d 74 79 70 69 6e  67 20 2a 4e 4f 41 55 54  |er.typing *NOAUT|
00000990  4f 20 6f 72 20 62 79 20  70 72 65 73 73 69 6e 67  |O or by pressing|
000009a0  20 42 72 65 61 6b 2e 20  49 2f 4f 20 70 72 6f 63  | Break. I/O proc|
000009b0  65 73 73 6f 72 20 6d 65  6d 6f 72 79 0d 66 72 6f  |essor memory.fro|
000009c0  6d 20 26 39 30 30 20 74  6f 20 26 39 31 46 20 69  |m &900 to &91F i|
000009d0  73 20 75 73 65 64 20 62  79 20 41 75 74 6f 73 61  |s used by Autosa|
000009e0  76 65 20 61 6e 64 20 6d  75 73 74 20 6e 6f 74 20  |ve and must not |
000009f0  62 65 20 75 73 65 64 0d  62 79 20 61 6e 79 20 6f  |be used.by any o|
00000a00  74 68 65 72 20 73 6f 66  74 77 61 72 65 20 77 68  |ther software wh|
00000a10  69 6c 65 20 74 68 65 20  75 74 69 6c 69 74 79 20  |ile the utility |
00000a20  69 73 20 61 63 74 69 76  65 2e 0d 0d 2a 45 43 48  |is active...*ECH|
00000a30  4f 20 4f 4e 2f 4f 46 46  0d 0d 20 54 68 65 20 63  |O ON/OFF.. The c|
00000a40  6f 6d 6d 61 6e 64 20 2a  45 43 48 4f 20 4f 4e 20  |ommand *ECHO ON |
00000a50  65 6e 61 62 6c 65 73 20  74 68 65 20 41 63 6f 72  |enables the Acor|
00000a60  6e 20 73 70 65 65 63 68  20 70 72 6f 63 65 73 73  |n speech process|
00000a70  6f 72 20 69 6e 0d 61 20  42 42 43 20 42 20 6f 72  |or in.a BBC B or|
00000a80  20 42 42 43 20 42 2b 20  63 6f 6d 70 75 74 65 72  | BBC B+ computer|
00000a90  20 74 6f 20 70 72 6f 64  75 63 65 20 61 20 74 61  | to produce a ta|
00000aa0  6c 6b 69 6e 67 20 6b 65  79 62 6f 61 72 64 2e 0d  |lking keyboard..|
00000ab0  54 68 65 20 63 6f 6d 70  75 74 65 72 20 6d 75 73  |The computer mus|
00000ac0  74 20 68 61 76 65 20 74  68 65 20 41 63 6f 72 6e  |t have the Acorn|
00000ad0  20 73 70 65 65 63 68 20  75 70 67 72 61 64 65 20  | speech upgrade |
00000ae0  66 69 74 74 65 64 0d 62  65 63 61 75 73 65 20 74  |fitted.because t|
00000af0  68 65 20 70 72 6f 67 72  61 6d 20 64 6f 65 73 20  |he program does |
00000b00  6e 6f 74 20 77 6f 72 6b  20 77 69 74 68 20 61 6e  |not work with an|
00000b10  79 20 6f 74 68 65 72 20  73 70 65 65 63 68 0d 73  |y other speech.s|
00000b20  79 73 74 65 6d 2e 20 49  74 20 75 73 65 73 20 49  |ystem. It uses I|
00000b30  2f 4f 20 70 72 6f 63 65  73 73 6f 72 20 6d 65 6d  |/O processor mem|
00000b40  6f 72 79 20 66 72 6f 6d  20 26 39 32 30 20 74 6f  |ory from &920 to|
00000b50  20 26 39 32 37 20 61 6e  64 0d 77 69 6c 6c 20 77  | &927 and.will w|
00000b60  6f 72 6b 20 61 6c 6f 6e  67 20 73 69 64 65 20 6f  |ork along side o|
00000b70  74 68 65 72 20 73 79 73  74 65 6d 73 2c 20 73 75  |ther systems, su|
00000b80  63 68 20 61 73 20 53 75  70 65 72 69 6f 72 0d 53  |ch as Superior.S|
00000b90  6f 66 74 77 61 72 65 20  53 50 45 45 43 48 21 2c  |oftware SPEECH!,|
00000ba0  20 61 73 20 6c 6f 6e 67  20 61 73 20 74 68 65 20  | as long as the |
00000bb0  41 63 6f 72 6e 20 73 79  73 74 65 6d 20 69 73 20  |Acorn system is |
00000bc0  61 76 61 69 6c 61 62 6c  65 0d 61 73 20 77 65 6c  |available.as wel|
00000bd0  6c 2e 0d 20 59 6f 75 20  63 61 6e 20 69 6e 63 6c  |l.. You can incl|
00000be0  75 64 65 20 2a 45 43 48  4f 20 4f 4e 20 69 6e 20  |ude *ECHO ON in |
00000bf0  61 20 42 41 53 49 43 20  70 72 6f 67 72 61 6d 20  |a BASIC program |
00000c00  61 6e 64 20 65 61 63 68  20 6b 65 79 0d 70 72 65  |and each key.pre|
00000c10  73 73 20 77 69 6c 6c 20  74 68 65 6e 20 62 65 20  |ss will then be |
00000c20  68 65 61 72 64 20 61 73  20 77 65 6c 6c 20 61 73  |heard as well as|
00000c30  20 73 65 65 6e 2e 20 2a  45 43 48 4f 20 4f 46 46  | seen. *ECHO OFF|
00000c40  20 6f 72 0d 70 72 65 73  73 69 6e 67 20 42 72 65  | or.pressing Bre|
00000c50  61 6b 20 77 69 6c 6c 20  73 77 69 74 63 68 20 74  |ak will switch t|
00000c60  68 65 20 75 74 69 6c 69  74 79 20 6f 66 66 2e 20  |he utility off. |
00000c70  2a 45 43 48 4f 20 63 61  6e 20 62 65 0d 75 73 65  |*ECHO can be.use|
00000c80  64 20 77 69 74 68 20 65  69 74 68 65 72 20 57 6f  |d with either Wo|
00000c90  72 64 77 69 73 65 20 50  6c 75 73 20 6f 72 20 56  |rdwise Plus or V|
00000ca0  69 65 77 20 28 61 6e 64  20 70 72 6f 62 61 62 6c  |iew (and probabl|
00000cb0  79 20 6f 74 68 65 72 0d  70 72 6f 67 72 61 6d 73  |y other.programs|
00000cc0  29 20 74 6f 20 70 72 6f  64 75 63 65 20 61 20 74  |) to produce a t|
00000cd0  61 6c 6b 69 6e 67 20 77  6f 72 64 20 70 72 6f 63  |alking word proc|
00000ce0  65 73 73 6f 72 2e 20 54  79 70 65 20 2a 45 43 48  |essor. Type *ECH|
00000cf0  4f 20 4f 4e 0d 69 6e 20  74 68 65 20 6d 65 6e 75  |O ON.in the menu|
00000d00  20 6d 6f 64 65 20 6f 66  20 65 69 74 68 65 72 20  | mode of either |
00000d10  77 6f 72 64 20 70 72 6f  63 65 73 73 6f 72 2e 0d  |word processor..|
00000d20  0d 2a 48 49 42 41 53 49  43 0d 0d 20 54 68 69 73  |.*HIBASIC.. This|
00000d30  20 63 6f 6d 6d 61 6e 64  20 73 65 6c 65 63 74 73  | command selects|
00000d40  20 48 69 2d 42 41 53 49  43 20 69 66 20 74 68 65  | Hi-BASIC if the|
00000d50  20 73 65 63 6f 6e 64 20  70 72 6f 63 65 73 73 6f  | second processo|
00000d60  72 20 69 73 0d 61 63 74  69 76 65 20 61 6e 64 20  |r is.active and |
00000d70  74 68 65 20 48 69 2d 42  41 53 49 43 20 52 4f 4d  |the Hi-BASIC ROM|
00000d80  20 69 73 20 61 76 61 69  6c 61 62 6c 65 2e 0d 0d  | is available...|
00000d90  2a 4c 49 53 54 4f 20 4f  4e 2f 4f 46 46 20 28 30  |*LISTO ON/OFF (0|
00000da0  2d 37 29 0d 0d 20 2a 4c  49 53 54 4f 20 4f 4e 20  |-7).. *LISTO ON |
00000db0  65 6e 61 62 6c 65 73 20  61 6e 20 61 73 73 65 6d  |enables an assem|
00000dc0  62 6c 79 20 6c 61 6e 67  75 61 67 65 20 66 6f 72  |bly language for|
00000dd0  6d 61 74 74 65 72 20 77  68 69 63 68 20 63 61 6e  |matter which can|
00000de0  0d 62 65 20 61 6c 73 6f  20 62 65 20 75 73 65 64  |.be also be used|
00000df0  20 77 69 74 68 20 42 41  53 49 43 20 66 69 6c 65  | with BASIC file|
00000e00  73 2e 20 55 73 69 6e 67  20 74 68 65 20 6f 70 74  |s. Using the opt|
00000e10  69 6f 6e 61 6c 20 6e 75  6d 62 65 72 0d 28 30 2d  |ional number.(0-|
00000e20  37 29 20 77 69 6c 6c 20  65 6e 61 62 6c 65 20 74  |7) will enable t|
00000e30  68 65 20 65 71 75 69 76  61 6c 65 6e 74 20 42 41  |he equivalent BA|
00000e40  53 49 43 20 4c 49 53 54  4f 20 63 6f 6d 6d 61 6e  |SIC LISTO comman|
00000e50  64 20 61 73 0d 77 65 6c  6c 2e 20 46 6f 72 20 65  |d as.well. For e|
00000e60  78 61 6d 70 6c 65 2c 20  2a 4c 49 53 54 4f 20 4f  |xample, *LISTO O|
00000e70  4e 20 31 20 68 61 73 20  74 68 65 20 73 61 6d 65  |N 1 has the same|
00000e80  20 65 66 66 65 63 74 20  61 73 20 74 79 70 69 6e  | effect as typin|
00000e90  67 0d 2a 4c 49 53 54 4f  20 4f 4e 20 61 6e 64 20  |g.*LISTO ON and |
00000ea0  74 68 65 6e 20 4c 49 53  54 4f 20 31 2e 0d 20 54  |then LISTO 1.. T|
00000eb0  68 65 20 66 6f 72 6d 61  74 74 65 72 20 73 68 6f  |he formatter sho|
00000ec0  75 6c 64 20 6f 6e 6c 79  20 62 65 20 75 73 65 64  |uld only be used|
00000ed0  20 74 6f 20 6d 61 6b 65  20 61 20 70 72 6f 67 72  | to make a progr|
00000ee0  61 6d 0d 6c 69 73 74 69  6e 67 20 65 61 73 69 65  |am.listing easie|
00000ef0  72 20 74 6f 20 72 65 61  64 20 61 6e 64 20 75 6e  |r to read and un|
00000f00  64 65 72 73 74 61 6e 64  2e 20 49 74 20 72 65 6d  |derstand. It rem|
00000f10  61 69 6e 73 20 61 63 74  69 76 65 0d 75 6e 74 69  |ains active.unti|
00000f20  6c 20 2a 4c 49 53 54 4f  20 4f 46 46 20 69 73 20  |l *LISTO OFF is |
00000f30  75 73 65 64 2e 0d 20 57  68 65 6e 20 74 68 69 73  |used.. When this|
00000f40  20 75 74 69 6c 69 74 79  20 69 73 20 61 63 74 69  | utility is acti|
00000f50  76 65 20 66 69 6c 65 73  20 63 61 6e 20 62 65 20  |ve files can be |
00000f60  6c 6f 61 64 65 64 20 69  6e 74 6f 0d 6d 65 6d 6f  |loaded into.memo|
00000f70  72 79 20 61 6e 64 20 73  61 76 65 64 20 6f 72 20  |ry and saved or |
00000f80  6c 69 73 74 65 64 2c 20  62 75 74 20 6d 75 73 74  |listed, but must|
00000f90  20 6e 6f 74 20 62 65 20  65 64 69 74 65 64 20 6f  | not be edited o|
00000fa0  72 20 72 75 6e 2e 0d 49  66 20 2a 50 4f 55 4e 44  |r run..If *POUND|
00000fb0  20 4f 4e 20 68 61 73 20  62 65 65 6e 20 75 73 65  | ON has been use|
00000fc0  64 2c 20 74 79 70 65 20  2a 50 4f 55 4e 44 20 4f  |d, type *POUND O|
00000fd0  46 46 20 62 65 66 6f 72  65 20 74 79 70 69 6e 67  |FF before typing|
00000fe0  0d 2a 4c 49 53 54 4f 20  4f 4e 2e 20 2a 4c 49 53  |.*LISTO ON. *LIS|
00000ff0  54 4f 20 61 75 74 6f 6d  61 74 69 63 61 6c 6c 79  |TO automatically|
00001000  20 75 73 65 73 20 74 68  65 20 70 6f 75 6e 64 20  | uses the pound |
00001010  63 6f 72 72 65 63 74 69  6f 6e 0d 77 68 65 6e 20  |correction.when |
00001020  70 72 69 6e 74 69 6e 67  2e 20 54 68 69 73 20 72  |printing. This r|
00001030  6f 75 74 69 6e 65 20 69  73 20 61 20 73 65 63 6f  |outine is a seco|
00001040  6e 64 20 70 72 6f 63 65  73 73 6f 72 20 63 6f 6d  |nd processor com|
00001050  70 61 74 69 62 6c 65 0d  76 65 72 73 69 6f 6e 20  |patible.version |
00001060  6f 66 20 2a 41 4c 49 53  54 20 66 72 6f 6d 20 74  |of *ALIST from t|
00001070  68 65 20 4c 58 38 30 20  54 6f 6f 6c 6b 69 74 20  |he LX80 Toolkit |
00001080  61 6e 64 20 75 73 65 73  20 49 2f 4f 0d 70 72 6f  |and uses I/O.pro|
00001090  63 65 73 73 6f 72 20 6d  65 6d 6f 72 79 20 66 72  |cessor memory fr|
000010a0  6f 6d 20 26 39 32 38 20  74 6f 20 26 39 32 46 2e  |om &928 to &92F.|
000010b0  0d 0d 2a 4c 4f 42 41 53  49 43 0d 0d 20 54 68 69  |..*LOBASIC.. Thi|
000010c0  73 20 63 6f 6d 6d 61 6e  64 20 73 65 6c 65 63 74  |s command select|
000010d0  73 20 42 41 53 49 43 20  32 20 69 66 20 74 68 65  |s BASIC 2 if the|
000010e0  20 42 41 53 49 43 20 32  20 52 4f 4d 20 69 73 0d  | BASIC 2 ROM is.|
000010f0  61 76 61 69 6c 61 62 6c  65 2e 0d 0d 2a 4e 41 4d  |available...*NAM|
00001100  45 52 4f 4d 53 0d 0d 20  4e 61 6d 65 72 6f 6d 73  |EROMS.. Nameroms|
00001110  20 69 73 20 75 73 65 64  20 74 6f 20 70 72 6f 64  | is used to prod|
00001120  75 63 65 20 61 20 6c 69  73 74 20 6f 66 20 74 68  |uce a list of th|
00001130  65 20 70 61 67 65 64 20  52 4f 4d 73 2c 0d 74 68  |e paged ROMs,.th|
00001140  65 69 72 20 68 65 78 61  64 65 63 69 6d 61 6c 20  |eir hexadecimal |
00001150  73 6f 63 6b 65 74 20 6e  75 6d 62 65 72 73 2c 20  |socket numbers, |
00001160  61 6e 64 20 74 79 70 65  20 28 65 69 74 68 65 72  |and type (either|
00001170  20 73 65 72 76 69 63 65  20 53 0d 6f 72 20 6c 61  | service S.or la|
00001180  6e 67 75 61 67 65 20 4c  29 2e 20 46 6f 72 20 65  |nguage L). For e|
00001190  78 61 6d 70 6c 65 3a 0d  0d 3e 2a 4e 41 4d 45 52  |xample:..>*NAMER|
000011a0  4f 4d 53 0d 0d 46 20 28  53 29 20 36 35 30 32 20  |OMS..F (S) 6502 |
000011b0  53 65 63 6f 6e 64 20 50  72 6f 63 65 73 73 6f 72  |Second Processor|
000011c0  20 55 74 69 6c 69 74 69  65 73 0d 45 20 28 4c 29  | Utilities.E (L)|
000011d0  20 42 41 53 49 43 0d 44  20 28 53 29 20 44 46 53  | BASIC.D (S) DFS|
000011e0  2c 4e 45 54 0d 43 20 28  53 29 20 54 45 4c 45 54  |,NET.C (S) TELET|
000011f0  45 58 54 0d 32 20 28 4c  29 20 57 4f 52 44 57 49  |EXT.2 (L) WORDWI|
00001200  53 45 2d 50 4c 55 53 0d  31 20 28 4c 29 20 42 41  |SE-PLUS.1 (L) BA|
00001210  53 49 43 0d 30 20 28 4c  29 20 42 41 53 49 43 0d  |SIC.0 (L) BASIC.|
00001220  0d 2a 4e 45 57 42 41 53  49 43 0d 0d 49 66 20 42  |.*NEWBASIC..If B|
00001230  41 53 49 43 20 34 20 69  73 20 61 76 61 69 6c 61  |ASIC 4 is availa|
00001240  62 6c 65 20 69 6e 20 65  69 74 68 65 72 20 52 4f  |ble in either RO|
00001250  4d 20 6f 72 20 73 69 64  65 77 61 79 73 20 52 41  |M or sideways RA|
00001260  4d 20 74 68 69 73 0d 63  6f 6d 6d 61 6e 64 20 77  |M this.command w|
00001270  69 6c 6c 20 73 65 6c 65  63 74 20 42 41 53 49 43  |ill select BASIC|
00001280  20 34 2e 20 42 41 53 49  43 20 34 20 77 69 6c 6c  | 4. BASIC 4 will|
00001290  20 6f 6e 6c 79 20 62 65  20 73 65 6c 65 63 74 65  | only be selecte|
000012a0  64 0d 6f 6e 20 74 68 65  20 42 42 43 20 42 20 69  |d.on the BBC B i|
000012b0  66 20 74 68 65 20 73 65  63 6f 6e 64 20 70 72 6f  |f the second pro|
000012c0  63 65 73 73 6f 72 20 69  73 20 61 63 74 69 76 65  |cessor is active|
000012d0  2e 0d 0d 2a 4e 4f 42 41  53 49 43 0d 0d 49 66 20  |...*NOBASIC..If |
000012e0  79 6f 75 20 64 6f 20 6e  6f 74 20 6e 65 65 64 20  |you do not need |
000012f0  74 6f 20 75 73 65 20 61  20 6c 61 6e 67 75 61 67  |to use a languag|
00001300  65 20 69 6e 20 74 68 65  20 73 65 63 6f 6e 64 20  |e in the second |
00001310  70 72 6f 63 65 73 73 6f  72 0d 74 79 70 65 20 2a  |processor.type *|
00001320  4e 4f 42 41 53 49 43 20  61 6e 64 20 74 68 65 20  |NOBASIC and the |
00001330  3e 20 70 72 6f 6d 70 74  20 77 69 6c 6c 20 62 65  |> prompt will be|
00001340  20 72 65 70 6c 61 63 65  64 20 77 69 74 68 20 61  | replaced with a|
00001350  20 2a 0d 70 72 6f 6d 70  74 2e 20 59 6f 75 20 63  | *.prompt. You c|
00001360  61 6e 20 6e 6f 77 20 6c  6f 61 64 20 61 6e 64 20  |an now load and |
00001370  72 75 6e 20 6d 61 63 68  69 6e 65 20 63 6f 64 65  |run machine code|
00001380  20 70 72 6f 67 72 61 6d  73 20 69 6e 0d 74 68 65  | programs in.the|
00001390  20 61 72 65 61 20 6f 66  20 6d 65 6d 6f 72 79 20  | area of memory |
000013a0  70 72 65 76 69 6f 75 73  6c 79 20 6f 63 63 75 70  |previously occup|
000013b0  69 65 64 20 62 79 20 61  20 6c 61 6e 67 75 61 67  |ied by a languag|
000013c0  65 2e 0d 0d 2a 4f 4c 44  42 41 53 49 43 0d 0d 54  |e...*OLDBASIC..T|
000013d0  68 69 73 20 63 6f 6d 6d  61 6e 64 20 73 65 6c 65  |his command sele|
000013e0  63 74 73 20 42 41 53 49  43 20 31 20 69 66 20 74  |cts BASIC 1 if t|
000013f0  68 65 20 42 41 53 49 43  20 31 20 52 4f 4d 20 69  |he BASIC 1 ROM i|
00001400  73 0d 61 76 61 69 6c 61  62 6c 65 2e 0d 0d 2a 50  |s.available...*P|
00001410  4f 55 4e 44 20 4f 4e 2f  4f 46 46 0d 0d 20 57 68  |OUND ON/OFF.. Wh|
00001420  65 6e 20 75 73 69 6e 67  20 61 6e 20 45 70 73 6f  |en using an Epso|
00001430  6e 20 70 72 69 6e 74 65  72 20 77 69 74 68 20 74  |n printer with t|
00001440  68 65 20 55 6e 69 74 65  64 20 4b 69 6e 67 64 6f  |he United Kingdo|
00001450  6d 0d 63 68 61 72 61 63  74 65 72 20 73 65 74 20  |m.character set |
00001460  73 65 6c 65 63 74 65 64  20 74 68 65 20 60 20 63  |selected the ` c|
00001470  68 61 72 61 63 74 65 72  20 69 73 20 70 72 69 6e  |haracter is prin|
00001480  74 65 64 20 61 73 20 27  20 61 6e 64 0d 74 68 65  |ted as ' and.the|
00001490  20 23 20 63 68 61 72 61  63 74 65 72 20 61 73 20  | # character as |
000014a0  60 2e 20 2a 50 4f 55 4e  44 20 4f 4e 20 77 69 6c  |`. *POUND ON wil|
000014b0  6c 20 63 61 75 73 65 20  74 68 65 73 65 20 63 68  |l cause these ch|
000014c0  61 72 61 63 74 65 72 73  0d 74 6f 20 62 65 20 70  |aracters.to be p|
000014d0  72 69 6e 74 65 64 20 63  6f 72 72 65 63 74 6c 79  |rinted correctly|
000014e0  2e 20 59 6f 75 72 20 70  72 69 6e 74 65 72 20 6d  |. Your printer m|
000014f0  75 73 74 20 68 61 76 65  20 74 68 65 20 55 4b 0d  |ust have the UK.|
00001500  63 68 61 72 61 63 74 65  72 20 73 65 74 20 73 65  |character set se|
00001510  6c 65 63 74 65 64 20 62  65 66 6f 72 65 20 74 79  |lected before ty|
00001520  70 69 6e 67 20 2a 50 4f  55 4e 44 20 4f 4e 2e 20  |ping *POUND ON. |
00001530  2a 50 4f 55 4e 44 20 4f  46 46 0d 77 69 6c 6c 20  |*POUND OFF.will |
00001540  74 75 72 6e 20 74 68 69  73 20 75 74 69 6c 69 74  |turn this utilit|
00001550  79 20 6f 66 66 2e 0d 20  2a 50 4f 55 4e 44 20 4f  |y off.. *POUND O|
00001560  4e 20 63 61 6e 6e 6f 74  20 62 65 20 75 73 65 64  |N cannot be used|
00001570  20 69 66 20 2a 4c 49 53  54 4f 20 69 73 20 62 65  | if *LISTO is be|
00001580  69 6e 67 20 75 73 65 64  2e 20 54 68 69 73 20 69  |ing used. This i|
00001590  73 0d 6e 6f 74 20 61 20  70 72 6f 62 6c 65 6d 20  |s.not a problem |
000015a0  73 69 6e 63 65 20 2a 4c  49 53 54 4f 20 61 75 74  |since *LISTO aut|
000015b0  6f 6d 61 74 69 63 61 6c  6c 79 20 61 63 63 65 73  |omatically acces|
000015c0  73 65 73 20 74 68 65 20  70 6f 75 6e 64 0d 63 6f  |ses the pound.co|
000015d0  72 72 65 63 74 69 6f 6e  2e 0d 0d 2a 54 55 42 45  |rrection...*TUBE|
000015e0  20 4f 4e 2f 4f 46 46 0d  0d 42 65 66 6f 72 65 20  | ON/OFF..Before |
000015f0  74 68 69 73 20 63 6f 6d  6d 61 6e 64 20 63 61 6e  |this command can|
00001600  20 62 65 20 75 73 65 64  20 74 68 65 20 36 35 30  | be used the 650|
00001610  32 20 73 65 63 6f 6e 64  20 70 72 6f 63 65 73 73  |2 second process|
00001620  6f 72 0d 6d 75 73 74 20  62 65 20 73 77 69 74 63  |or.must be switc|
00001630  68 65 64 20 6f 6e 20 61  6e 64 20 65 6e 61 62 6c  |hed on and enabl|
00001640  65 64 20 62 79 20 70 72  65 73 73 69 6e 67 20 43  |ed by pressing C|
00001650  74 72 6c 2d 42 72 65 61  6b 2e 20 54 68 65 0d 73  |trl-Break. The.s|
00001660  65 63 6f 6e 64 20 70 72  6f 63 65 73 73 6f 72 20  |econd processor |
00001670  63 61 6e 20 74 68 65 6e  20 62 65 20 64 69 73 61  |can then be disa|
00001680  62 6c 65 64 20 62 79 20  65 69 74 68 65 72 20 74  |bled by either t|
00001690  79 70 69 6e 67 0d 2a 54  55 42 45 20 4f 46 46 20  |yping.*TUBE OFF |
000016a0  6f 72 20 69 6e 63 6c 75  64 69 6e 67 20 74 68 65  |or including the|
000016b0  20 63 6f 6d 6d 61 6e 64  20 69 6e 20 61 20 70 72  | command in a pr|
000016c0  6f 67 72 61 6d 2e 20 54  68 65 20 49 2f 4f 0d 70  |ogram. The I/O.p|
000016d0  72 6f 63 65 73 73 6f 72  20 77 69 6c 6c 20 74 68  |rocessor will th|
000016e0  65 6e 20 62 65 63 6f 6d  65 20 61 76 61 69 6c 61  |en become availa|
000016f0  62 6c 65 20 77 69 74 68  20 74 68 65 20 68 69 67  |ble with the hig|
00001700  68 65 73 74 0d 70 72 69  6f 72 69 74 79 20 42 41  |hest.priority BA|
00001710  53 49 43 20 6c 61 6e 67  75 61 67 65 20 73 65 6c  |SIC language sel|
00001720  65 63 74 65 64 2e 20 54  68 65 20 63 68 61 72 61  |ected. The chara|
00001730  63 74 65 72 20 73 65 74  20 77 69 6c 6c 0d 72 65  |cter set will.re|
00001740  6d 61 69 6e 20 65 78 70  6c 6f 64 65 64 20 61 66  |main exploded af|
00001750  74 65 72 20 75 73 69 6e  67 20 2a 54 55 42 45 20  |ter using *TUBE |
00001760  4f 46 46 20 62 75 74 20  63 61 6e 20 62 65 20 69  |OFF but can be i|
00001770  6d 70 6c 6f 64 65 64 0d  77 69 74 68 20 2a 46 58  |mploded.with *FX|
00001780  32 30 2e 0d 20 54 79 70  69 6e 67 20 2a 54 55 42  |20.. Typing *TUB|
00001790  45 20 4f 4e 20 77 69 6c  6c 20 63 6f 6e 74 69 6e  |E ON will contin|
000017a0  75 65 20 74 68 65 20 74  61 73 6b 20 69 6e 20 74  |ue the task in t|
000017b0  68 65 20 73 65 63 6f 6e  64 0d 70 72 6f 63 65 73  |he second.proces|
000017c0  73 6f 72 20 77 68 65 72  65 20 69 74 20 6c 65 66  |sor where it lef|
000017d0  74 20 6f 66 66 20 77 68  65 6e 20 2a 54 55 42 45  |t off when *TUBE|
000017e0  20 4f 46 46 20 77 61 73  20 75 73 65 64 2e 0d 50  | OFF was used..P|
000017f0  72 65 73 73 69 6e 67 20  42 72 65 61 6b 20 77 69  |ressing Break wi|
00001800  6c 6c 20 61 6c 73 6f 20  67 69 76 65 20 61 63 63  |ll also give acc|
00001810  65 73 73 20 74 6f 20 74  68 65 20 73 65 63 6f 6e  |ess to the secon|
00001820  64 20 70 72 6f 63 65 73  73 6f 72 0d 77 69 74 68  |d processor.with|
00001830  6f 75 74 20 63 6f 6e 74  69 6e 75 69 6e 67 20 74  |out continuing t|
00001840  68 65 20 70 72 65 76 69  6f 75 73 20 74 61 73 6b  |he previous task|
00001850  2e 20 2a 54 55 42 45 20  4f 4e 20 63 61 6e 20 6f  |. *TUBE ON can o|
00001860  6e 6c 79 20 62 65 0d 75  73 65 64 20 61 66 74 65  |nly be.used afte|
00001870  72 20 75 73 69 6e 67 20  2a 54 55 42 45 20 4f 46  |r using *TUBE OF|
00001880  46 20 2d 20 69 74 20 63  61 6e 6e 6f 74 20 62 65  |F - it cannot be|
00001890  20 75 73 65 64 20 74 6f  20 73 65 6c 65 63 74 20  | used to select |
000018a0  74 68 65 0d 73 65 63 6f  6e 64 20 70 72 6f 63 65  |the.second proce|
000018b0  73 73 6f 72 20 69 6d 6d  65 64 69 61 74 65 6c 79  |ssor immediately|
000018c0  20 61 66 74 65 72 20 73  77 69 74 63 68 69 6e 67  | after switching|
000018d0  20 69 74 20 6f 6e 2e 0d  0d 2a 57 57 50 4c 55 53  | it on...*WWPLUS|
000018e0  0d 0d 20 57 57 70 6c 75  73 20 69 73 20 75 73 65  |.. WWplus is use|
000018f0  64 20 74 6f 20 64 65 66  69 6e 65 20 74 68 65 20  |d to define the |
00001900  72 65 64 20 66 75 6e 63  74 69 6f 6e 20 6b 65 79  |red function key|
00001910  73 20 66 6f 72 20 75 73  65 0d 77 69 74 68 20 74  |s for use.with t|
00001920  68 65 20 57 6f 72 64 77  69 73 65 20 77 6f 72 64  |he Wordwise word|
00001930  20 70 72 6f 63 65 73 73  6f 72 2e 20 59 6f 75 20  | processor. You |
00001940  63 61 6e 20 74 79 70 65  20 2a 57 57 50 4c 55 53  |can type *WWPLUS|
00001950  0d 65 69 74 68 65 72 20  62 65 66 6f 72 65 20 74  |.either before t|
00001960  79 70 69 6e 67 20 2a 57  4f 52 44 57 49 53 45 20  |yping *WORDWISE |
00001970  6f 72 20 69 6e 20 74 68  65 20 57 6f 72 64 77 69  |or in the Wordwi|
00001980  73 65 20 6d 65 6e 75 2e  20 49 66 0d 79 6f 75 20  |se menu. If.you |
00001990  74 79 70 65 20 59 20 69  6e 20 72 65 70 6c 79 20  |type Y in reply |
000019a0  74 6f 20 74 68 65 20 71  75 65 73 74 69 6f 6e 20  |to the question |
000019b0  22 41 72 65 20 79 6f 75  20 75 73 69 6e 67 20 57  |"Are you using W|
000019c0  6f 72 64 77 69 73 65 3f  0d 28 59 2f 4e 29 22 20  |ordwise?.(Y/N)" |
000019d0  74 68 65 20 66 75 6e 63  74 69 6f 6e 20 6b 65 79  |the function key|
000019e0  73 20 77 69 6c 6c 20 62  65 20 64 65 66 69 6e 65  |s will be define|
000019f0  64 20 77 69 74 68 20 74  68 65 20 66 6f 6c 6c 6f  |d with the follo|
00001a00  77 69 6e 67 0d 57 6f 72  64 77 69 73 65 20 63 6f  |wing.Wordwise co|
00001a10  6d 6d 61 6e 64 73 20 77  68 69 63 68 20 63 61 6e  |mmands which can|
00001a20  20 62 65 20 61 64 64 65  64 20 74 6f 20 74 68 65  | be added to the|
00001a30  20 74 65 78 74 20 69 6e  20 74 68 65 20 65 64 69  | text in the edi|
00001a40  74 0d 6d 6f 64 65 20 62  79 20 74 79 70 69 6e 67  |t.mode by typing|
00001a50  20 3c 43 54 52 4c 3e 20  3c 53 48 49 46 54 3e 20  | <CTRL> <SHIFT> |
00001a60  3c 66 2d 6b 65 79 3e 2e  0d 0d 3c 66 30 3e 20 4c  |<f-key>...<f0> L|
00001a70  58 38 30 20 4e 65 61 72  20 4c 65 74 74 65 72 20  |X80 Near Letter |
00001a80  51 75 61 6c 69 74 79 2e  0d 3c 66 31 3e 20 4c 58  |Quality..<f1> LX|
00001a90  38 30 20 44 72 61 66 74  20 6d 6f 64 65 2e 0d 3c  |80 Draft mode..<|
00001aa0  66 32 3e 20 4c 58 38 30  20 50 61 70 65 72 20 6f  |f2> LX80 Paper o|
00001ab0  75 74 20 73 65 6e 73 6f  72 20 6f 6e 2e 0d 3c 66  |ut sensor on..<f|
00001ac0  33 3e 20 4c 58 38 30 20  50 61 70 65 72 20 6f 75  |3> LX80 Paper ou|
00001ad0  74 20 73 65 6e 73 6f 72  20 6f 66 66 2e 0d 3c 66  |t sensor off..<f|
00001ae0  34 3e 20 45 6d 70 68 61  73 69 7a 65 64 20 70 72  |4> Emphasized pr|
00001af0  69 6e 74 20 6f 6e 2e 0d  3c 66 35 3e 20 45 6d 70  |int on..<f5> Emp|
00001b00  68 61 73 69 7a 65 64 20  70 72 69 6e 74 20 6f 66  |hasized print of|
00001b10  66 2e 0d 3c 66 36 3e 20  55 6e 64 65 72 6c 69 6e  |f..<f6> Underlin|
00001b20  65 20 6f 6e 2e 0d 3c 66  37 3e 20 55 6e 64 65 72  |e on..<f7> Under|
00001b30  6c 69 6e 65 20 6f 66 66  2e 0d 3c 66 38 29 20 49  |line off..<f8) I|
00001b40  74 61 6c 69 63 73 20 6f  6e 2e 0d 3c 66 39 3e 20  |talics on..<f9> |
00001b50  49 74 61 6c 69 63 73 20  6f 66 66 2e 0d 0d 20 54  |Italics off... T|
00001b60  68 65 20 65 6d 62 65 64  64 65 64 20 63 6f 6d 6d  |he embedded comm|
00001b70  61 6e 64 73 20 67 65 6e  65 72 61 74 65 64 20 62  |ands generated b|
00001b80  79 20 74 68 65 20 66 75  6e 63 74 69 6f 6e 20 6b  |y the function k|
00001b90  65 79 73 20 63 61 6e 0d  62 65 20 75 73 65 64 20  |eys can.be used |
00001ba0  74 6f 20 70 72 69 6e 74  20 74 65 78 74 20 6f 6e  |to print text on|
00001bb0  20 61 20 63 6f 6d 70 75  74 65 72 20 6e 6f 74 20  | a computer not |
00001bc0  65 71 75 69 70 65 64 20  77 69 74 68 20 74 68 65  |equiped with the|
00001bd0  0d 75 74 69 6c 69 74 79  20 52 4f 4d 2e 20 54 68  |.utility ROM. Th|
00001be0  65 20 66 69 6c 65 20 57  57 46 4b 45 59 53 20 63  |e file WWFKEYS c|
00001bf0  61 6e 20 62 65 20 75 73  65 64 20 77 69 74 68 20  |an be used with |
00001c00  74 68 65 0d 54 65 6c 65  73 6f 66 74 77 61 72 65  |the.Telesoftware|
00001c10  20 70 72 6f 67 72 61 6d  20 4b 50 52 49 4e 54 20  | program KPRINT |
00001c20  74 6f 20 70 72 69 6e 74  20 6f 75 74 20 74 68 65  |to print out the|
00001c30  20 6e 65 77 20 66 75 6e  63 74 69 6f 6e 0d 6b 65  | new function.ke|
00001c40  79 20 64 65 66 69 6e 69  74 69 6f 6e 73 2e 0d 0d  |y definitions...|
00001c50  2a 53 55 50 50 52 45 53  53 20 28 3c 68 65 78 2e  |*SUPPRESS (<hex.|
00001c60  20 6e 75 6d 62 65 72 3e  29 0d 0d 20 2a 53 55 50  | number>).. *SUP|
00001c70  50 52 45 53 53 20 69 73  20 75 73 65 64 20 74 6f  |PRESS is used to|
00001c80  20 64 69 73 61 62 6c 65  20 70 61 67 65 64 20 52  | disable paged R|
00001c90  4f 4d 73 20 75 6e 74 69  6c 20 42 72 65 61 6b 20  |OMs until Break |
00001ca0  69 73 0d 70 72 65 73 73  65 64 2e 20 49 66 20 6e  |is.pressed. If n|
00001cb0  6f 20 61 72 67 75 6d 65  6e 74 20 69 73 20 73 70  |o argument is sp|
00001cc0  65 63 69 66 69 65 64 20  74 68 65 20 75 74 69 6c  |ecified the util|
00001cd0  69 74 79 20 52 4f 4d 20  69 74 73 65 6c 66 0d 69  |ity ROM itself.i|
00001ce0  73 20 64 69 73 61 62 6c  65 64 2e 20 46 6f 72 20  |s disabled. For |
00001cf0  65 78 61 6d 70 6c 65 20  2a 53 55 50 2e 20 32 20  |example *SUP. 2 |
00001d00  77 69 6c 6c 20 64 69 73  61 62 6c 65 20 74 68 65  |will disable the|
00001d10  20 52 4f 4d 20 69 6e 0d  73 6f 63 6b 65 74 20 32  | ROM in.socket 2|
00001d20  2c 20 2a 53 55 50 2e 20  77 69 74 68 6f 75 74 20  |, *SUP. without |
00001d30  61 6e 20 61 72 67 75 6d  65 6e 74 20 77 69 6c 6c  |an argument will|
00001d40  20 64 69 73 61 62 6c 65  20 74 68 65 20 36 35 30  | disable the 650|
00001d50  32 0d 53 65 63 6f 6e 64  20 50 72 6f 63 65 73 73  |2.Second Process|
00001d60  6f 72 20 55 74 69 6c 69  74 79 20 52 4f 4d 2e 20  |or Utility ROM. |
00001d70  41 20 6c 69 73 74 20 6f  66 20 74 68 65 20 73 6f  |A list of the so|
00001d80  63 6b 65 74 20 6e 75 6d  62 65 72 73 0d 61 6e 64  |cket numbers.and|
00001d90  20 74 68 65 69 72 20 63  6f 6e 74 65 6e 74 73 20  | their contents |
00001da0  63 61 6e 20 62 65 20 6f  62 74 61 69 6e 65 64 20  |can be obtained |
00001db0  62 79 20 74 79 70 69 6e  67 20 2a 4e 41 4d 45 52  |by typing *NAMER|
00001dc0  4f 4d 53 2e 0d 0d 2a 52  45 53 45 54 20 42 42 43  |OMS...*RESET BBC|
00001dd0  0d 0d 20 2a 52 45 53 45  54 20 42 42 43 20 72 65  |.. *RESET BBC re|
00001de0  73 65 74 73 20 74 68 65  20 63 6f 6d 70 75 74 65  |sets the compute|
00001df0  72 20 74 6f 20 69 74 73  20 73 77 69 74 63 68 2d  |r to its switch-|
00001e00  6f 6e 20 73 74 61 74 65  2e 0d 55 73 65 72 20 6d  |on state..User m|
00001e10  65 6d 6f 72 79 20 69 73  20 63 6c 65 61 72 65 64  |emory is cleared|
00001e20  20 62 75 74 20 73 69 64  65 77 61 79 73 20 52 41  | but sideways RA|
00001e30  4d 20 69 73 20 75 6e 61  66 66 65 63 74 65 64 2e  |M is unaffected.|
00001e40  0d 2a 52 45 53 45 54 20  42 42 43 20 63 61 6e 20  |.*RESET BBC can |
00001e50  62 65 20 61 62 72 65 76  69 61 74 65 64 20 74 6f  |be abreviated to|
00001e60  20 52 45 53 2e 20 42 42  43 2c 20 74 68 65 20 61  | RES. BBC, the a|
00001e70  72 67 75 6d 65 6e 74 20  42 42 43 0d 6d 75 73 74  |rgument BBC.must|
00001e80  20 62 65 20 74 79 70 65  64 20 69 6e 20 66 75 6c  | be typed in ful|
00001e90  6c 20 74 6f 20 68 65 6c  70 20 61 76 6f 69 64 20  |l to help avoid |
00001ea0  61 6e 20 69 6e 61 64 76  65 72 74 65 6e 74 20 72  |an inadvertent r|
00001eb0  65 73 65 74 2e 0d 54 68  69 73 20 75 74 69 6c 69  |eset..This utili|
00001ec0  74 79 20 69 73 20 6e 6f  74 20 61 76 61 69 6c 61  |ty is not availa|
00001ed0  62 6c 65 20 77 68 65 6e  20 74 68 65 20 73 65 63  |ble when the sec|
00001ee0  6f 6e 64 20 70 72 6f 63  65 73 73 6f 72 20 69 73  |ond processor is|
00001ef0  0d 73 77 69 74 63 68 65  64 20 6f 6e 2e 0d 0d 2a  |.switched on...*|
00001f00  52 46 53 43 41 54 0d 0d  20 54 68 65 20 52 4f 4d  |RFSCAT.. The ROM|
00001f10  20 66 69 6c 69 6e 67 20  73 79 73 74 65 6d 20 28  | filing system (|
00001f20  52 46 53 29 20 61 63 63  65 73 73 65 73 20 64 61  |RFS) accesses da|
00001f30  74 61 20 73 74 6f 72 65  64 20 69 6e 20 70 61 67  |ta stored in pag|
00001f40  65 64 0d 52 4f 4d 73 20  69 6e 20 74 68 65 20 73  |ed.ROMs in the s|
00001f50  61 6d 65 20 77 61 79 20  74 68 61 74 20 74 68 65  |ame way that the|
00001f60  20 63 61 73 73 65 74 74  65 20 66 69 6c 69 6e 67  | cassette filing|
00001f70  20 73 79 73 74 65 6d 20  28 43 46 53 29 0d 61 63  | system (CFS).ac|
00001f80  63 65 73 73 65 73 20 64  61 74 61 20 6f 6e 20 74  |cesses data on t|
00001f90  61 70 65 20 65 78 63 65  70 74 20 74 68 61 74 20  |ape except that |
00001fa0  73 61 76 69 6e 67 20 6f  72 20 77 72 69 74 69 6e  |saving or writin|
00001fb0  67 20 74 6f 20 52 4f 4d  0d 69 73 20 6e 6f 74 20  |g to ROM.is not |
00001fc0  61 76 61 69 6c 61 62 6c  65 2e 0d 20 54 68 65 20  |available.. The |
00001fd0  52 46 53 20 63 61 6e 20  62 65 20 73 65 6c 65 63  |RFS can be selec|
00001fe0  74 65 64 20 61 6e 64 20  63 61 74 61 6c 6f 67 75  |ted and catalogu|
00001ff0  65 64 20 62 79 20 74 79  70 69 6e 67 20 2a 52 46  |ed by typing *RF|
00002000  53 43 41 54 2e 0d 41 6c  6c 20 74 68 65 20 43 46  |SCAT..All the CF|
00002010  53 20 63 6f 6d 6d 61 6e  64 73 20 65 78 63 65 70  |S commands excep|
00002020  74 20 53 41 56 45 2c 20  2a 53 41 56 45 2c 20 4f  |t SAVE, *SAVE, O|
00002030  50 45 4e 4f 55 54 2c 20  42 50 55 54 23 20 61 6e  |PENOUT, BPUT# an|
00002040  64 0d 50 52 49 4e 54 23  20 61 72 65 20 61 76 61  |d.PRINT# are ava|
00002050  69 6c 61 62 6c 65 2e 0d  20 54 68 65 20 75 74 69  |ilable.. The uti|
00002060  6c 69 74 79 20 52 4f 4d  20 75 73 65 73 20 74 68  |lity ROM uses th|
00002070  65 20 52 46 53 20 74 6f  20 73 74 6f 72 65 20 61  |e RFS to store a|
00002080  20 64 65 6d 6f 6e 73 74  72 61 74 69 6f 6e 0d 70  | demonstration.p|
00002090  72 6f 67 72 61 6d 20 77  68 69 63 68 20 63 61 6e  |rogram which can|
000020a0  20 62 65 20 63 68 61 69  6e 65 64 20 69 6e 74 6f  | be chained into|
000020b0  20 65 69 74 68 65 72 20  74 68 65 20 49 2f 4f 20  | either the I/O |
000020c0  70 72 6f 63 65 73 73 6f  72 0d 6f 72 20 74 68 65  |processor.or the|
000020d0  20 73 65 63 6f 6e 64 20  70 72 6f 63 65 73 73 6f  | second processo|
000020e0  72 2e 20 46 6f 72 20 45  78 61 6d 70 6c 65 3a 0d  |r. For Example:.|
000020f0  0d 3e 2a 52 46 53 2e 0d  0d 52 4f 4d 20 46 69 6c  |.>*RFS...ROM Fil|
00002100  69 6e 67 20 53 79 73 74  65 6d 20 63 61 74 61 6c  |ing System catal|
00002110  6f 67 75 65 0d 0d 44 45  4d 4f 20 30 38 20 30 38  |ogue..DEMO 08 08|
00002120  39 30 20 30 30 30 30 30  38 30 30 20 30 30 30 30  |90 00000800 0000|
00002130  42 38 32 33 0d 0d 52 4f  4d 20 46 69 6c 69 6e 67  |B823..ROM Filing|
00002140  20 53 79 73 74 65 6d 20  61 63 74 69 76 65 0d 0d  | System active..|
00002150  3e 43 48 2e 22 44 45 4d  4f 22 0d                 |>CH."DEMO".|
0000215b
21_11_87/SPINFO.m0
21_11_87/SPINFO.m1
21_11_87/SPINFO.m2
21_11_87/SPINFO.m4
21_11_87/SPINFO.m5