Home » Archimedes archive » Zipped Apps » BBC Tape » !BBCTape/!Help
!BBCTape/!Help
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Zipped Apps » BBC Tape |
Filename: | !BBCTape/!Help |
Read OK: | ✔ |
File size: | 29F4 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
> <BBCTape$Dir>.!Help !BBCTape - BBC to Arc file copier ================================= !BBCTape is an application to transfer files from a cassette-based BBC micro to an Archimedes. It may also work with a disc system (see Technical file in the !BBCTape directory), but better things exist for discs (e.g. Beebug's serial link). To use the program you need a serial lead to join the Arc and Beeb, appropriately wired. You can get this from e.g. Beebug for �11.50 (why is a piece of wire so expensive?) At the Beeb end the connector seems to be able to go into the socket in two different ways; mine works with the cutout in the outer metal ring at the top. You also need to set the baud rates and serial protocols to be the same, which they aren't by default; the program has an option to set the Arc to the Beeb default (see below). Note that the maximum file length you can load with this program is about 27.5 Kbytes; normally you won't have anything longer than this, but if you happen to have a large data file you'll either have to split it up, or modify the program (e.g. to use sideways RAM for extra storage). Note also that locked files cannot be loaded by this program; it seems, however, that comparatively few programs are locked (possibly relating to the ease with which you can copy a tape using two tape recorders!). When attempting to use copied programs, bear in mind that in addition to the difficulties associated with using any Beeb program on the Arc, there are two particular features of tape systems which have no analogue with discs; namely that you can have any number of files with the same name, and that you can load a file with a null name to get the next file on the tape. You may also find that some files are too long to load into 65Host, but you should be able to get them into 65Tube. Program Instructions ==================== After starting the program click <menu> over the icon. The menu tree is as follows: Misc � Info � Program information box File � File information box Status ... Pops up a status window 9600, 8n1 Set Arc serial port to BBC defaults Reset Reset program to its initial state Clear As reset, but also clears a file from memory Save � Standard save box Options � File type � Set filetype (text or hex) Load address � Set load address Exec address � Set execution address CR � LF Swap carriage return and line feed Guess type Guess a file type Auto load Load several files Fast load Slightly faster transfer, slower wimp response Use BGET Load with BGET rather than OSFILE Upload � File name Ask the Beeb to load a file and send it Download Send the loader program to the Beeb Quit Quit! The most important options are <Upload> and <Download>. The first thing to do is click on <Download>; a message* appears telling you to type "*FX 2,1" on the Beeb keyboard, and after doing this and clicking on "OK" a program is sent to the beeb - you should see it appear on the screen if the Beeb is connected to a display (this isn't necessary, but it helps). While it does this the <Upload> option is shaded. After the download finishes click on <Upload>; a message* appears telling you to press play on the tape recorder; the cassette motor light on the Beeb should come on, and the next file on the tape will be loaded. Alternatively, type a file name into the <File name> menu item, and that file will be loaded. When the load finishes a message appears; the file can then be saved by dragging the save box to a directory viewer or another application in the usual way. * The message boxes for <Upload> and <Download> don't appear if you click with <menu> or <adjust>. While uploading both <Upload> and <Download> options are shaded. Downloading just shades the <Upload> option. Use <Reset> to get them back if something goes wrong. Pressing <escape> on the Beeb keyboard will stop the program at that end; if you want to re-start, press <ctrl-BREAK> before sending the loader program again. The Arc program can be quit and re-started without disturbing the Beeb, as long as you don't do it while a file is loading. Alternatively, click on <Auto load> and then <Upload>. Files will then be loaded and sent one after another, and automatically saved in the BBCFiles directory within the !BBCTape directory (double click on the !BBCTape directory icon with <shift> held down to see inside). Note that transferring a file over the serial link takes some time, so you will have to turn off the tape recorder when the cassette motor light goes out if you don't have automatic motor control. The program will always ask for confirmation before saving a file if a file of the same name already exists; this can easily happen with a tape system, as you may have several files on a tape with the same name. If you don't confirm an overwrite while in <Auto load> mode the program will drop out of that mode, and you can then use the normal save box. To monitor the progress of a transfer, click on <Status ...> or click on the icon bar icon with <select>. This pops up a window which tells you whether a file is being uploaded or downloaded; the size of the file; the number of bytes transferred; the transfer rate; and the number of CRC (cyclic redundancy check) errors. If the latter is non-zero the serial link is not entirely reliable; I haven't found this to be a problem, but the file should still transfer intact unless the link is very bad. Transferred files can be saved with load and execution addresses or with filetypes; the former (which is the default) is better for files to be used with the BBC emulator, and the latter is better for files to be used on the Arc. This can be set by clicking on the <Load/Exec address> or <File type> menu options respectively. The load and execution addresses are read from the Beeb, but can be altered in the menu items. The file type defaults to Text, but can also be set either as a name (e.g. BASIC) or a hex number (e.g. FFB). Alternatively, click on <Guess type> to have a file type guessed from the load and execution addresses. The guessing algorithm only chooses from Text, BASIC, BBC ROM and Data at the moment; see the Technical file for details of how to improve it. BBC text files are stored with a carriage return (CR) at the end of each line, while most Arc programs (including !Edit) expect a line feed (LF). Clicking on <CR � LF> swaps these over for a file in memory, and if the option is ticked will do it for any new file loaded. Make sure you only do this with text files! There is also an option in !Edit to do the same thing. The file information box shows various pieces of information; a file type icon (as in the save box); whether CR � LF has been done; whether the file has been saved; the file type or <untyped> for a file with load and execution addresses; the load and execution addresses read from the Beeb (as in the relevant menu items); the filename (as in the save box); the original file name on the Beeb; and the file size. As explained below, turning off the <Fast load> option may improve the wimp reponse if you're working on something else, at the expense of a slower transfer rate. The <Use BGET> option is rather obscure; it makes the Beeb load files with OSBGET rather than OSFILE, but it shouldn't make any difference, except that you won't be able to re-try files which have loading errors. All options can be changed while a file is loading, and should give the expected results. You can even save a file which has only partly loaded, although I wouldn't recommend it! Note for experts: ================= With a baud rate of 9600, you might expect a transfer rate of about 1 Kbyte/sec (I certainly did) and be surprised at the low rate achieved by this program (about 100 bytes/sec). I don't think this is my fault (but I could be wrong!); it seems to be due to three things: 1) The beeb can apparently only transmit data at about 100 bytes/sec (although it can receive faster). The beeb-end program is written in machine code, so there isn't much scope for a speed-up, except maybe by poking the serial buffer directly. 2) Even if it could go faster, the Arc OS_SerialOp calls only go at about 230 bytes/sec - this is the speed of the machine code call, not Basic (which is much faster - a SYS "OS_WriteC",0 takes 358 �s) and is about the same if you use OS_Byte 145 or BGET# after opening "serial:" as an input file. Considering the relative power of Arc and Beeb, this is pathetic! 3) The consequence of 2) is that, to match the Beeb, the Arc has to spend half of its time just doing OS_SerialOp calls. In a Wimp program, this means that you either have to slow the Wimp down or make the transfer take longer. I've chosen the former as a default, but you can select a slow(er) mode (see above). Both modes go at about the same rate, except that if you do something in the foreground which holds the transfer up it will "catch up" in fast mode, putting up the hourglass. Downloading always uses the fast mode, which means that the wimp becomes almost unusable, but you only need to do it once per session. If anyone can tell me why serial transfer is so slow, or what you can do about it, I'd be quite interested to know! Finally, the boring bit. This program is FreeWare, but I retain copyright. You can copy it freely, as long as you don't sell it for profit, and as long as this file goes with it. If you make any changes, add a comment to that effect in both the "Program information" box and in this file. You can freely use bits of the code in your own applications, as long as they are credited to me in any code that you distribute. I make no warranty for the performance of the program, fitness for any purpose, or absence of bugs, and I take no responsibility for files erased, computers blown up, nuclear wars started, or any other consequence of the use of the program. Basically, I've done the best I can to make it bug free, but beyond that (as with all PD programs) you should use it with care. If you find the program useful you might like to make a donation to Oxfam - say �5 (less than half the price of a serial lead!) I can be contacted by e-mail on Janet (the UK academic network) as SB2 @ UK.AC.RL.IB, or by snail mail: Stephen Burke, c/o 7, Egdon Drive, Luton, Beds LU2 7AZ
00000000 3e 20 3c 42 42 43 54 61 70 65 24 44 69 72 3e 2e |> <BBCTape$Dir>.| 00000010 21 48 65 6c 70 0a 0a 20 20 20 20 20 20 20 20 20 |!Help.. | 00000020 20 20 20 20 20 20 20 20 20 20 20 21 42 42 43 54 | !BBCT| 00000030 61 70 65 20 2d 20 42 42 43 20 74 6f 20 41 72 63 |ape - BBC to Arc| 00000040 20 66 69 6c 65 20 63 6f 70 69 65 72 0a 20 20 20 | file copier. | 00000050 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000060 20 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d | ===============| 00000070 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 00000080 3d 3d 0a 0a 21 42 42 43 54 61 70 65 20 69 73 20 |==..!BBCTape is | 00000090 61 6e 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 74 |an application t| 000000a0 6f 20 74 72 61 6e 73 66 65 72 20 66 69 6c 65 73 |o transfer files| 000000b0 20 66 72 6f 6d 20 61 20 63 61 73 73 65 74 74 65 | from a cassette| 000000c0 2d 62 61 73 65 64 20 42 42 43 20 6d 69 63 72 6f |-based BBC micro| 000000d0 0a 74 6f 20 61 6e 20 41 72 63 68 69 6d 65 64 65 |.to an Archimede| 000000e0 73 2e 20 49 74 20 6d 61 79 20 61 6c 73 6f 20 77 |s. It may also w| 000000f0 6f 72 6b 20 77 69 74 68 20 61 20 64 69 73 63 20 |ork with a disc | 00000100 73 79 73 74 65 6d 20 28 73 65 65 20 54 65 63 68 |system (see Tech| 00000110 6e 69 63 61 6c 20 66 69 6c 65 20 69 6e 0a 74 68 |nical file in.th| 00000120 65 20 21 42 42 43 54 61 70 65 20 64 69 72 65 63 |e !BBCTape direc| 00000130 74 6f 72 79 29 2c 20 62 75 74 20 62 65 74 74 65 |tory), but bette| 00000140 72 20 74 68 69 6e 67 73 20 65 78 69 73 74 20 66 |r things exist f| 00000150 6f 72 20 64 69 73 63 73 20 28 65 2e 67 2e 20 42 |or discs (e.g. B| 00000160 65 65 62 75 67 27 73 0a 73 65 72 69 61 6c 20 6c |eebug's.serial l| 00000170 69 6e 6b 29 2e 0a 0a 20 20 54 6f 20 75 73 65 20 |ink)... To use | 00000180 74 68 65 20 70 72 6f 67 72 61 6d 20 79 6f 75 20 |the program you | 00000190 6e 65 65 64 20 61 20 73 65 72 69 61 6c 20 6c 65 |need a serial le| 000001a0 61 64 20 74 6f 20 6a 6f 69 6e 20 74 68 65 20 41 |ad to join the A| 000001b0 72 63 20 61 6e 64 20 42 65 65 62 2c 0a 61 70 70 |rc and Beeb,.app| 000001c0 72 6f 70 72 69 61 74 65 6c 79 20 77 69 72 65 64 |ropriately wired| 000001d0 2e 20 59 6f 75 20 63 61 6e 20 67 65 74 20 74 68 |. You can get th| 000001e0 69 73 20 66 72 6f 6d 20 65 2e 67 2e 20 42 65 65 |is from e.g. Bee| 000001f0 62 75 67 20 66 6f 72 20 a3 31 31 2e 35 30 20 28 |bug for .11.50 (| 00000200 77 68 79 20 69 73 20 61 0a 70 69 65 63 65 20 6f |why is a.piece o| 00000210 66 20 77 69 72 65 20 73 6f 20 65 78 70 65 6e 73 |f wire so expens| 00000220 69 76 65 3f 29 20 41 74 20 74 68 65 20 42 65 65 |ive?) At the Bee| 00000230 62 20 65 6e 64 20 74 68 65 20 63 6f 6e 6e 65 63 |b end the connec| 00000240 74 6f 72 20 73 65 65 6d 73 20 74 6f 20 62 65 20 |tor seems to be | 00000250 61 62 6c 65 0a 74 6f 20 67 6f 20 69 6e 74 6f 20 |able.to go into | 00000260 74 68 65 20 73 6f 63 6b 65 74 20 69 6e 20 74 77 |the socket in tw| 00000270 6f 20 64 69 66 66 65 72 65 6e 74 20 77 61 79 73 |o different ways| 00000280 3b 20 6d 69 6e 65 20 77 6f 72 6b 73 20 77 69 74 |; mine works wit| 00000290 68 20 74 68 65 20 63 75 74 6f 75 74 20 69 6e 0a |h the cutout in.| 000002a0 74 68 65 20 6f 75 74 65 72 20 6d 65 74 61 6c 20 |the outer metal | 000002b0 72 69 6e 67 20 61 74 20 74 68 65 20 74 6f 70 2e |ring at the top.| 000002c0 0a 0a 20 20 59 6f 75 20 61 6c 73 6f 20 6e 65 65 |.. You also nee| 000002d0 64 20 74 6f 20 73 65 74 20 74 68 65 20 62 61 75 |d to set the bau| 000002e0 64 20 72 61 74 65 73 20 61 6e 64 20 73 65 72 69 |d rates and seri| 000002f0 61 6c 20 70 72 6f 74 6f 63 6f 6c 73 20 74 6f 20 |al protocols to | 00000300 62 65 20 74 68 65 20 73 61 6d 65 2c 0a 77 68 69 |be the same,.whi| 00000310 63 68 20 74 68 65 79 20 61 72 65 6e 27 74 20 62 |ch they aren't b| 00000320 79 20 64 65 66 61 75 6c 74 3b 20 74 68 65 20 70 |y default; the p| 00000330 72 6f 67 72 61 6d 20 68 61 73 20 61 6e 20 6f 70 |rogram has an op| 00000340 74 69 6f 6e 20 74 6f 20 73 65 74 20 74 68 65 20 |tion to set the | 00000350 41 72 63 20 74 6f 0a 74 68 65 20 42 65 65 62 20 |Arc to.the Beeb | 00000360 64 65 66 61 75 6c 74 20 28 73 65 65 20 62 65 6c |default (see bel| 00000370 6f 77 29 2e 0a 0a 20 20 4e 6f 74 65 20 74 68 61 |ow)... Note tha| 00000380 74 20 74 68 65 20 6d 61 78 69 6d 75 6d 20 66 69 |t the maximum fi| 00000390 6c 65 20 6c 65 6e 67 74 68 20 79 6f 75 20 63 61 |le length you ca| 000003a0 6e 20 6c 6f 61 64 20 77 69 74 68 20 74 68 69 73 |n load with this| 000003b0 20 70 72 6f 67 72 61 6d 20 69 73 20 61 62 6f 75 | program is abou| 000003c0 74 0a 32 37 2e 35 20 4b 62 79 74 65 73 3b 20 6e |t.27.5 Kbytes; n| 000003d0 6f 72 6d 61 6c 6c 79 20 79 6f 75 20 77 6f 6e 27 |ormally you won'| 000003e0 74 20 68 61 76 65 20 61 6e 79 74 68 69 6e 67 20 |t have anything | 000003f0 6c 6f 6e 67 65 72 20 74 68 61 6e 20 74 68 69 73 |longer than this| 00000400 2c 20 62 75 74 20 69 66 20 79 6f 75 0a 68 61 70 |, but if you.hap| 00000410 70 65 6e 20 74 6f 20 68 61 76 65 20 61 20 6c 61 |pen to have a la| 00000420 72 67 65 20 64 61 74 61 20 66 69 6c 65 20 79 6f |rge data file yo| 00000430 75 27 6c 6c 20 65 69 74 68 65 72 20 68 61 76 65 |u'll either have| 00000440 20 74 6f 20 73 70 6c 69 74 20 69 74 20 75 70 2c | to split it up,| 00000450 20 6f 72 0a 6d 6f 64 69 66 79 20 74 68 65 20 70 | or.modify the p| 00000460 72 6f 67 72 61 6d 20 28 65 2e 67 2e 20 74 6f 20 |rogram (e.g. to | 00000470 75 73 65 20 73 69 64 65 77 61 79 73 20 52 41 4d |use sideways RAM| 00000480 20 66 6f 72 20 65 78 74 72 61 20 73 74 6f 72 61 | for extra stora| 00000490 67 65 29 2e 0a 0a 20 20 4e 6f 74 65 20 61 6c 73 |ge)... Note als| 000004a0 6f 20 74 68 61 74 20 6c 6f 63 6b 65 64 20 66 69 |o that locked fi| 000004b0 6c 65 73 20 63 61 6e 6e 6f 74 20 62 65 20 6c 6f |les cannot be lo| 000004c0 61 64 65 64 20 62 79 20 74 68 69 73 20 70 72 6f |aded by this pro| 000004d0 67 72 61 6d 3b 20 69 74 20 73 65 65 6d 73 2c 0a |gram; it seems,.| 000004e0 68 6f 77 65 76 65 72 2c 20 74 68 61 74 20 63 6f |however, that co| 000004f0 6d 70 61 72 61 74 69 76 65 6c 79 20 66 65 77 20 |mparatively few | 00000500 70 72 6f 67 72 61 6d 73 20 61 72 65 20 6c 6f 63 |programs are loc| 00000510 6b 65 64 20 28 70 6f 73 73 69 62 6c 79 20 72 65 |ked (possibly re| 00000520 6c 61 74 69 6e 67 20 74 6f 0a 74 68 65 20 65 61 |lating to.the ea| 00000530 73 65 20 77 69 74 68 20 77 68 69 63 68 20 79 6f |se with which yo| 00000540 75 20 63 61 6e 20 63 6f 70 79 20 61 20 74 61 70 |u can copy a tap| 00000550 65 20 75 73 69 6e 67 20 74 77 6f 20 74 61 70 65 |e using two tape| 00000560 20 72 65 63 6f 72 64 65 72 73 21 29 2e 0a 0a 20 | recorders!)... | 00000570 20 57 68 65 6e 20 61 74 74 65 6d 70 74 69 6e 67 | When attempting| 00000580 20 74 6f 20 75 73 65 20 63 6f 70 69 65 64 20 70 | to use copied p| 00000590 72 6f 67 72 61 6d 73 2c 20 62 65 61 72 20 69 6e |rograms, bear in| 000005a0 20 6d 69 6e 64 20 74 68 61 74 20 69 6e 20 61 64 | mind that in ad| 000005b0 64 69 74 69 6f 6e 20 74 6f 0a 74 68 65 20 64 69 |dition to.the di| 000005c0 66 66 69 63 75 6c 74 69 65 73 20 61 73 73 6f 63 |fficulties assoc| 000005d0 69 61 74 65 64 20 77 69 74 68 20 75 73 69 6e 67 |iated with using| 000005e0 20 61 6e 79 20 42 65 65 62 20 70 72 6f 67 72 61 | any Beeb progra| 000005f0 6d 20 6f 6e 20 74 68 65 20 41 72 63 2c 20 74 68 |m on the Arc, th| 00000600 65 72 65 0a 61 72 65 20 74 77 6f 20 70 61 72 74 |ere.are two part| 00000610 69 63 75 6c 61 72 20 66 65 61 74 75 72 65 73 20 |icular features | 00000620 6f 66 20 74 61 70 65 20 73 79 73 74 65 6d 73 20 |of tape systems | 00000630 77 68 69 63 68 20 68 61 76 65 20 6e 6f 20 61 6e |which have no an| 00000640 61 6c 6f 67 75 65 20 77 69 74 68 0a 64 69 73 63 |alogue with.disc| 00000650 73 3b 20 6e 61 6d 65 6c 79 20 74 68 61 74 20 79 |s; namely that y| 00000660 6f 75 20 63 61 6e 20 68 61 76 65 20 61 6e 79 20 |ou can have any | 00000670 6e 75 6d 62 65 72 20 6f 66 20 66 69 6c 65 73 20 |number of files | 00000680 77 69 74 68 20 74 68 65 20 73 61 6d 65 20 6e 61 |with the same na| 00000690 6d 65 2c 20 61 6e 64 0a 74 68 61 74 20 79 6f 75 |me, and.that you| 000006a0 20 63 61 6e 20 6c 6f 61 64 20 61 20 66 69 6c 65 | can load a file| 000006b0 20 77 69 74 68 20 61 20 6e 75 6c 6c 20 6e 61 6d | with a null nam| 000006c0 65 20 74 6f 20 67 65 74 20 74 68 65 20 6e 65 78 |e to get the nex| 000006d0 74 20 66 69 6c 65 20 6f 6e 20 74 68 65 20 74 61 |t file on the ta| 000006e0 70 65 2e 0a 59 6f 75 20 6d 61 79 20 61 6c 73 6f |pe..You may also| 000006f0 20 66 69 6e 64 20 74 68 61 74 20 73 6f 6d 65 20 | find that some | 00000700 66 69 6c 65 73 20 61 72 65 20 74 6f 6f 20 6c 6f |files are too lo| 00000710 6e 67 20 74 6f 20 6c 6f 61 64 20 69 6e 74 6f 20 |ng to load into | 00000720 36 35 48 6f 73 74 2c 20 62 75 74 20 79 6f 75 0a |65Host, but you.| 00000730 73 68 6f 75 6c 64 20 62 65 20 61 62 6c 65 20 74 |should be able t| 00000740 6f 20 67 65 74 20 74 68 65 6d 20 69 6e 74 6f 20 |o get them into | 00000750 36 35 54 75 62 65 2e 0a 20 20 20 20 20 20 20 20 |65Tube.. | 00000760 20 20 20 20 20 20 20 20 20 0a 50 72 6f 67 72 61 | .Progra| 00000770 6d 20 49 6e 73 74 72 75 63 74 69 6f 6e 73 0a 3d |m Instructions.=| 00000780 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 00000790 3d 3d 3d 0a 0a 20 20 41 66 74 65 72 20 73 74 61 |===.. After sta| 000007a0 72 74 69 6e 67 20 74 68 65 20 70 72 6f 67 72 61 |rting the progra| 000007b0 6d 20 63 6c 69 63 6b 20 3c 6d 65 6e 75 3e 20 6f |m click <menu> o| 000007c0 76 65 72 20 74 68 65 20 69 63 6f 6e 2e 20 54 68 |ver the icon. Th| 000007d0 65 20 6d 65 6e 75 20 74 72 65 65 20 69 73 20 61 |e menu tree is a| 000007e0 73 0a 66 6f 6c 6c 6f 77 73 3a 0a 0a 4d 69 73 63 |s.follows:..Misc| 000007f0 20 20 20 20 20 89 20 49 6e 66 6f 20 20 20 20 20 | . Info | 00000800 20 20 20 20 89 20 50 72 6f 67 72 61 6d 20 69 6e | . Program in| 00000810 66 6f 72 6d 61 74 69 6f 6e 20 62 6f 78 0a 20 20 |formation box. | 00000820 20 20 20 20 20 20 20 20 20 46 69 6c 65 20 20 20 | File | 00000830 20 20 20 20 20 20 89 20 46 69 6c 65 20 69 6e 66 | . File inf| 00000840 6f 72 6d 61 74 69 6f 6e 20 62 6f 78 0a 20 20 20 |ormation box. | 00000850 20 20 20 20 20 20 20 20 53 74 61 74 75 73 20 2e | Status .| 00000860 2e 2e 20 20 20 20 20 50 6f 70 73 20 75 70 20 61 |.. Pops up a| 00000870 20 73 74 61 74 75 73 20 77 69 6e 64 6f 77 0a 20 | status window. | 00000880 20 20 20 20 20 20 20 20 20 20 39 36 30 30 2c 20 | 9600, | 00000890 38 6e 31 20 20 20 20 20 20 53 65 74 20 41 72 63 |8n1 Set Arc| 000008a0 20 73 65 72 69 61 6c 20 70 6f 72 74 20 74 6f 20 | serial port to | 000008b0 42 42 43 20 64 65 66 61 75 6c 74 73 0a 20 20 20 |BBC defaults. | 000008c0 20 20 20 20 20 20 20 20 52 65 73 65 74 20 20 20 | Reset | 000008d0 20 20 20 20 20 20 20 52 65 73 65 74 20 70 72 6f | Reset pro| 000008e0 67 72 61 6d 20 74 6f 20 69 74 73 20 69 6e 69 74 |gram to its init| 000008f0 69 61 6c 20 73 74 61 74 65 0a 20 20 20 20 20 20 |ial state. | 00000900 20 20 20 20 20 43 6c 65 61 72 20 20 20 20 20 20 | Clear | 00000910 20 20 20 20 41 73 20 72 65 73 65 74 2c 20 62 75 | As reset, bu| 00000920 74 20 61 6c 73 6f 20 63 6c 65 61 72 73 20 61 20 |t also clears a | 00000930 66 69 6c 65 20 66 72 6f 6d 20 6d 65 6d 6f 72 79 |file from memory| 00000940 0a 0a 53 61 76 65 20 20 20 20 20 89 20 53 74 61 |..Save . Sta| 00000950 6e 64 61 72 64 20 73 61 76 65 20 62 6f 78 0a 0a |ndard save box..| 00000960 4f 70 74 69 6f 6e 73 20 20 89 20 46 69 6c 65 20 |Options . File | 00000970 74 79 70 65 20 20 20 20 89 20 53 65 74 20 66 69 |type . Set fi| 00000980 6c 65 74 79 70 65 20 28 74 65 78 74 20 6f 72 20 |letype (text or | 00000990 68 65 78 29 0a 20 20 20 20 20 20 20 20 20 20 20 |hex). | 000009a0 4c 6f 61 64 20 61 64 64 72 65 73 73 20 89 20 53 |Load address . S| 000009b0 65 74 20 6c 6f 61 64 20 61 64 64 72 65 73 73 0a |et load address.| 000009c0 20 20 20 20 20 20 20 20 20 20 20 45 78 65 63 20 | Exec | 000009d0 61 64 64 72 65 73 73 20 89 20 53 65 74 20 65 78 |address . Set ex| 000009e0 65 63 75 74 69 6f 6e 20 61 64 64 72 65 73 73 0a |ecution address.| 000009f0 20 20 20 20 20 20 20 20 20 20 20 43 52 20 89 20 | CR . | 00000a00 4c 46 20 20 20 20 20 20 20 20 53 77 61 70 20 63 |LF Swap c| 00000a10 61 72 72 69 61 67 65 20 72 65 74 75 72 6e 20 61 |arriage return a| 00000a20 6e 64 20 6c 69 6e 65 20 66 65 65 64 0a 20 20 20 |nd line feed. | 00000a30 20 20 20 20 20 20 20 20 47 75 65 73 73 20 74 79 | Guess ty| 00000a40 70 65 20 20 20 20 20 47 75 65 73 73 20 61 20 66 |pe Guess a f| 00000a50 69 6c 65 20 74 79 70 65 0a 20 20 20 20 20 20 20 |ile type. | 00000a60 20 20 20 20 41 75 74 6f 20 6c 6f 61 64 20 20 20 | Auto load | 00000a70 20 20 20 4c 6f 61 64 20 73 65 76 65 72 61 6c 20 | Load several | 00000a80 66 69 6c 65 73 0a 20 20 20 20 20 20 20 20 20 20 |files. | 00000a90 20 46 61 73 74 20 6c 6f 61 64 20 20 20 20 20 20 | Fast load | 00000aa0 53 6c 69 67 68 74 6c 79 20 66 61 73 74 65 72 20 |Slightly faster | 00000ab0 74 72 61 6e 73 66 65 72 2c 20 73 6c 6f 77 65 72 |transfer, slower| 00000ac0 20 77 69 6d 70 20 72 65 73 70 6f 6e 73 65 0a 20 | wimp response. | 00000ad0 20 20 20 20 20 20 20 20 20 20 55 73 65 20 42 47 | Use BG| 00000ae0 45 54 20 20 20 20 20 20 20 4c 6f 61 64 20 77 69 |ET Load wi| 00000af0 74 68 20 42 47 45 54 20 72 61 74 68 65 72 20 74 |th BGET rather t| 00000b00 68 61 6e 20 4f 53 46 49 4c 45 0a 0a 55 70 6c 6f |han OSFILE..Uplo| 00000b10 61 64 20 20 20 89 20 46 69 6c 65 20 6e 61 6d 65 |ad . File name| 00000b20 20 20 20 20 20 20 41 73 6b 20 74 68 65 20 42 65 | Ask the Be| 00000b30 65 62 20 74 6f 20 6c 6f 61 64 20 61 20 66 69 6c |eb to load a fil| 00000b40 65 20 61 6e 64 20 73 65 6e 64 20 69 74 0a 0a 44 |e and send it..D| 00000b50 6f 77 6e 6c 6f 61 64 20 20 20 53 65 6e 64 20 74 |ownload Send t| 00000b60 68 65 20 6c 6f 61 64 65 72 20 70 72 6f 67 72 61 |he loader progra| 00000b70 6d 20 74 6f 20 74 68 65 20 42 65 65 62 0a 0a 51 |m to the Beeb..Q| 00000b80 75 69 74 20 20 20 20 20 20 20 51 75 69 74 21 20 |uit Quit! | 00000b90 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000bc0 20 20 20 20 20 20 0a 0a 20 20 54 68 65 20 6d 6f | .. The mo| 00000bd0 73 74 20 69 6d 70 6f 72 74 61 6e 74 20 6f 70 74 |st important opt| 00000be0 69 6f 6e 73 20 61 72 65 20 3c 55 70 6c 6f 61 64 |ions are <Upload| 00000bf0 3e 20 61 6e 64 20 3c 44 6f 77 6e 6c 6f 61 64 3e |> and <Download>| 00000c00 2e 20 54 68 65 20 66 69 72 73 74 20 74 68 69 6e |. The first thin| 00000c10 67 20 74 6f 0a 64 6f 20 69 73 20 63 6c 69 63 6b |g to.do is click| 00000c20 20 6f 6e 20 3c 44 6f 77 6e 6c 6f 61 64 3e 3b 20 | on <Download>; | 00000c30 61 20 6d 65 73 73 61 67 65 2a 20 61 70 70 65 61 |a message* appea| 00000c40 72 73 20 74 65 6c 6c 69 6e 67 20 79 6f 75 20 74 |rs telling you t| 00000c50 6f 20 74 79 70 65 20 22 2a 46 58 20 32 2c 31 22 |o type "*FX 2,1"| 00000c60 0a 6f 6e 20 74 68 65 20 42 65 65 62 20 6b 65 79 |.on the Beeb key| 00000c70 62 6f 61 72 64 2c 20 61 6e 64 20 61 66 74 65 72 |board, and after| 00000c80 20 64 6f 69 6e 67 20 74 68 69 73 20 61 6e 64 20 | doing this and | 00000c90 63 6c 69 63 6b 69 6e 67 20 6f 6e 20 22 4f 4b 22 |clicking on "OK"| 00000ca0 20 61 20 70 72 6f 67 72 61 6d 20 69 73 0a 73 65 | a program is.se| 00000cb0 6e 74 20 74 6f 20 74 68 65 20 62 65 65 62 20 2d |nt to the beeb -| 00000cc0 20 79 6f 75 20 73 68 6f 75 6c 64 20 73 65 65 20 | you should see | 00000cd0 69 74 20 61 70 70 65 61 72 20 6f 6e 20 74 68 65 |it appear on the| 00000ce0 20 73 63 72 65 65 6e 20 69 66 20 74 68 65 20 42 | screen if the B| 00000cf0 65 65 62 20 69 73 0a 63 6f 6e 6e 65 63 74 65 64 |eeb is.connected| 00000d00 20 74 6f 20 61 20 64 69 73 70 6c 61 79 20 28 74 | to a display (t| 00000d10 68 69 73 20 69 73 6e 27 74 20 6e 65 63 65 73 73 |his isn't necess| 00000d20 61 72 79 2c 20 62 75 74 20 69 74 20 68 65 6c 70 |ary, but it help| 00000d30 73 29 2e 20 57 68 69 6c 65 20 69 74 20 64 6f 65 |s). While it doe| 00000d40 73 0a 74 68 69 73 20 74 68 65 20 3c 55 70 6c 6f |s.this the <Uplo| 00000d50 61 64 3e 20 6f 70 74 69 6f 6e 20 69 73 20 73 68 |ad> option is sh| 00000d60 61 64 65 64 2e 20 41 66 74 65 72 20 74 68 65 20 |aded. After the | 00000d70 64 6f 77 6e 6c 6f 61 64 20 66 69 6e 69 73 68 65 |download finishe| 00000d80 73 20 63 6c 69 63 6b 20 6f 6e 0a 3c 55 70 6c 6f |s click on.<Uplo| 00000d90 61 64 3e 3b 20 61 20 6d 65 73 73 61 67 65 2a 20 |ad>; a message* | 00000da0 61 70 70 65 61 72 73 20 74 65 6c 6c 69 6e 67 20 |appears telling | 00000db0 79 6f 75 20 74 6f 20 70 72 65 73 73 20 70 6c 61 |you to press pla| 00000dc0 79 20 6f 6e 20 74 68 65 20 74 61 70 65 20 72 65 |y on the tape re| 00000dd0 63 6f 72 64 65 72 3b 0a 74 68 65 20 63 61 73 73 |corder;.the cass| 00000de0 65 74 74 65 20 6d 6f 74 6f 72 20 6c 69 67 68 74 |ette motor light| 00000df0 20 6f 6e 20 74 68 65 20 42 65 65 62 20 73 68 6f | on the Beeb sho| 00000e00 75 6c 64 20 63 6f 6d 65 20 6f 6e 2c 20 61 6e 64 |uld come on, and| 00000e10 20 74 68 65 20 6e 65 78 74 20 66 69 6c 65 20 6f | the next file o| 00000e20 6e 0a 74 68 65 20 74 61 70 65 20 77 69 6c 6c 20 |n.the tape will | 00000e30 62 65 20 6c 6f 61 64 65 64 2e 20 41 6c 74 65 72 |be loaded. Alter| 00000e40 6e 61 74 69 76 65 6c 79 2c 20 74 79 70 65 20 61 |natively, type a| 00000e50 20 66 69 6c 65 20 6e 61 6d 65 20 69 6e 74 6f 20 | file name into | 00000e60 74 68 65 20 3c 46 69 6c 65 0a 6e 61 6d 65 3e 20 |the <File.name> | 00000e70 6d 65 6e 75 20 69 74 65 6d 2c 20 61 6e 64 20 74 |menu item, and t| 00000e80 68 61 74 20 66 69 6c 65 20 77 69 6c 6c 20 62 65 |hat file will be| 00000e90 20 6c 6f 61 64 65 64 2e 20 57 68 65 6e 20 74 68 | loaded. When th| 00000ea0 65 20 6c 6f 61 64 20 66 69 6e 69 73 68 65 73 20 |e load finishes | 00000eb0 61 0a 6d 65 73 73 61 67 65 20 61 70 70 65 61 72 |a.message appear| 00000ec0 73 3b 20 74 68 65 20 66 69 6c 65 20 63 61 6e 20 |s; the file can | 00000ed0 74 68 65 6e 20 62 65 20 73 61 76 65 64 20 62 79 |then be saved by| 00000ee0 20 64 72 61 67 67 69 6e 67 20 74 68 65 20 73 61 | dragging the sa| 00000ef0 76 65 20 62 6f 78 20 74 6f 20 61 0a 64 69 72 65 |ve box to a.dire| 00000f00 63 74 6f 72 79 20 76 69 65 77 65 72 20 6f 72 20 |ctory viewer or | 00000f10 61 6e 6f 74 68 65 72 20 61 70 70 6c 69 63 61 74 |another applicat| 00000f20 69 6f 6e 20 69 6e 20 74 68 65 20 75 73 75 61 6c |ion in the usual| 00000f30 20 77 61 79 2e 0a 0a 2a 20 54 68 65 20 6d 65 73 | way...* The mes| 00000f40 73 61 67 65 20 62 6f 78 65 73 20 66 6f 72 20 3c |sage boxes for <| 00000f50 55 70 6c 6f 61 64 3e 20 61 6e 64 20 3c 44 6f 77 |Upload> and <Dow| 00000f60 6e 6c 6f 61 64 3e 20 64 6f 6e 27 74 20 61 70 70 |nload> don't app| 00000f70 65 61 72 20 69 66 20 79 6f 75 20 63 6c 69 63 6b |ear if you click| 00000f80 0a 77 69 74 68 20 3c 6d 65 6e 75 3e 20 6f 72 20 |.with <menu> or | 00000f90 3c 61 64 6a 75 73 74 3e 2e 0a 0a 20 57 68 69 6c |<adjust>... Whil| 00000fa0 65 20 75 70 6c 6f 61 64 69 6e 67 20 62 6f 74 68 |e uploading both| 00000fb0 20 3c 55 70 6c 6f 61 64 3e 20 61 6e 64 20 3c 44 | <Upload> and <D| 00000fc0 6f 77 6e 6c 6f 61 64 3e 20 6f 70 74 69 6f 6e 73 |ownload> options| 00000fd0 20 61 72 65 20 73 68 61 64 65 64 2e 0a 44 6f 77 | are shaded..Dow| 00000fe0 6e 6c 6f 61 64 69 6e 67 20 6a 75 73 74 20 73 68 |nloading just sh| 00000ff0 61 64 65 73 20 74 68 65 20 3c 55 70 6c 6f 61 64 |ades the <Upload| 00001000 3e 20 6f 70 74 69 6f 6e 2e 20 55 73 65 20 3c 52 |> option. Use <R| 00001010 65 73 65 74 3e 20 74 6f 20 67 65 74 20 74 68 65 |eset> to get the| 00001020 6d 20 62 61 63 6b 20 69 66 0a 73 6f 6d 65 74 68 |m back if.someth| 00001030 69 6e 67 20 67 6f 65 73 20 77 72 6f 6e 67 2e 20 |ing goes wrong. | 00001040 50 72 65 73 73 69 6e 67 20 3c 65 73 63 61 70 65 |Pressing <escape| 00001050 3e 20 6f 6e 20 74 68 65 20 42 65 65 62 20 6b 65 |> on the Beeb ke| 00001060 79 62 6f 61 72 64 20 77 69 6c 6c 20 73 74 6f 70 |yboard will stop| 00001070 20 74 68 65 0a 70 72 6f 67 72 61 6d 20 61 74 20 | the.program at | 00001080 74 68 61 74 20 65 6e 64 3b 20 69 66 20 79 6f 75 |that end; if you| 00001090 20 77 61 6e 74 20 74 6f 20 72 65 2d 73 74 61 72 | want to re-star| 000010a0 74 2c 20 70 72 65 73 73 20 3c 63 74 72 6c 2d 42 |t, press <ctrl-B| 000010b0 52 45 41 4b 3e 20 62 65 66 6f 72 65 0a 73 65 6e |REAK> before.sen| 000010c0 64 69 6e 67 20 74 68 65 20 6c 6f 61 64 65 72 20 |ding the loader | 000010d0 70 72 6f 67 72 61 6d 20 61 67 61 69 6e 2e 20 54 |program again. T| 000010e0 68 65 20 41 72 63 20 70 72 6f 67 72 61 6d 20 63 |he Arc program c| 000010f0 61 6e 20 62 65 20 71 75 69 74 20 61 6e 64 20 72 |an be quit and r| 00001100 65 2d 73 74 61 72 74 65 64 0a 77 69 74 68 6f 75 |e-started.withou| 00001110 74 20 64 69 73 74 75 72 62 69 6e 67 20 74 68 65 |t disturbing the| 00001120 20 42 65 65 62 2c 20 61 73 20 6c 6f 6e 67 20 61 | Beeb, as long a| 00001130 73 20 79 6f 75 20 64 6f 6e 27 74 20 64 6f 20 69 |s you don't do i| 00001140 74 20 77 68 69 6c 65 20 61 20 66 69 6c 65 20 69 |t while a file i| 00001150 73 0a 6c 6f 61 64 69 6e 67 2e 0a 0a 20 20 41 6c |s.loading... Al| 00001160 74 65 72 6e 61 74 69 76 65 6c 79 2c 20 63 6c 69 |ternatively, cli| 00001170 63 6b 20 6f 6e 20 3c 41 75 74 6f 20 6c 6f 61 64 |ck on <Auto load| 00001180 3e 20 61 6e 64 20 74 68 65 6e 20 3c 55 70 6c 6f |> and then <Uplo| 00001190 61 64 3e 2e 20 46 69 6c 65 73 20 77 69 6c 6c 20 |ad>. Files will | 000011a0 74 68 65 6e 20 62 65 0a 6c 6f 61 64 65 64 20 61 |then be.loaded a| 000011b0 6e 64 20 73 65 6e 74 20 6f 6e 65 20 61 66 74 65 |nd sent one afte| 000011c0 72 20 61 6e 6f 74 68 65 72 2c 20 61 6e 64 20 61 |r another, and a| 000011d0 75 74 6f 6d 61 74 69 63 61 6c 6c 79 20 73 61 76 |utomatically sav| 000011e0 65 64 20 69 6e 20 74 68 65 20 42 42 43 46 69 6c |ed in the BBCFil| 000011f0 65 73 0a 64 69 72 65 63 74 6f 72 79 20 77 69 74 |es.directory wit| 00001200 68 69 6e 20 74 68 65 20 21 42 42 43 54 61 70 65 |hin the !BBCTape| 00001210 20 64 69 72 65 63 74 6f 72 79 20 28 64 6f 75 62 | directory (doub| 00001220 6c 65 20 63 6c 69 63 6b 20 6f 6e 20 74 68 65 20 |le click on the | 00001230 21 42 42 43 54 61 70 65 0a 64 69 72 65 63 74 6f |!BBCTape.directo| 00001240 72 79 20 69 63 6f 6e 20 77 69 74 68 20 3c 73 68 |ry icon with <sh| 00001250 69 66 74 3e 20 68 65 6c 64 20 64 6f 77 6e 20 74 |ift> held down t| 00001260 6f 20 73 65 65 20 69 6e 73 69 64 65 29 2e 20 4e |o see inside). N| 00001270 6f 74 65 20 74 68 61 74 20 74 72 61 6e 73 66 65 |ote that transfe| 00001280 72 72 69 6e 67 0a 61 20 66 69 6c 65 20 6f 76 65 |rring.a file ove| 00001290 72 20 74 68 65 20 73 65 72 69 61 6c 20 6c 69 6e |r the serial lin| 000012a0 6b 20 74 61 6b 65 73 20 73 6f 6d 65 20 74 69 6d |k takes some tim| 000012b0 65 2c 20 73 6f 20 79 6f 75 20 77 69 6c 6c 20 68 |e, so you will h| 000012c0 61 76 65 20 74 6f 20 74 75 72 6e 20 6f 66 66 0a |ave to turn off.| 000012d0 74 68 65 20 74 61 70 65 20 72 65 63 6f 72 64 65 |the tape recorde| 000012e0 72 20 77 68 65 6e 20 74 68 65 20 63 61 73 73 65 |r when the casse| 000012f0 74 74 65 20 6d 6f 74 6f 72 20 6c 69 67 68 74 20 |tte motor light | 00001300 67 6f 65 73 20 6f 75 74 20 69 66 20 79 6f 75 20 |goes out if you | 00001310 64 6f 6e 27 74 20 68 61 76 65 0a 61 75 74 6f 6d |don't have.autom| 00001320 61 74 69 63 20 6d 6f 74 6f 72 20 63 6f 6e 74 72 |atic motor contr| 00001330 6f 6c 2e 0a 0a 20 20 54 68 65 20 70 72 6f 67 72 |ol... The progr| 00001340 61 6d 20 77 69 6c 6c 20 61 6c 77 61 79 73 20 61 |am will always a| 00001350 73 6b 20 66 6f 72 20 63 6f 6e 66 69 72 6d 61 74 |sk for confirmat| 00001360 69 6f 6e 20 62 65 66 6f 72 65 20 73 61 76 69 6e |ion before savin| 00001370 67 20 61 20 66 69 6c 65 20 69 66 20 61 0a 66 69 |g a file if a.fi| 00001380 6c 65 20 6f 66 20 74 68 65 20 73 61 6d 65 20 6e |le of the same n| 00001390 61 6d 65 20 61 6c 72 65 61 64 79 20 65 78 69 73 |ame already exis| 000013a0 74 73 3b 20 74 68 69 73 20 63 61 6e 20 65 61 73 |ts; this can eas| 000013b0 69 6c 79 20 20 68 61 70 70 65 6e 20 77 69 74 68 |ily happen with| 000013c0 20 61 20 74 61 70 65 0a 73 79 73 74 65 6d 2c 20 | a tape.system, | 000013d0 61 73 20 79 6f 75 20 6d 61 79 20 68 61 76 65 20 |as you may have | 000013e0 73 65 76 65 72 61 6c 20 66 69 6c 65 73 20 6f 6e |several files on| 000013f0 20 61 20 74 61 70 65 20 77 69 74 68 20 74 68 65 | a tape with the| 00001400 20 73 61 6d 65 20 6e 61 6d 65 2e 0a 49 66 20 79 | same name..If y| 00001410 6f 75 20 64 6f 6e 27 74 20 63 6f 6e 66 69 72 6d |ou don't confirm| 00001420 20 61 6e 20 6f 76 65 72 77 72 69 74 65 20 77 68 | an overwrite wh| 00001430 69 6c 65 20 69 6e 20 3c 41 75 74 6f 20 6c 6f 61 |ile in <Auto loa| 00001440 64 3e 20 6d 6f 64 65 20 74 68 65 20 70 72 6f 67 |d> mode the prog| 00001450 72 61 6d 0a 77 69 6c 6c 20 64 72 6f 70 20 6f 75 |ram.will drop ou| 00001460 74 20 6f 66 20 74 68 61 74 20 6d 6f 64 65 2c 20 |t of that mode, | 00001470 61 6e 64 20 79 6f 75 20 63 61 6e 20 74 68 65 6e |and you can then| 00001480 20 75 73 65 20 74 68 65 20 6e 6f 72 6d 61 6c 20 | use the normal | 00001490 73 61 76 65 20 62 6f 78 2e 0a 0a 20 20 54 6f 20 |save box... To | 000014a0 6d 6f 6e 69 74 6f 72 20 74 68 65 20 70 72 6f 67 |monitor the prog| 000014b0 72 65 73 73 20 6f 66 20 61 20 74 72 61 6e 73 66 |ress of a transf| 000014c0 65 72 2c 20 63 6c 69 63 6b 20 6f 6e 20 3c 53 74 |er, click on <St| 000014d0 61 74 75 73 20 2e 2e 2e 3e 20 6f 72 20 63 6c 69 |atus ...> or cli| 000014e0 63 6b 20 6f 6e 0a 74 68 65 20 69 63 6f 6e 20 62 |ck on.the icon b| 000014f0 61 72 20 69 63 6f 6e 20 77 69 74 68 20 3c 73 65 |ar icon with <se| 00001500 6c 65 63 74 3e 2e 20 54 68 69 73 20 70 6f 70 73 |lect>. This pops| 00001510 20 75 70 20 61 20 77 69 6e 64 6f 77 20 77 68 69 | up a window whi| 00001520 63 68 20 74 65 6c 6c 73 20 79 6f 75 0a 77 68 65 |ch tells you.whe| 00001530 74 68 65 72 20 61 20 66 69 6c 65 20 69 73 20 62 |ther a file is b| 00001540 65 69 6e 67 20 75 70 6c 6f 61 64 65 64 20 6f 72 |eing uploaded or| 00001550 20 64 6f 77 6e 6c 6f 61 64 65 64 3b 20 74 68 65 | downloaded; the| 00001560 20 73 69 7a 65 20 6f 66 20 74 68 65 20 66 69 6c | size of the fil| 00001570 65 3b 20 74 68 65 0a 6e 75 6d 62 65 72 20 6f 66 |e; the.number of| 00001580 20 62 79 74 65 73 20 74 72 61 6e 73 66 65 72 72 | bytes transferr| 00001590 65 64 3b 20 74 68 65 20 74 72 61 6e 73 66 65 72 |ed; the transfer| 000015a0 20 72 61 74 65 3b 20 61 6e 64 20 74 68 65 20 6e | rate; and the n| 000015b0 75 6d 62 65 72 20 6f 66 20 43 52 43 0a 28 63 79 |umber of CRC.(cy| 000015c0 63 6c 69 63 20 72 65 64 75 6e 64 61 6e 63 79 20 |clic redundancy | 000015d0 63 68 65 63 6b 29 20 65 72 72 6f 72 73 2e 20 49 |check) errors. I| 000015e0 66 20 74 68 65 20 6c 61 74 74 65 72 20 69 73 20 |f the latter is | 000015f0 6e 6f 6e 2d 7a 65 72 6f 20 74 68 65 20 73 65 72 |non-zero the ser| 00001600 69 61 6c 20 6c 69 6e 6b 0a 69 73 20 6e 6f 74 20 |ial link.is not | 00001610 65 6e 74 69 72 65 6c 79 20 72 65 6c 69 61 62 6c |entirely reliabl| 00001620 65 3b 20 49 20 68 61 76 65 6e 27 74 20 66 6f 75 |e; I haven't fou| 00001630 6e 64 20 74 68 69 73 20 74 6f 20 62 65 20 61 20 |nd this to be a | 00001640 70 72 6f 62 6c 65 6d 2c 20 62 75 74 20 74 68 65 |problem, but the| 00001650 20 66 69 6c 65 0a 73 68 6f 75 6c 64 20 73 74 69 | file.should sti| 00001660 6c 6c 20 74 72 61 6e 73 66 65 72 20 69 6e 74 61 |ll transfer inta| 00001670 63 74 20 75 6e 6c 65 73 73 20 74 68 65 20 6c 69 |ct unless the li| 00001680 6e 6b 20 69 73 20 76 65 72 79 20 62 61 64 2e 0a |nk is very bad..| 00001690 0a 20 20 54 72 61 6e 73 66 65 72 72 65 64 20 66 |. Transferred f| 000016a0 69 6c 65 73 20 63 61 6e 20 62 65 20 73 61 76 65 |iles can be save| 000016b0 64 20 77 69 74 68 20 6c 6f 61 64 20 61 6e 64 20 |d with load and | 000016c0 65 78 65 63 75 74 69 6f 6e 20 61 64 64 72 65 73 |execution addres| 000016d0 73 65 73 20 6f 72 20 77 69 74 68 0a 66 69 6c 65 |ses or with.file| 000016e0 74 79 70 65 73 3b 20 74 68 65 20 66 6f 72 6d 65 |types; the forme| 000016f0 72 20 28 77 68 69 63 68 20 69 73 20 74 68 65 20 |r (which is the | 00001700 64 65 66 61 75 6c 74 29 20 69 73 20 62 65 74 74 |default) is bett| 00001710 65 72 20 66 6f 72 20 66 69 6c 65 73 20 74 6f 20 |er for files to | 00001720 62 65 20 75 73 65 64 0a 77 69 74 68 20 74 68 65 |be used.with the| 00001730 20 42 42 43 20 65 6d 75 6c 61 74 6f 72 2c 20 61 | BBC emulator, a| 00001740 6e 64 20 74 68 65 20 6c 61 74 74 65 72 20 69 73 |nd the latter is| 00001750 20 62 65 74 74 65 72 20 66 6f 72 20 66 69 6c 65 | better for file| 00001760 73 20 74 6f 20 62 65 20 75 73 65 64 20 6f 6e 20 |s to be used on | 00001770 74 68 65 0a 41 72 63 2e 20 54 68 69 73 20 63 61 |the.Arc. This ca| 00001780 6e 20 62 65 20 73 65 74 20 62 79 20 63 6c 69 63 |n be set by clic| 00001790 6b 69 6e 67 20 6f 6e 20 74 68 65 20 3c 4c 6f 61 |king on the <Loa| 000017a0 64 2f 45 78 65 63 20 61 64 64 72 65 73 73 3e 20 |d/Exec address> | 000017b0 6f 72 20 3c 46 69 6c 65 20 74 79 70 65 3e 0a 6d |or <File type>.m| 000017c0 65 6e 75 20 6f 70 74 69 6f 6e 73 20 72 65 73 70 |enu options resp| 000017d0 65 63 74 69 76 65 6c 79 2e 20 54 68 65 20 6c 6f |ectively. The lo| 000017e0 61 64 20 61 6e 64 20 65 78 65 63 75 74 69 6f 6e |ad and execution| 000017f0 20 61 64 64 72 65 73 73 65 73 20 61 72 65 20 72 | addresses are r| 00001800 65 61 64 20 66 72 6f 6d 0a 74 68 65 20 42 65 65 |ead from.the Bee| 00001810 62 2c 20 62 75 74 20 63 61 6e 20 62 65 20 61 6c |b, but can be al| 00001820 74 65 72 65 64 20 69 6e 20 74 68 65 20 6d 65 6e |tered in the men| 00001830 75 20 69 74 65 6d 73 2e 20 54 68 65 20 66 69 6c |u items. The fil| 00001840 65 20 74 79 70 65 20 64 65 66 61 75 6c 74 73 20 |e type defaults | 00001850 74 6f 0a 54 65 78 74 2c 20 62 75 74 20 63 61 6e |to.Text, but can| 00001860 20 61 6c 73 6f 20 62 65 20 73 65 74 20 65 69 74 | also be set eit| 00001870 68 65 72 20 61 73 20 61 20 6e 61 6d 65 20 28 65 |her as a name (e| 00001880 2e 67 2e 20 42 41 53 49 43 29 20 6f 72 20 61 20 |.g. BASIC) or a | 00001890 68 65 78 20 6e 75 6d 62 65 72 0a 28 65 2e 67 2e |hex number.(e.g.| 000018a0 20 46 46 42 29 2e 20 41 6c 74 65 72 6e 61 74 69 | FFB). Alternati| 000018b0 76 65 6c 79 2c 20 63 6c 69 63 6b 20 6f 6e 20 3c |vely, click on <| 000018c0 47 75 65 73 73 20 74 79 70 65 3e 20 74 6f 20 68 |Guess type> to h| 000018d0 61 76 65 20 61 20 66 69 6c 65 20 74 79 70 65 20 |ave a file type | 000018e0 67 75 65 73 73 65 64 0a 66 72 6f 6d 20 74 68 65 |guessed.from the| 000018f0 20 6c 6f 61 64 20 61 6e 64 20 65 78 65 63 75 74 | load and execut| 00001900 69 6f 6e 20 61 64 64 72 65 73 73 65 73 2e 20 54 |ion addresses. T| 00001910 68 65 20 67 75 65 73 73 69 6e 67 20 61 6c 67 6f |he guessing algo| 00001920 72 69 74 68 6d 20 6f 6e 6c 79 20 63 68 6f 6f 73 |rithm only choos| 00001930 65 73 0a 66 72 6f 6d 20 54 65 78 74 2c 20 42 41 |es.from Text, BA| 00001940 53 49 43 2c 20 42 42 43 20 52 4f 4d 20 61 6e 64 |SIC, BBC ROM and| 00001950 20 44 61 74 61 20 61 74 20 74 68 65 20 6d 6f 6d | Data at the mom| 00001960 65 6e 74 3b 20 73 65 65 20 74 68 65 20 54 65 63 |ent; see the Tec| 00001970 68 6e 69 63 61 6c 20 66 69 6c 65 20 66 6f 72 0a |hnical file for.| 00001980 64 65 74 61 69 6c 73 20 6f 66 20 68 6f 77 20 74 |details of how t| 00001990 6f 20 69 6d 70 72 6f 76 65 20 69 74 2e 0a 0a 20 |o improve it... | 000019a0 20 42 42 43 20 74 65 78 74 20 66 69 6c 65 73 20 | BBC text files | 000019b0 61 72 65 20 73 74 6f 72 65 64 20 77 69 74 68 20 |are stored with | 000019c0 61 20 63 61 72 72 69 61 67 65 20 72 65 74 75 72 |a carriage retur| 000019d0 6e 20 28 43 52 29 20 61 74 20 74 68 65 20 65 6e |n (CR) at the en| 000019e0 64 20 6f 66 20 65 61 63 68 0a 6c 69 6e 65 2c 20 |d of each.line, | 000019f0 77 68 69 6c 65 20 6d 6f 73 74 20 41 72 63 20 70 |while most Arc p| 00001a00 72 6f 67 72 61 6d 73 20 28 69 6e 63 6c 75 64 69 |rograms (includi| 00001a10 6e 67 20 21 45 64 69 74 29 20 65 78 70 65 63 74 |ng !Edit) expect| 00001a20 20 61 20 6c 69 6e 65 20 66 65 65 64 20 28 4c 46 | a line feed (LF| 00001a30 29 2e 0a 43 6c 69 63 6b 69 6e 67 20 6f 6e 20 3c |)..Clicking on <| 00001a40 43 52 20 89 20 4c 46 3e 20 73 77 61 70 73 20 74 |CR . LF> swaps t| 00001a50 68 65 73 65 20 6f 76 65 72 20 66 6f 72 20 61 20 |hese over for a | 00001a60 66 69 6c 65 20 69 6e 20 6d 65 6d 6f 72 79 2c 20 |file in memory, | 00001a70 61 6e 64 20 69 66 20 74 68 65 0a 6f 70 74 69 6f |and if the.optio| 00001a80 6e 20 69 73 20 74 69 63 6b 65 64 20 77 69 6c 6c |n is ticked will| 00001a90 20 64 6f 20 69 74 20 66 6f 72 20 61 6e 79 20 6e | do it for any n| 00001aa0 65 77 20 66 69 6c 65 20 6c 6f 61 64 65 64 2e 20 |ew file loaded. | 00001ab0 4d 61 6b 65 20 73 75 72 65 20 79 6f 75 20 6f 6e |Make sure you on| 00001ac0 6c 79 20 64 6f 0a 74 68 69 73 20 77 69 74 68 20 |ly do.this with | 00001ad0 74 65 78 74 20 66 69 6c 65 73 21 20 54 68 65 72 |text files! Ther| 00001ae0 65 20 69 73 20 61 6c 73 6f 20 61 6e 20 6f 70 74 |e is also an opt| 00001af0 69 6f 6e 20 69 6e 20 21 45 64 69 74 20 74 6f 20 |ion in !Edit to | 00001b00 64 6f 20 74 68 65 20 73 61 6d 65 20 74 68 69 6e |do the same thin| 00001b10 67 2e 0a 0a 20 20 54 68 65 20 66 69 6c 65 20 69 |g... The file i| 00001b20 6e 66 6f 72 6d 61 74 69 6f 6e 20 62 6f 78 20 73 |nformation box s| 00001b30 68 6f 77 73 20 76 61 72 69 6f 75 73 20 70 69 65 |hows various pie| 00001b40 63 65 73 20 6f 66 20 69 6e 66 6f 72 6d 61 74 69 |ces of informati| 00001b50 6f 6e 3b 20 61 20 66 69 6c 65 20 74 79 70 65 0a |on; a file type.| 00001b60 69 63 6f 6e 20 28 61 73 20 69 6e 20 74 68 65 20 |icon (as in the | 00001b70 73 61 76 65 20 62 6f 78 29 3b 20 77 68 65 74 68 |save box); wheth| 00001b80 65 72 20 43 52 20 89 20 4c 46 20 68 61 73 20 62 |er CR . LF has b| 00001b90 65 65 6e 20 64 6f 6e 65 3b 20 77 68 65 74 68 65 |een done; whethe| 00001ba0 72 20 74 68 65 20 66 69 6c 65 0a 68 61 73 20 62 |r the file.has b| 00001bb0 65 65 6e 20 73 61 76 65 64 3b 20 74 68 65 20 66 |een saved; the f| 00001bc0 69 6c 65 20 74 79 70 65 20 6f 72 20 3c 75 6e 74 |ile type or <unt| 00001bd0 79 70 65 64 3e 20 66 6f 72 20 61 20 66 69 6c 65 |yped> for a file| 00001be0 20 77 69 74 68 20 6c 6f 61 64 20 61 6e 64 0a 65 | with load and.e| 00001bf0 78 65 63 75 74 69 6f 6e 20 61 64 64 72 65 73 73 |xecution address| 00001c00 65 73 3b 20 74 68 65 20 6c 6f 61 64 20 61 6e 64 |es; the load and| 00001c10 20 65 78 65 63 75 74 69 6f 6e 20 61 64 64 72 65 | execution addre| 00001c20 73 73 65 73 20 72 65 61 64 20 66 72 6f 6d 20 74 |sses read from t| 00001c30 68 65 20 42 65 65 62 0a 28 61 73 20 69 6e 20 74 |he Beeb.(as in t| 00001c40 68 65 20 72 65 6c 65 76 61 6e 74 20 6d 65 6e 75 |he relevant menu| 00001c50 20 69 74 65 6d 73 29 3b 20 74 68 65 20 66 69 6c | items); the fil| 00001c60 65 6e 61 6d 65 20 28 61 73 20 69 6e 20 74 68 65 |ename (as in the| 00001c70 20 73 61 76 65 20 62 6f 78 29 3b 20 74 68 65 0a | save box); the.| 00001c80 6f 72 69 67 69 6e 61 6c 20 66 69 6c 65 20 6e 61 |original file na| 00001c90 6d 65 20 6f 6e 20 74 68 65 20 42 65 65 62 3b 20 |me on the Beeb; | 00001ca0 61 6e 64 20 74 68 65 20 66 69 6c 65 20 73 69 7a |and the file siz| 00001cb0 65 2e 0a 0a 20 20 41 73 20 65 78 70 6c 61 69 6e |e... As explain| 00001cc0 65 64 20 62 65 6c 6f 77 2c 20 74 75 72 6e 69 6e |ed below, turnin| 00001cd0 67 20 6f 66 66 20 74 68 65 20 3c 46 61 73 74 20 |g off the <Fast | 00001ce0 6c 6f 61 64 3e 20 6f 70 74 69 6f 6e 20 6d 61 79 |load> option may| 00001cf0 20 69 6d 70 72 6f 76 65 20 74 68 65 0a 77 69 6d | improve the.wim| 00001d00 70 20 72 65 70 6f 6e 73 65 20 69 66 20 79 6f 75 |p reponse if you| 00001d10 27 72 65 20 77 6f 72 6b 69 6e 67 20 6f 6e 20 73 |'re working on s| 00001d20 6f 6d 65 74 68 69 6e 67 20 65 6c 73 65 2c 20 61 |omething else, a| 00001d30 74 20 74 68 65 20 65 78 70 65 6e 73 65 20 6f 66 |t the expense of| 00001d40 20 61 0a 73 6c 6f 77 65 72 20 74 72 61 6e 73 66 | a.slower transf| 00001d50 65 72 20 72 61 74 65 2e 0a 0a 20 20 54 68 65 20 |er rate... The | 00001d60 3c 55 73 65 20 42 47 45 54 3e 20 6f 70 74 69 6f |<Use BGET> optio| 00001d70 6e 20 69 73 20 72 61 74 68 65 72 20 6f 62 73 63 |n is rather obsc| 00001d80 75 72 65 3b 20 69 74 20 6d 61 6b 65 73 20 74 68 |ure; it makes th| 00001d90 65 20 42 65 65 62 20 6c 6f 61 64 20 66 69 6c 65 |e Beeb load file| 00001da0 73 20 77 69 74 68 0a 4f 53 42 47 45 54 20 72 61 |s with.OSBGET ra| 00001db0 74 68 65 72 20 74 68 61 6e 20 4f 53 46 49 4c 45 |ther than OSFILE| 00001dc0 2c 20 62 75 74 20 69 74 20 73 68 6f 75 6c 64 6e |, but it shouldn| 00001dd0 27 74 20 6d 61 6b 65 20 61 6e 79 20 64 69 66 66 |'t make any diff| 00001de0 65 72 65 6e 63 65 2c 20 65 78 63 65 70 74 0a 74 |erence, except.t| 00001df0 68 61 74 20 79 6f 75 20 77 6f 6e 27 74 20 62 65 |hat you won't be| 00001e00 20 61 62 6c 65 20 74 6f 20 72 65 2d 74 72 79 20 | able to re-try | 00001e10 66 69 6c 65 73 20 77 68 69 63 68 20 68 61 76 65 |files which have| 00001e20 20 6c 6f 61 64 69 6e 67 20 65 72 72 6f 72 73 2e | loading errors.| 00001e30 0a 0a 20 20 41 6c 6c 20 6f 70 74 69 6f 6e 73 20 |.. All options | 00001e40 63 61 6e 20 62 65 20 63 68 61 6e 67 65 64 20 77 |can be changed w| 00001e50 68 69 6c 65 20 61 20 66 69 6c 65 20 69 73 20 6c |hile a file is l| 00001e60 6f 61 64 69 6e 67 2c 20 61 6e 64 20 73 68 6f 75 |oading, and shou| 00001e70 6c 64 20 67 69 76 65 20 74 68 65 0a 65 78 70 65 |ld give the.expe| 00001e80 63 74 65 64 20 72 65 73 75 6c 74 73 2e 20 59 6f |cted results. Yo| 00001e90 75 20 63 61 6e 20 65 76 65 6e 20 73 61 76 65 20 |u can even save | 00001ea0 61 20 66 69 6c 65 20 77 68 69 63 68 20 68 61 73 |a file which has| 00001eb0 20 6f 6e 6c 79 20 70 61 72 74 6c 79 20 6c 6f 61 | only partly loa| 00001ec0 64 65 64 2c 0a 61 6c 74 68 6f 75 67 68 20 49 20 |ded,.although I | 00001ed0 77 6f 75 6c 64 6e 27 74 20 72 65 63 6f 6d 6d 65 |wouldn't recomme| 00001ee0 6e 64 20 69 74 21 0a 0a 4e 6f 74 65 20 66 6f 72 |nd it!..Note for| 00001ef0 20 65 78 70 65 72 74 73 3a 0a 3d 3d 3d 3d 3d 3d | experts:.======| 00001f00 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 20 20 57 |===========.. W| 00001f10 69 74 68 20 61 20 62 61 75 64 20 72 61 74 65 20 |ith a baud rate | 00001f20 6f 66 20 39 36 30 30 2c 20 79 6f 75 20 6d 69 67 |of 9600, you mig| 00001f30 68 74 20 65 78 70 65 63 74 20 61 20 74 72 61 6e |ht expect a tran| 00001f40 73 66 65 72 20 72 61 74 65 20 6f 66 20 61 62 6f |sfer rate of abo| 00001f50 75 74 0a 31 20 4b 62 79 74 65 2f 73 65 63 20 28 |ut.1 Kbyte/sec (| 00001f60 49 20 63 65 72 74 61 69 6e 6c 79 20 64 69 64 29 |I certainly did)| 00001f70 20 61 6e 64 20 62 65 20 73 75 72 70 72 69 73 65 | and be surprise| 00001f80 64 20 61 74 20 74 68 65 20 6c 6f 77 20 72 61 74 |d at the low rat| 00001f90 65 20 61 63 68 69 65 76 65 64 20 62 79 0a 74 68 |e achieved by.th| 00001fa0 69 73 20 70 72 6f 67 72 61 6d 20 28 61 62 6f 75 |is program (abou| 00001fb0 74 20 31 30 30 20 62 79 74 65 73 2f 73 65 63 29 |t 100 bytes/sec)| 00001fc0 2e 20 49 20 64 6f 6e 27 74 20 74 68 69 6e 6b 20 |. I don't think | 00001fd0 74 68 69 73 20 69 73 20 6d 79 20 66 61 75 6c 74 |this is my fault| 00001fe0 20 28 62 75 74 20 49 0a 63 6f 75 6c 64 20 62 65 | (but I.could be| 00001ff0 20 77 72 6f 6e 67 21 29 3b 20 69 74 20 73 65 65 | wrong!); it see| 00002000 6d 73 20 74 6f 20 62 65 20 64 75 65 20 74 6f 20 |ms to be due to | 00002010 74 68 72 65 65 20 74 68 69 6e 67 73 3a 0a 0a 31 |three things:..1| 00002020 29 20 54 68 65 20 62 65 65 62 20 63 61 6e 20 61 |) The beeb can a| 00002030 70 70 61 72 65 6e 74 6c 79 20 6f 6e 6c 79 20 74 |pparently only t| 00002040 72 61 6e 73 6d 69 74 20 64 61 74 61 20 61 74 20 |ransmit data at | 00002050 61 62 6f 75 74 20 31 30 30 20 62 79 74 65 73 2f |about 100 bytes/| 00002060 73 65 63 0a 20 20 20 28 61 6c 74 68 6f 75 67 68 |sec. (although| 00002070 20 69 74 20 63 61 6e 20 72 65 63 65 69 76 65 20 | it can receive | 00002080 66 61 73 74 65 72 29 2e 20 54 68 65 20 62 65 65 |faster). The bee| 00002090 62 2d 65 6e 64 20 70 72 6f 67 72 61 6d 20 69 73 |b-end program is| 000020a0 20 77 72 69 74 74 65 6e 20 69 6e 0a 20 20 20 6d | written in. m| 000020b0 61 63 68 69 6e 65 20 63 6f 64 65 2c 20 73 6f 20 |achine code, so | 000020c0 74 68 65 72 65 20 69 73 6e 27 74 20 6d 75 63 68 |there isn't much| 000020d0 20 73 63 6f 70 65 20 66 6f 72 20 61 20 73 70 65 | scope for a spe| 000020e0 65 64 2d 75 70 2c 20 65 78 63 65 70 74 20 6d 61 |ed-up, except ma| 000020f0 79 62 65 0a 20 20 20 62 79 20 70 6f 6b 69 6e 67 |ybe. by poking| 00002100 20 74 68 65 20 73 65 72 69 61 6c 20 62 75 66 66 | the serial buff| 00002110 65 72 20 64 69 72 65 63 74 6c 79 2e 0a 0a 32 29 |er directly...2)| 00002120 20 45 76 65 6e 20 69 66 20 69 74 20 63 6f 75 6c | Even if it coul| 00002130 64 20 67 6f 20 66 61 73 74 65 72 2c 20 74 68 65 |d go faster, the| 00002140 20 41 72 63 20 4f 53 5f 53 65 72 69 61 6c 4f 70 | Arc OS_SerialOp| 00002150 20 63 61 6c 6c 73 20 6f 6e 6c 79 20 67 6f 20 61 | calls only go a| 00002160 74 20 61 62 6f 75 74 0a 20 20 20 32 33 30 20 62 |t about. 230 b| 00002170 79 74 65 73 2f 73 65 63 20 2d 20 74 68 69 73 20 |ytes/sec - this | 00002180 69 73 20 74 68 65 20 73 70 65 65 64 20 6f 66 20 |is the speed of | 00002190 74 68 65 20 6d 61 63 68 69 6e 65 20 63 6f 64 65 |the machine code| 000021a0 20 63 61 6c 6c 2c 20 6e 6f 74 20 42 61 73 69 63 | call, not Basic| 000021b0 0a 20 20 20 28 77 68 69 63 68 20 69 73 20 6d 75 |. (which is mu| 000021c0 63 68 20 66 61 73 74 65 72 20 2d 20 61 20 53 59 |ch faster - a SY| 000021d0 53 20 22 4f 53 5f 57 72 69 74 65 43 22 2c 30 20 |S "OS_WriteC",0 | 000021e0 74 61 6b 65 73 20 33 35 38 20 b5 73 29 20 61 6e |takes 358 .s) an| 000021f0 64 20 69 73 20 61 62 6f 75 74 20 0a 20 20 20 74 |d is about . t| 00002200 68 65 20 73 61 6d 65 20 69 66 20 79 6f 75 20 75 |he same if you u| 00002210 73 65 20 4f 53 5f 42 79 74 65 20 31 34 35 20 6f |se OS_Byte 145 o| 00002220 72 20 42 47 45 54 23 20 61 66 74 65 72 20 6f 70 |r BGET# after op| 00002230 65 6e 69 6e 67 20 22 73 65 72 69 61 6c 3a 22 20 |ening "serial:" | 00002240 61 73 0a 20 20 20 61 6e 20 69 6e 70 75 74 20 66 |as. an input f| 00002250 69 6c 65 2e 20 43 6f 6e 73 69 64 65 72 69 6e 67 |ile. Considering| 00002260 20 74 68 65 20 72 65 6c 61 74 69 76 65 20 70 6f | the relative po| 00002270 77 65 72 20 6f 66 20 41 72 63 20 61 6e 64 20 42 |wer of Arc and B| 00002280 65 65 62 2c 20 74 68 69 73 0a 20 20 20 69 73 20 |eeb, this. is | 00002290 70 61 74 68 65 74 69 63 21 0a 0a 33 29 20 54 68 |pathetic!..3) Th| 000022a0 65 20 63 6f 6e 73 65 71 75 65 6e 63 65 20 6f 66 |e consequence of| 000022b0 20 32 29 20 69 73 20 74 68 61 74 2c 20 74 6f 20 | 2) is that, to | 000022c0 6d 61 74 63 68 20 74 68 65 20 42 65 65 62 2c 20 |match the Beeb, | 000022d0 74 68 65 20 41 72 63 20 68 61 73 20 74 6f 20 73 |the Arc has to s| 000022e0 70 65 6e 64 0a 20 20 20 68 61 6c 66 20 6f 66 20 |pend. half of | 000022f0 69 74 73 20 74 69 6d 65 20 6a 75 73 74 20 64 6f |its time just do| 00002300 69 6e 67 20 4f 53 5f 53 65 72 69 61 6c 4f 70 20 |ing OS_SerialOp | 00002310 63 61 6c 6c 73 2e 20 49 6e 20 61 20 57 69 6d 70 |calls. In a Wimp| 00002320 20 70 72 6f 67 72 61 6d 2c 0a 20 20 20 74 68 69 | program,. thi| 00002330 73 20 6d 65 61 6e 73 20 74 68 61 74 20 79 6f 75 |s means that you| 00002340 20 65 69 74 68 65 72 20 68 61 76 65 20 74 6f 20 | either have to | 00002350 73 6c 6f 77 20 74 68 65 20 57 69 6d 70 20 64 6f |slow the Wimp do| 00002360 77 6e 20 6f 72 20 6d 61 6b 65 20 74 68 65 0a 20 |wn or make the. | 00002370 20 20 74 72 61 6e 73 66 65 72 20 74 61 6b 65 20 | transfer take | 00002380 6c 6f 6e 67 65 72 2e 20 49 27 76 65 20 63 68 6f |longer. I've cho| 00002390 73 65 6e 20 74 68 65 20 66 6f 72 6d 65 72 20 61 |sen the former a| 000023a0 73 20 61 20 64 65 66 61 75 6c 74 2c 20 62 75 74 |s a default, but| 000023b0 20 79 6f 75 20 63 61 6e 0a 20 20 20 73 65 6c 65 | you can. sele| 000023c0 63 74 20 61 20 73 6c 6f 77 28 65 72 29 20 6d 6f |ct a slow(er) mo| 000023d0 64 65 20 28 73 65 65 20 61 62 6f 76 65 29 2e 20 |de (see above). | 000023e0 42 6f 74 68 20 6d 6f 64 65 73 20 67 6f 20 61 74 |Both modes go at| 000023f0 20 61 62 6f 75 74 20 74 68 65 20 73 61 6d 65 20 | about the same | 00002400 72 61 74 65 2c 0a 20 20 20 65 78 63 65 70 74 20 |rate,. except | 00002410 74 68 61 74 20 69 66 20 79 6f 75 20 64 6f 20 73 |that if you do s| 00002420 6f 6d 65 74 68 69 6e 67 20 69 6e 20 74 68 65 20 |omething in the | 00002430 66 6f 72 65 67 72 6f 75 6e 64 20 77 68 69 63 68 |foreground which| 00002440 20 68 6f 6c 64 73 20 74 68 65 0a 20 20 20 74 72 | holds the. tr| 00002450 61 6e 73 66 65 72 20 75 70 20 69 74 20 77 69 6c |ansfer up it wil| 00002460 6c 20 22 63 61 74 63 68 20 75 70 22 20 69 6e 20 |l "catch up" in | 00002470 66 61 73 74 20 6d 6f 64 65 2c 20 70 75 74 74 69 |fast mode, putti| 00002480 6e 67 20 75 70 20 74 68 65 20 68 6f 75 72 67 6c |ng up the hourgl| 00002490 61 73 73 2e 0a 20 20 20 44 6f 77 6e 6c 6f 61 64 |ass.. Download| 000024a0 69 6e 67 20 61 6c 77 61 79 73 20 75 73 65 73 20 |ing always uses | 000024b0 74 68 65 20 66 61 73 74 20 6d 6f 64 65 2c 20 77 |the fast mode, w| 000024c0 68 69 63 68 20 6d 65 61 6e 73 20 74 68 61 74 20 |hich means that | 000024d0 74 68 65 20 77 69 6d 70 20 62 65 63 6f 6d 65 73 |the wimp becomes| 000024e0 0a 20 20 20 61 6c 6d 6f 73 74 20 75 6e 75 73 61 |. almost unusa| 000024f0 62 6c 65 2c 20 62 75 74 20 79 6f 75 20 6f 6e 6c |ble, but you onl| 00002500 79 20 6e 65 65 64 20 74 6f 20 64 6f 20 69 74 20 |y need to do it | 00002510 6f 6e 63 65 20 70 65 72 20 73 65 73 73 69 6f 6e |once per session| 00002520 2e 0a 0a 49 66 20 61 6e 79 6f 6e 65 20 63 61 6e |...If anyone can| 00002530 20 74 65 6c 6c 20 6d 65 20 77 68 79 20 73 65 72 | tell me why ser| 00002540 69 61 6c 20 74 72 61 6e 73 66 65 72 20 69 73 20 |ial transfer is | 00002550 73 6f 20 73 6c 6f 77 2c 20 6f 72 20 77 68 61 74 |so slow, or what| 00002560 20 79 6f 75 20 63 61 6e 0a 64 6f 20 61 62 6f 75 | you can.do abou| 00002570 74 20 69 74 2c 20 49 27 64 20 62 65 20 71 75 69 |t it, I'd be qui| 00002580 74 65 20 69 6e 74 65 72 65 73 74 65 64 20 74 6f |te interested to| 00002590 20 6b 6e 6f 77 21 0a 0a 0a 20 20 46 69 6e 61 6c | know!... Final| 000025a0 6c 79 2c 20 74 68 65 20 62 6f 72 69 6e 67 20 62 |ly, the boring b| 000025b0 69 74 2e 20 54 68 69 73 20 70 72 6f 67 72 61 6d |it. This program| 000025c0 20 69 73 20 46 72 65 65 57 61 72 65 2c 20 62 75 | is FreeWare, bu| 000025d0 74 20 49 20 72 65 74 61 69 6e 20 63 6f 70 79 72 |t I retain copyr| 000025e0 69 67 68 74 2e 0a 59 6f 75 20 63 61 6e 20 63 6f |ight..You can co| 000025f0 70 79 20 69 74 20 66 72 65 65 6c 79 2c 20 61 73 |py it freely, as| 00002600 20 6c 6f 6e 67 20 61 73 20 79 6f 75 20 64 6f 6e | long as you don| 00002610 27 74 20 73 65 6c 6c 20 69 74 20 66 6f 72 20 70 |'t sell it for p| 00002620 72 6f 66 69 74 2c 20 61 6e 64 20 61 73 20 6c 6f |rofit, and as lo| 00002630 6e 67 0a 61 73 20 74 68 69 73 20 66 69 6c 65 20 |ng.as this file | 00002640 67 6f 65 73 20 77 69 74 68 20 69 74 2e 20 49 66 |goes with it. If| 00002650 20 79 6f 75 20 6d 61 6b 65 20 61 6e 79 20 63 68 | you make any ch| 00002660 61 6e 67 65 73 2c 20 61 64 64 20 61 20 63 6f 6d |anges, add a com| 00002670 6d 65 6e 74 20 74 6f 20 74 68 61 74 0a 65 66 66 |ment to that.eff| 00002680 65 63 74 20 69 6e 20 62 6f 74 68 20 74 68 65 20 |ect in both the | 00002690 22 50 72 6f 67 72 61 6d 20 69 6e 66 6f 72 6d 61 |"Program informa| 000026a0 74 69 6f 6e 22 20 62 6f 78 20 61 6e 64 20 69 6e |tion" box and in| 000026b0 20 74 68 69 73 20 66 69 6c 65 2e 20 59 6f 75 20 | this file. You | 000026c0 63 61 6e 0a 66 72 65 65 6c 79 20 75 73 65 20 62 |can.freely use b| 000026d0 69 74 73 20 6f 66 20 74 68 65 20 63 6f 64 65 20 |its of the code | 000026e0 69 6e 20 79 6f 75 72 20 6f 77 6e 20 61 70 70 6c |in your own appl| 000026f0 69 63 61 74 69 6f 6e 73 2c 20 61 73 20 6c 6f 6e |ications, as lon| 00002700 67 20 61 73 20 74 68 65 79 20 61 72 65 0a 63 72 |g as they are.cr| 00002710 65 64 69 74 65 64 20 74 6f 20 6d 65 20 69 6e 20 |edited to me in | 00002720 61 6e 79 20 63 6f 64 65 20 74 68 61 74 20 79 6f |any code that yo| 00002730 75 20 64 69 73 74 72 69 62 75 74 65 2e 20 49 20 |u distribute. I | 00002740 6d 61 6b 65 20 6e 6f 20 77 61 72 72 61 6e 74 79 |make no warranty| 00002750 20 66 6f 72 20 74 68 65 0a 70 65 72 66 6f 72 6d | for the.perform| 00002760 61 6e 63 65 20 6f 66 20 74 68 65 20 70 72 6f 67 |ance of the prog| 00002770 72 61 6d 2c 20 66 69 74 6e 65 73 73 20 66 6f 72 |ram, fitness for| 00002780 20 61 6e 79 20 70 75 72 70 6f 73 65 2c 20 6f 72 | any purpose, or| 00002790 20 61 62 73 65 6e 63 65 20 6f 66 20 62 75 67 73 | absence of bugs| 000027a0 2c 20 61 6e 64 0a 49 20 74 61 6b 65 20 6e 6f 20 |, and.I take no | 000027b0 72 65 73 70 6f 6e 73 69 62 69 6c 69 74 79 20 66 |responsibility f| 000027c0 6f 72 20 66 69 6c 65 73 20 65 72 61 73 65 64 2c |or files erased,| 000027d0 20 63 6f 6d 70 75 74 65 72 73 20 62 6c 6f 77 6e | computers blown| 000027e0 20 75 70 2c 20 6e 75 63 6c 65 61 72 20 77 61 72 | up, nuclear war| 000027f0 73 0a 73 74 61 72 74 65 64 2c 20 6f 72 20 61 6e |s.started, or an| 00002800 79 20 6f 74 68 65 72 20 63 6f 6e 73 65 71 75 65 |y other conseque| 00002810 6e 63 65 20 6f 66 20 74 68 65 20 75 73 65 20 6f |nce of the use o| 00002820 66 20 74 68 65 20 70 72 6f 67 72 61 6d 2e 20 42 |f the program. B| 00002830 61 73 69 63 61 6c 6c 79 2c 20 49 27 76 65 0a 64 |asically, I've.d| 00002840 6f 6e 65 20 74 68 65 20 62 65 73 74 20 49 20 63 |one the best I c| 00002850 61 6e 20 74 6f 20 6d 61 6b 65 20 69 74 20 62 75 |an to make it bu| 00002860 67 20 66 72 65 65 2c 20 62 75 74 20 62 65 79 6f |g free, but beyo| 00002870 6e 64 20 74 68 61 74 20 28 61 73 20 77 69 74 68 |nd that (as with| 00002880 20 61 6c 6c 20 50 44 0a 70 72 6f 67 72 61 6d 73 | all PD.programs| 00002890 29 20 79 6f 75 20 73 68 6f 75 6c 64 20 75 73 65 |) you should use| 000028a0 20 69 74 20 77 69 74 68 20 63 61 72 65 2e 0a 0a | it with care...| 000028b0 20 20 49 66 20 79 6f 75 20 66 69 6e 64 20 74 68 | If you find th| 000028c0 65 20 70 72 6f 67 72 61 6d 20 75 73 65 66 75 6c |e program useful| 000028d0 20 79 6f 75 20 6d 69 67 68 74 20 6c 69 6b 65 20 | you might like | 000028e0 74 6f 20 6d 61 6b 65 20 61 20 64 6f 6e 61 74 69 |to make a donati| 000028f0 6f 6e 20 74 6f 20 4f 78 66 61 6d 0a 2d 20 73 61 |on to Oxfam.- sa| 00002900 79 20 a3 35 20 28 6c 65 73 73 20 74 68 61 6e 20 |y .5 (less than | 00002910 68 61 6c 66 20 74 68 65 20 70 72 69 63 65 20 6f |half the price o| 00002920 66 20 61 20 73 65 72 69 61 6c 20 6c 65 61 64 21 |f a serial lead!| 00002930 29 0a 0a 20 20 49 20 63 61 6e 20 62 65 20 63 6f |).. I can be co| 00002940 6e 74 61 63 74 65 64 20 62 79 20 65 2d 6d 61 69 |ntacted by e-mai| 00002950 6c 20 6f 6e 20 4a 61 6e 65 74 20 28 74 68 65 20 |l on Janet (the | 00002960 55 4b 20 61 63 61 64 65 6d 69 63 20 6e 65 74 77 |UK academic netw| 00002970 6f 72 6b 29 20 61 73 0a 53 42 32 20 40 20 55 4b |ork) as.SB2 @ UK| 00002980 2e 41 43 2e 52 4c 2e 49 42 2c 20 6f 72 20 62 79 |.AC.RL.IB, or by| 00002990 20 73 6e 61 69 6c 20 6d 61 69 6c 3a 0a 0a 20 20 | snail mail:.. | 000029a0 20 20 20 20 20 53 74 65 70 68 65 6e 20 42 75 72 | Stephen Bur| 000029b0 6b 65 2c 0a 20 20 20 63 2f 6f 20 37 2c 20 45 67 |ke,. c/o 7, Eg| 000029c0 64 6f 6e 20 44 72 69 76 65 2c 0a 20 20 20 20 20 |don Drive,. | 000029d0 20 20 4c 75 74 6f 6e 2c 0a 20 20 20 20 20 20 20 | Luton,. | 000029e0 42 65 64 73 0a 20 20 20 20 20 20 20 4c 55 32 20 |Beds. LU2 | 000029f0 37 41 5a 0a |7AZ.| 000029f4