Home » Archimedes archive » Archimedes World » AW-1995-02-Disc1.adf » Disk1Feb95 » !AWFeb95/Goodies/BasicComp/!BC/!Help
!AWFeb95/Goodies/BasicComp/!BC/!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 » Archimedes World » AW-1995-02-Disc1.adf » Disk1Feb95 |
Filename: | !AWFeb95/Goodies/BasicComp/!BC/!Help |
Read OK: | ✔ |
File size: | 1D85 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Help for BasCompress v1.40 17-Jul-1994 BasCompress compresses and cross-references Basic programs. To use this *SHAREWARE* program you will be a Basic programmer. ====================================================================== This program is supplied "as is". No warranty, express or implied, of the merchantability of this program or its fitness for any particular purpose is given. In no circumstances shall the author, or any provider or distributor of this program, be liable for any damage, loss of profits, or any indirect or consequential loss arising out of the use of this program. Please note that this program is SHAREWARE, it is not free. You may use this software for a trial period. If, after this you decide you would like to continue using it, then you are required to REGISTER. Failing to register, you are obliged to destroy all copies of this program. A trial period ends when you realise that this program could be used on your latest master-piece! Registration currently involves you sending a cheque for �10 sterling to the author. There is a form at the end of this document that you can use to register. Registration will encourage the author to continue to develop this program further. For a further �5, regsitration will include a printed (600 d.p.i. laser) copy of the documentation and the latest version. Payment in other currencies accepted so long as at the end of the day I end out with the same amount of money. Credit cards not accepted. ====================================================================== For those of you without Impression, here's a very brief guide (use the interactive Help) BasCompress is a BasicV (v1.04) compressor and cross-referencer, i.e. o Removes spaces and comments o Removes all unused routines, and the junk left between routines o Reduces all labels (shortens them) o Reduces numbers o Converts SWI strings to numbers o Loads in LIBRARYs o Handles line numbers o You can tell it which labels NOT to reduce (i.e. EVALuated vars) o Full cross-referencing o It is FAST ====================================================================== Example usage Drag the Log file icon from the control window to a Filer window Now drag one of your Basic files onto the control window (what do you mean, I haven't got any? did you read those two lines at the top) The log file will appear (auto-loading Edit if need be). Don't close this window yet, though do resize/move it Now drag the basic (output) file icon from the control window onto a Filer window Press ADJUST on the icon bar icon (re-load's last file using new options) And that's all there is to it, usually Sometimes programmers end a routine like this: DEF FNmin(a,b) IF a<b THEN =a ELSE =b and BasCompress gets confused. Append a dummy "= 0" after it If there are any EVAL's or DATA's then the resulting file may not "work". You can either disable all label reduction, or write a Special file, that tells BasCompress the names of the labels not to reduce. See !BC.Examples for some, er..., examples. Also, watch out for missing THEN statements. See the !BC.Examples.EVariable file for more information. Thanks to David for pointing this one out. Don't make a fuss, just get on the bus Ya Hozna! ===================================================================== ====================================================================== Updates v1.10 29-May-1992 ?? v1.20 11-Jul-1992 Can compress "library" files separately, ie don't assume a "main program" exists, and dont complain of undefined routines/variables + assembler "B 0" compresses correctly 1.25 07-Oct-1992 RO3 support (menu help, Sprites22, desktop save, DragASprite) 1.30 11-Oct-1992 Frontend to new backend features Optionally saves full pathname for log/xref/output files Pointer changes shape over writable icons 1.31 18-Jan-1993 Anti-aliased fonts in templates 1.32 28-Jan-1993 Dynamic font handling across screen resolution changes removed all Interface code!! 1.33 07-Feb-1993 hi-rez sprites 1.33b 12-Feb-1993 registration form at end of this document 1.34 27-Feb-1993 hi-rez menu items 1.35 26-Mar-1993 internal update 1.35b 10-Jun-1993 hi-rez menu items definable in Messages file 1.36 18-Jul-1993 new FontWindow module to cope with new Wimps' menus 1.36b 19-Sep-1993 hi-rez mono sprites added 1.37 24-Feb-1994 newlook, loads sprites on mode change, drag proginfo 1.40 17-Jul-1994 Choices dialogue box, works on Risc PC, no/font dboxes Backend Updates 1.23 23-Sep-1992 In assembler "SWI &7" was getting compressed to "SWI&7" In assembler ".zappa FN(foo_bar)" wasn't recognising that the FN() substitutes for a mnemonic, and so 'foo' was the mnemonic!!! Start of file consists of: REM >fs::media.dir.file REM produced by BasCompress vx.yy this is so that BASIC V v1.05 library error messages are OK 1.24 01-Oct-1992 If an error occured during file output, this is now reported (eg file not having write access) 1.30 11-Oct-1992 Corrupted basic error message now "correct" --- was saying something different Start of file consists of, as acorn guidelines suggest (ta Jonathan) leaf name only -EVariable option suppresses `E' variables being produced (see example file) 1.31 18-Jan-1993 assembler handles array labels (eg [OPT4:.x%(y%):] regular expressions used on variable names not to squash (but reference says from main program, not special) (no support for regex routine names or libraries) Bugs There appears to be a bug if the same routine is defined many (> 2) times in separate libraries - for now just delete the extra copies and then it works. Registration Form: I would like to register as a Single User of BasCompress v1.40 and have enclosed __________. This DOES / NOT (delete as applicable) include a manual. Title: ___________ Name: ____________________________ Address: ________________________________ ________________________________ ________________________________ ________________________________ ________________________________ Postcode: _______________ Country: _______________ Where obtained BasCompress: ____________________________ Machine: ___________________________________ Possible improvements: ___________________________________ ___________________________________ Make cheques / postal orders payable to: Mr CY J. BOOKER 86 Church View, Main Road, Crockenhill, Swanley, Kent. BR8 8JW. U.K. Internet: cy@cheepnis.demon.co.uk Arcade BBS: #1706
00000000 48 65 6c 70 20 66 6f 72 20 42 61 73 43 6f 6d 70 |Help for BasComp| 00000010 72 65 73 73 20 76 31 2e 34 30 20 20 31 37 2d 4a |ress v1.40 17-J| 00000020 75 6c 2d 31 39 39 34 0a 0a 42 61 73 43 6f 6d 70 |ul-1994..BasComp| 00000030 72 65 73 73 20 63 6f 6d 70 72 65 73 73 65 73 20 |ress compresses | 00000040 61 6e 64 20 63 72 6f 73 73 2d 72 65 66 65 72 65 |and cross-refere| 00000050 6e 63 65 73 20 42 61 73 69 63 20 70 72 6f 67 72 |nces Basic progr| 00000060 61 6d 73 2e 0a 0a 54 6f 20 75 73 65 20 74 68 69 |ams...To use thi| 00000070 73 20 2a 53 48 41 52 45 57 41 52 45 2a 20 70 72 |s *SHAREWARE* pr| 00000080 6f 67 72 61 6d 20 79 6f 75 20 77 69 6c 6c 20 62 |ogram you will b| 00000090 65 20 61 20 42 61 73 69 63 20 70 72 6f 67 72 61 |e a Basic progra| 000000a0 6d 6d 65 72 2e 0a 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d |mmer...=========| 000000b0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 000000e0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 54 68 |=============.Th| 000000f0 69 73 20 70 72 6f 67 72 61 6d 20 69 73 20 73 75 |is program is su| 00000100 70 70 6c 69 65 64 20 22 61 73 20 69 73 22 2e 20 |pplied "as is". | 00000110 20 4e 6f 20 77 61 72 72 61 6e 74 79 2c 20 65 78 | No warranty, ex| 00000120 70 72 65 73 73 20 6f 72 20 69 6d 70 6c 69 65 64 |press or implied| 00000130 2c 20 6f 66 0a 74 68 65 20 20 6d 65 72 63 68 61 |, of.the mercha| 00000140 6e 74 61 62 69 6c 69 74 79 20 6f 66 20 74 68 69 |ntability of thi| 00000150 73 20 70 72 6f 67 72 61 6d 20 6f 72 20 69 74 73 |s program or its| 00000160 20 66 69 74 6e 65 73 73 20 66 6f 72 20 61 6e 79 | fitness for any| 00000170 20 70 61 72 74 69 63 75 6c 61 72 0a 70 75 72 70 | particular.purp| 00000180 6f 73 65 20 69 73 20 67 69 76 65 6e 2e 20 20 49 |ose is given. I| 00000190 6e 20 6e 6f 20 63 69 72 63 75 6d 73 74 61 6e 63 |n no circumstanc| 000001a0 65 73 20 73 68 61 6c 6c 20 74 68 65 20 61 75 74 |es shall the aut| 000001b0 68 6f 72 2c 20 6f 72 20 61 6e 79 0a 70 72 6f 76 |hor, or any.prov| 000001c0 69 64 65 72 20 6f 72 20 64 69 73 74 72 69 62 75 |ider or distribu| 000001d0 74 6f 72 20 6f 66 20 74 68 69 73 20 70 72 6f 67 |tor of this prog| 000001e0 72 61 6d 2c 20 62 65 20 6c 69 61 62 6c 65 20 66 |ram, be liable f| 000001f0 6f 72 20 61 6e 79 20 64 61 6d 61 67 65 2c 0a 6c |or any damage,.l| 00000200 6f 73 73 20 6f 66 20 70 72 6f 66 69 74 73 2c 20 |oss of profits, | 00000210 6f 72 20 61 6e 79 20 69 6e 64 69 72 65 63 74 20 |or any indirect | 00000220 6f 72 20 63 6f 6e 73 65 71 75 65 6e 74 69 61 6c |or consequential| 00000230 20 6c 6f 73 73 20 61 72 69 73 69 6e 67 20 6f 75 | loss arising ou| 00000240 74 20 6f 66 0a 74 68 65 20 75 73 65 20 6f 66 20 |t of.the use of | 00000250 74 68 69 73 20 70 72 6f 67 72 61 6d 2e 0a 0a 50 |this program...P| 00000260 6c 65 61 73 65 20 6e 6f 74 65 20 74 68 61 74 20 |lease note that | 00000270 74 68 69 73 20 70 72 6f 67 72 61 6d 20 69 73 20 |this program is | 00000280 53 48 41 52 45 57 41 52 45 2c 20 69 74 20 69 73 |SHAREWARE, it is| 00000290 20 6e 6f 74 20 66 72 65 65 2e 20 20 59 6f 75 20 | not free. You | 000002a0 6d 61 79 0a 75 73 65 20 74 68 69 73 20 73 6f 66 |may.use this sof| 000002b0 74 77 61 72 65 20 66 6f 72 20 61 20 74 72 69 61 |tware for a tria| 000002c0 6c 20 70 65 72 69 6f 64 2e 20 20 49 66 2c 20 61 |l period. If, a| 000002d0 66 74 65 72 20 74 68 69 73 20 20 79 6f 75 20 64 |fter this you d| 000002e0 65 63 69 64 65 20 79 6f 75 0a 77 6f 75 6c 64 20 |ecide you.would | 000002f0 6c 69 6b 65 20 74 6f 20 63 6f 6e 74 69 6e 75 65 |like to continue| 00000300 20 75 73 69 6e 67 20 69 74 2c 20 74 68 65 6e 20 | using it, then | 00000310 79 6f 75 20 61 72 65 20 72 65 71 75 69 72 65 64 |you are required| 00000320 20 74 6f 20 52 45 47 49 53 54 45 52 2e 0a 46 61 | to REGISTER..Fa| 00000330 69 6c 69 6e 67 20 74 6f 20 72 65 67 69 73 74 65 |iling to registe| 00000340 72 2c 20 79 6f 75 20 61 72 65 20 6f 62 6c 69 67 |r, you are oblig| 00000350 65 64 20 74 6f 20 64 65 73 74 72 6f 79 20 61 6c |ed to destroy al| 00000360 6c 20 63 6f 70 69 65 73 20 6f 66 20 74 68 69 73 |l copies of this| 00000370 0a 70 72 6f 67 72 61 6d 2e 20 41 20 74 72 69 61 |.program. A tria| 00000380 6c 20 70 65 72 69 6f 64 20 65 6e 64 73 20 77 68 |l period ends wh| 00000390 65 6e 20 79 6f 75 20 72 65 61 6c 69 73 65 20 74 |en you realise t| 000003a0 68 61 74 20 74 68 69 73 20 70 72 6f 67 72 61 6d |hat this program| 000003b0 20 63 6f 75 6c 64 0a 62 65 20 75 73 65 64 20 6f | could.be used o| 000003c0 6e 20 79 6f 75 72 20 6c 61 74 65 73 74 20 6d 61 |n your latest ma| 000003d0 73 74 65 72 2d 70 69 65 63 65 21 0a 0a 52 65 67 |ster-piece!..Reg| 000003e0 69 73 74 72 61 74 69 6f 6e 20 63 75 72 72 65 6e |istration curren| 000003f0 74 6c 79 20 69 6e 76 6f 6c 76 65 73 20 79 6f 75 |tly involves you| 00000400 20 73 65 6e 64 69 6e 67 20 61 20 63 68 65 71 75 | sending a chequ| 00000410 65 20 66 6f 72 20 a3 31 30 20 73 74 65 72 6c 69 |e for .10 sterli| 00000420 6e 67 0a 74 6f 20 74 68 65 20 61 75 74 68 6f 72 |ng.to the author| 00000430 2e 20 20 54 68 65 72 65 20 69 73 20 61 20 66 6f |. There is a fo| 00000440 72 6d 20 61 74 20 74 68 65 20 65 6e 64 20 6f 66 |rm at the end of| 00000450 20 74 68 69 73 20 64 6f 63 75 6d 65 6e 74 20 74 | this document t| 00000460 68 61 74 0a 79 6f 75 20 63 61 6e 20 75 73 65 20 |hat.you can use | 00000470 74 6f 20 72 65 67 69 73 74 65 72 2e 20 20 52 65 |to register. Re| 00000480 67 69 73 74 72 61 74 69 6f 6e 20 77 69 6c 6c 20 |gistration will | 00000490 65 6e 63 6f 75 72 61 67 65 20 74 68 65 20 61 75 |encourage the au| 000004a0 74 68 6f 72 20 74 6f 20 0a 63 6f 6e 74 69 6e 75 |thor to .continu| 000004b0 65 20 74 6f 20 64 65 76 65 6c 6f 70 20 74 68 69 |e to develop thi| 000004c0 73 20 70 72 6f 67 72 61 6d 20 66 75 72 74 68 65 |s program furthe| 000004d0 72 2e 0a 0a 46 6f 72 20 61 20 66 75 72 74 68 65 |r...For a furthe| 000004e0 72 20 a3 35 2c 20 72 65 67 73 69 74 72 61 74 69 |r .5, regsitrati| 000004f0 6f 6e 20 77 69 6c 6c 20 69 6e 63 6c 75 64 65 20 |on will include | 00000500 61 20 70 72 69 6e 74 65 64 20 28 36 30 30 20 64 |a printed (600 d| 00000510 2e 70 2e 69 2e 0a 6c 61 73 65 72 29 20 63 6f 70 |.p.i..laser) cop| 00000520 79 20 6f 66 20 74 68 65 20 64 6f 63 75 6d 65 6e |y of the documen| 00000530 74 61 74 69 6f 6e 20 61 6e 64 20 74 68 65 20 6c |tation and the l| 00000540 61 74 65 73 74 20 76 65 72 73 69 6f 6e 2e 0a 0a |atest version...| 00000550 50 61 79 6d 65 6e 74 20 69 6e 20 6f 74 68 65 72 |Payment in other| 00000560 20 63 75 72 72 65 6e 63 69 65 73 20 61 63 63 65 | currencies acce| 00000570 70 74 65 64 20 73 6f 20 6c 6f 6e 67 20 61 73 20 |pted so long as | 00000580 61 74 20 74 68 65 20 65 6e 64 20 6f 66 20 74 68 |at the end of th| 00000590 65 20 64 61 79 0a 49 20 65 6e 64 20 6f 75 74 20 |e day.I end out | 000005a0 77 69 74 68 20 74 68 65 20 73 61 6d 65 20 61 6d |with the same am| 000005b0 6f 75 6e 74 20 6f 66 20 6d 6f 6e 65 79 2e 20 20 |ount of money. | 000005c0 43 72 65 64 69 74 20 63 61 72 64 73 20 6e 6f 74 |Credit cards not| 000005d0 20 61 63 63 65 70 74 65 64 2e 0a 0a 3d 3d 3d 3d | accepted...====| 000005e0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00000620 3d 3d 0a 0a 46 6f 72 20 74 68 6f 73 65 20 6f 66 |==..For those of| 00000630 20 79 6f 75 20 77 69 74 68 6f 75 74 20 49 6d 70 | you without Imp| 00000640 72 65 73 73 69 6f 6e 2c 20 68 65 72 65 27 73 20 |ression, here's | 00000650 61 20 76 65 72 79 20 62 72 69 65 66 20 67 75 69 |a very brief gui| 00000660 64 65 0a 0a 28 75 73 65 20 74 68 65 20 69 6e 74 |de..(use the int| 00000670 65 72 61 63 74 69 76 65 20 48 65 6c 70 29 0a 0a |eractive Help)..| 00000680 42 61 73 43 6f 6d 70 72 65 73 73 20 69 73 20 61 |BasCompress is a| 00000690 20 42 61 73 69 63 56 20 28 76 31 2e 30 34 29 20 | BasicV (v1.04) | 000006a0 63 6f 6d 70 72 65 73 73 6f 72 20 61 6e 64 20 63 |compressor and c| 000006b0 72 6f 73 73 2d 72 65 66 65 72 65 6e 63 65 72 2c |ross-referencer,| 000006c0 20 69 2e 65 2e 0a 0a 6f 20 20 20 20 20 52 65 6d | i.e...o Rem| 000006d0 6f 76 65 73 20 73 70 61 63 65 73 20 61 6e 64 20 |oves spaces and | 000006e0 63 6f 6d 6d 65 6e 74 73 0a 6f 20 20 20 20 20 52 |comments.o R| 000006f0 65 6d 6f 76 65 73 20 61 6c 6c 20 75 6e 75 73 65 |emoves all unuse| 00000700 64 20 72 6f 75 74 69 6e 65 73 2c 20 61 6e 64 20 |d routines, and | 00000710 74 68 65 20 6a 75 6e 6b 20 6c 65 66 74 20 62 65 |the junk left be| 00000720 74 77 65 65 6e 20 72 6f 75 74 69 6e 65 73 0a 6f |tween routines.o| 00000730 20 20 20 20 20 52 65 64 75 63 65 73 20 61 6c 6c | Reduces all| 00000740 20 6c 61 62 65 6c 73 20 28 73 68 6f 72 74 65 6e | labels (shorten| 00000750 73 20 74 68 65 6d 29 0a 6f 20 20 20 20 20 52 65 |s them).o Re| 00000760 64 75 63 65 73 20 6e 75 6d 62 65 72 73 0a 6f 20 |duces numbers.o | 00000770 20 20 20 20 43 6f 6e 76 65 72 74 73 20 53 57 49 | Converts SWI| 00000780 20 73 74 72 69 6e 67 73 20 74 6f 20 6e 75 6d 62 | strings to numb| 00000790 65 72 73 0a 6f 20 20 20 20 20 4c 6f 61 64 73 20 |ers.o Loads | 000007a0 69 6e 20 4c 49 42 52 41 52 59 73 0a 6f 20 20 20 |in LIBRARYs.o | 000007b0 20 20 48 61 6e 64 6c 65 73 20 6c 69 6e 65 20 6e | Handles line n| 000007c0 75 6d 62 65 72 73 0a 6f 20 20 20 20 20 59 6f 75 |umbers.o You| 000007d0 20 63 61 6e 20 74 65 6c 6c 20 69 74 20 77 68 69 | can tell it whi| 000007e0 63 68 20 6c 61 62 65 6c 73 20 4e 4f 54 20 74 6f |ch labels NOT to| 000007f0 20 72 65 64 75 63 65 20 28 69 2e 65 2e 20 45 56 | reduce (i.e. EV| 00000800 41 4c 75 61 74 65 64 20 76 61 72 73 29 0a 6f 20 |ALuated vars).o | 00000810 20 20 20 20 46 75 6c 6c 20 63 72 6f 73 73 2d 72 | Full cross-r| 00000820 65 66 65 72 65 6e 63 69 6e 67 0a 6f 20 20 20 20 |eferencing.o | 00000830 20 49 74 20 69 73 20 46 41 53 54 0a 0a 3d 3d 3d | It is FAST..===| 00000840 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00000880 3d 3d 3d 0a 0a 45 78 61 6d 70 6c 65 20 75 73 61 |===..Example usa| 00000890 67 65 0a 0a 44 72 61 67 20 74 68 65 20 4c 6f 67 |ge..Drag the Log| 000008a0 20 66 69 6c 65 20 69 63 6f 6e 20 66 72 6f 6d 20 | file icon from | 000008b0 74 68 65 20 63 6f 6e 74 72 6f 6c 20 77 69 6e 64 |the control wind| 000008c0 6f 77 20 74 6f 20 61 20 46 69 6c 65 72 20 77 69 |ow to a Filer wi| 000008d0 6e 64 6f 77 0a 0a 4e 6f 77 20 64 72 61 67 20 6f |ndow..Now drag o| 000008e0 6e 65 20 6f 66 20 79 6f 75 72 20 42 61 73 69 63 |ne of your Basic| 000008f0 20 66 69 6c 65 73 20 6f 6e 74 6f 20 74 68 65 20 | files onto the | 00000900 63 6f 6e 74 72 6f 6c 20 77 69 6e 64 6f 77 20 20 |control window | 00000910 28 77 68 61 74 20 64 6f 20 79 6f 75 0a 6d 65 61 |(what do you.mea| 00000920 6e 2c 20 49 20 68 61 76 65 6e 27 74 20 67 6f 74 |n, I haven't got| 00000930 20 61 6e 79 3f 20 20 64 69 64 20 79 6f 75 20 72 | any? did you r| 00000940 65 61 64 20 74 68 6f 73 65 20 74 77 6f 20 6c 69 |ead those two li| 00000950 6e 65 73 20 61 74 20 74 68 65 20 74 6f 70 29 0a |nes at the top).| 00000960 0a 54 68 65 20 6c 6f 67 20 66 69 6c 65 20 77 69 |.The log file wi| 00000970 6c 6c 20 61 70 70 65 61 72 20 28 61 75 74 6f 2d |ll appear (auto-| 00000980 6c 6f 61 64 69 6e 67 20 45 64 69 74 20 69 66 20 |loading Edit if | 00000990 6e 65 65 64 20 62 65 29 2e 20 20 44 6f 6e 27 74 |need be). Don't| 000009a0 20 63 6c 6f 73 65 0a 74 68 69 73 20 77 69 6e 64 | close.this wind| 000009b0 6f 77 20 79 65 74 2c 20 74 68 6f 75 67 68 20 64 |ow yet, though d| 000009c0 6f 20 72 65 73 69 7a 65 2f 6d 6f 76 65 20 69 74 |o resize/move it| 000009d0 0a 0a 4e 6f 77 20 64 72 61 67 20 74 68 65 20 62 |..Now drag the b| 000009e0 61 73 69 63 20 28 6f 75 74 70 75 74 29 20 66 69 |asic (output) fi| 000009f0 6c 65 20 69 63 6f 6e 20 66 72 6f 6d 20 74 68 65 |le icon from the| 00000a00 20 63 6f 6e 74 72 6f 6c 20 77 69 6e 64 6f 77 20 | control window | 00000a10 6f 6e 74 6f 20 61 0a 46 69 6c 65 72 20 77 69 6e |onto a.Filer win| 00000a20 64 6f 77 0a 0a 50 72 65 73 73 20 41 44 4a 55 53 |dow..Press ADJUS| 00000a30 54 20 6f 6e 20 74 68 65 20 69 63 6f 6e 20 62 61 |T on the icon ba| 00000a40 72 20 69 63 6f 6e 20 28 72 65 2d 6c 6f 61 64 27 |r icon (re-load'| 00000a50 73 20 6c 61 73 74 20 66 69 6c 65 20 75 73 69 6e |s last file usin| 00000a60 67 20 6e 65 77 0a 6f 70 74 69 6f 6e 73 29 0a 0a |g new.options)..| 00000a70 41 6e 64 20 74 68 61 74 27 73 20 61 6c 6c 20 74 |And that's all t| 00000a80 68 65 72 65 20 69 73 20 74 6f 20 69 74 2c 20 75 |here is to it, u| 00000a90 73 75 61 6c 6c 79 0a 0a 53 6f 6d 65 74 69 6d 65 |sually..Sometime| 00000aa0 73 20 70 72 6f 67 72 61 6d 6d 65 72 73 20 65 6e |s programmers en| 00000ab0 64 20 61 20 72 6f 75 74 69 6e 65 20 6c 69 6b 65 |d a routine like| 00000ac0 20 74 68 69 73 3a 0a 20 20 44 45 46 20 46 4e 6d | this:. DEF FNm| 00000ad0 69 6e 28 61 2c 62 29 0a 20 20 49 46 20 61 3c 62 |in(a,b). IF a<b| 00000ae0 20 54 48 45 4e 20 3d 61 20 45 4c 53 45 20 3d 62 | THEN =a ELSE =b| 00000af0 0a 61 6e 64 20 42 61 73 43 6f 6d 70 72 65 73 73 |.and BasCompress| 00000b00 20 67 65 74 73 20 63 6f 6e 66 75 73 65 64 2e 20 | gets confused. | 00000b10 20 41 70 70 65 6e 64 20 61 20 64 75 6d 6d 79 20 | Append a dummy | 00000b20 22 3d 20 30 22 20 61 66 74 65 72 20 69 74 0a 0a |"= 0" after it..| 00000b30 49 66 20 74 68 65 72 65 20 61 72 65 20 61 6e 79 |If there are any| 00000b40 20 45 56 41 4c 27 73 20 6f 72 20 44 41 54 41 27 | EVAL's or DATA'| 00000b50 73 20 74 68 65 6e 20 74 68 65 20 72 65 73 75 6c |s then the resul| 00000b60 74 69 6e 67 20 66 69 6c 65 20 6d 61 79 20 6e 6f |ting file may no| 00000b70 74 0a 22 77 6f 72 6b 22 2e 20 20 59 6f 75 20 63 |t."work". You c| 00000b80 61 6e 20 65 69 74 68 65 72 20 64 69 73 61 62 6c |an either disabl| 00000b90 65 20 61 6c 6c 20 6c 61 62 65 6c 20 72 65 64 75 |e all label redu| 00000ba0 63 74 69 6f 6e 2c 20 6f 72 20 77 72 69 74 65 20 |ction, or write | 00000bb0 61 0a 53 70 65 63 69 61 6c 20 66 69 6c 65 2c 20 |a.Special file, | 00000bc0 74 68 61 74 20 74 65 6c 6c 73 20 42 61 73 43 6f |that tells BasCo| 00000bd0 6d 70 72 65 73 73 20 74 68 65 20 6e 61 6d 65 73 |mpress the names| 00000be0 20 6f 66 20 74 68 65 20 6c 61 62 65 6c 73 20 6e | of the labels n| 00000bf0 6f 74 20 74 6f 0a 72 65 64 75 63 65 2e 20 20 53 |ot to.reduce. S| 00000c00 65 65 20 21 42 43 2e 45 78 61 6d 70 6c 65 73 20 |ee !BC.Examples | 00000c10 66 6f 72 20 73 6f 6d 65 2c 20 65 72 2e 2e 2e 2c |for some, er...,| 00000c20 20 65 78 61 6d 70 6c 65 73 2e 0a 0a 41 6c 73 6f | examples...Also| 00000c30 2c 20 77 61 74 63 68 20 6f 75 74 20 66 6f 72 20 |, watch out for | 00000c40 6d 69 73 73 69 6e 67 20 54 48 45 4e 20 73 74 61 |missing THEN sta| 00000c50 74 65 6d 65 6e 74 73 2e 20 20 53 65 65 20 74 68 |tements. See th| 00000c60 65 0a 21 42 43 2e 45 78 61 6d 70 6c 65 73 2e 45 |e.!BC.Examples.E| 00000c70 56 61 72 69 61 62 6c 65 20 66 69 6c 65 20 66 6f |Variable file fo| 00000c80 72 20 6d 6f 72 65 20 69 6e 66 6f 72 6d 61 74 69 |r more informati| 00000c90 6f 6e 2e 20 20 54 68 61 6e 6b 73 20 74 6f 20 44 |on. Thanks to D| 00000ca0 61 76 69 64 20 66 6f 72 0a 70 6f 69 6e 74 69 6e |avid for.pointin| 00000cb0 67 20 74 68 69 73 20 6f 6e 65 20 6f 75 74 2e 0a |g this one out..| 00000cc0 0a 0a 0a 44 6f 6e 27 74 20 6d 61 6b 65 20 61 20 |...Don't make a | 00000cd0 66 75 73 73 2c 20 6a 75 73 74 20 67 65 74 20 6f |fuss, just get o| 00000ce0 6e 20 74 68 65 20 62 75 73 0a 0a 59 61 20 48 6f |n the bus..Ya Ho| 00000cf0 7a 6e 61 21 0a 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |zna!..==========| 00000d00 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00000d30 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 3d 3d 3d 3d |===========.====| 00000d40 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00000d80 3d 3d 0a 55 70 64 61 74 65 73 0a 0a 76 31 2e 31 |==.Updates..v1.1| 00000d90 30 20 32 39 2d 4d 61 79 2d 31 39 39 32 20 3f 3f |0 29-May-1992 ??| 00000da0 0a 76 31 2e 32 30 20 31 31 2d 4a 75 6c 2d 31 39 |.v1.20 11-Jul-19| 00000db0 39 32 20 43 61 6e 20 63 6f 6d 70 72 65 73 73 20 |92 Can compress | 00000dc0 22 6c 69 62 72 61 72 79 22 20 66 69 6c 65 73 20 |"library" files | 00000dd0 73 65 70 61 72 61 74 65 6c 79 2c 20 69 65 20 64 |separately, ie d| 00000de0 6f 6e 27 74 20 61 73 73 75 6d 65 20 61 0a 20 20 |on't assume a. | 00000df0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000e00 22 6d 61 69 6e 20 70 72 6f 67 72 61 6d 22 20 65 |"main program" e| 00000e10 78 69 73 74 73 2c 20 61 6e 64 20 64 6f 6e 74 20 |xists, and dont | 00000e20 63 6f 6d 70 6c 61 69 6e 20 6f 66 20 75 6e 64 65 |complain of unde| 00000e30 66 69 6e 65 64 0a 20 20 20 20 20 20 20 20 20 20 |fined. | 00000e40 20 20 20 20 20 20 20 20 72 6f 75 74 69 6e 65 73 | routines| 00000e50 2f 76 61 72 69 61 62 6c 65 73 0a 20 20 20 20 20 |/variables. | 00000e60 20 20 20 20 20 20 20 20 20 20 20 20 20 2b 20 61 | + a| 00000e70 73 73 65 6d 62 6c 65 72 20 22 42 20 30 22 20 63 |ssembler "B 0" c| 00000e80 6f 6d 70 72 65 73 73 65 73 20 63 6f 72 72 65 63 |ompresses correc| 00000e90 74 6c 79 0a 31 2e 32 35 20 20 30 37 2d 4f 63 74 |tly.1.25 07-Oct| 00000ea0 2d 31 39 39 32 20 52 4f 33 20 73 75 70 70 6f 72 |-1992 RO3 suppor| 00000eb0 74 20 28 6d 65 6e 75 20 68 65 6c 70 2c 20 53 70 |t (menu help, Sp| 00000ec0 72 69 74 65 73 32 32 2c 20 64 65 73 6b 74 6f 70 |rites22, desktop| 00000ed0 20 73 61 76 65 2c 0a 20 20 20 20 20 20 20 20 20 | save,. | 00000ee0 20 20 20 20 20 20 20 20 20 44 72 61 67 41 53 70 | DragASp| 00000ef0 72 69 74 65 29 0a 31 2e 33 30 20 20 31 31 2d 4f |rite).1.30 11-O| 00000f00 63 74 2d 31 39 39 32 20 46 72 6f 6e 74 65 6e 64 |ct-1992 Frontend| 00000f10 20 74 6f 20 6e 65 77 20 62 61 63 6b 65 6e 64 20 | to new backend | 00000f20 66 65 61 74 75 72 65 73 0a 20 20 20 20 20 20 20 |features. | 00000f30 20 20 20 20 20 20 20 20 20 20 20 4f 70 74 69 6f | Optio| 00000f40 6e 61 6c 6c 79 20 73 61 76 65 73 20 66 75 6c 6c |nally saves full| 00000f50 20 70 61 74 68 6e 61 6d 65 20 66 6f 72 20 6c 6f | pathname for lo| 00000f60 67 2f 78 72 65 66 2f 6f 75 74 70 75 74 20 66 69 |g/xref/output fi| 00000f70 6c 65 73 0a 20 20 20 20 20 20 20 20 20 20 20 20 |les. | 00000f80 20 20 20 20 20 20 50 6f 69 6e 74 65 72 20 63 68 | Pointer ch| 00000f90 61 6e 67 65 73 20 73 68 61 70 65 20 6f 76 65 72 |anges shape over| 00000fa0 20 77 72 69 74 61 62 6c 65 20 69 63 6f 6e 73 0a | writable icons.| 00000fb0 31 2e 33 31 20 20 31 38 2d 4a 61 6e 2d 31 39 39 |1.31 18-Jan-199| 00000fc0 33 20 41 6e 74 69 2d 61 6c 69 61 73 65 64 20 66 |3 Anti-aliased f| 00000fd0 6f 6e 74 73 20 69 6e 20 74 65 6d 70 6c 61 74 65 |onts in template| 00000fe0 73 0a 31 2e 33 32 20 20 32 38 2d 4a 61 6e 2d 31 |s.1.32 28-Jan-1| 00000ff0 39 39 33 20 44 79 6e 61 6d 69 63 20 66 6f 6e 74 |993 Dynamic font| 00001000 20 68 61 6e 64 6c 69 6e 67 20 61 63 72 6f 73 73 | handling across| 00001010 20 73 63 72 65 65 6e 20 72 65 73 6f 6c 75 74 69 | screen resoluti| 00001020 6f 6e 20 63 68 61 6e 67 65 73 0a 20 20 20 20 20 |on changes. | 00001030 20 20 20 20 20 20 20 20 20 20 20 20 20 72 65 6d | rem| 00001040 6f 76 65 64 20 61 6c 6c 20 49 6e 74 65 72 66 61 |oved all Interfa| 00001050 63 65 20 63 6f 64 65 21 21 0a 31 2e 33 33 20 20 |ce code!!.1.33 | 00001060 30 37 2d 46 65 62 2d 31 39 39 33 20 68 69 2d 72 |07-Feb-1993 hi-r| 00001070 65 7a 20 73 70 72 69 74 65 73 0a 31 2e 33 33 62 |ez sprites.1.33b| 00001080 20 31 32 2d 46 65 62 2d 31 39 39 33 20 72 65 67 | 12-Feb-1993 reg| 00001090 69 73 74 72 61 74 69 6f 6e 20 66 6f 72 6d 20 61 |istration form a| 000010a0 74 20 65 6e 64 20 6f 66 20 74 68 69 73 20 64 6f |t end of this do| 000010b0 63 75 6d 65 6e 74 0a 31 2e 33 34 20 20 32 37 2d |cument.1.34 27-| 000010c0 46 65 62 2d 31 39 39 33 20 68 69 2d 72 65 7a 20 |Feb-1993 hi-rez | 000010d0 6d 65 6e 75 20 69 74 65 6d 73 0a 31 2e 33 35 20 |menu items.1.35 | 000010e0 20 32 36 2d 4d 61 72 2d 31 39 39 33 20 69 6e 74 | 26-Mar-1993 int| 000010f0 65 72 6e 61 6c 20 75 70 64 61 74 65 0a 31 2e 33 |ernal update.1.3| 00001100 35 62 20 31 30 2d 4a 75 6e 2d 31 39 39 33 20 68 |5b 10-Jun-1993 h| 00001110 69 2d 72 65 7a 20 6d 65 6e 75 20 69 74 65 6d 73 |i-rez menu items| 00001120 20 64 65 66 69 6e 61 62 6c 65 20 69 6e 20 4d 65 | definable in Me| 00001130 73 73 61 67 65 73 20 66 69 6c 65 0a 31 2e 33 36 |ssages file.1.36| 00001140 20 20 31 38 2d 4a 75 6c 2d 31 39 39 33 20 6e 65 | 18-Jul-1993 ne| 00001150 77 20 46 6f 6e 74 57 69 6e 64 6f 77 20 6d 6f 64 |w FontWindow mod| 00001160 75 6c 65 20 74 6f 20 63 6f 70 65 20 77 69 74 68 |ule to cope with| 00001170 20 6e 65 77 20 57 69 6d 70 73 27 20 6d 65 6e 75 | new Wimps' menu| 00001180 73 0a 31 2e 33 36 62 20 31 39 2d 53 65 70 2d 31 |s.1.36b 19-Sep-1| 00001190 39 39 33 20 68 69 2d 72 65 7a 20 6d 6f 6e 6f 20 |993 hi-rez mono | 000011a0 73 70 72 69 74 65 73 20 61 64 64 65 64 0a 31 2e |sprites added.1.| 000011b0 33 37 20 20 32 34 2d 46 65 62 2d 31 39 39 34 20 |37 24-Feb-1994 | 000011c0 6e 65 77 6c 6f 6f 6b 2c 20 6c 6f 61 64 73 20 73 |newlook, loads s| 000011d0 70 72 69 74 65 73 20 6f 6e 20 6d 6f 64 65 20 63 |prites on mode c| 000011e0 68 61 6e 67 65 2c 20 64 72 61 67 20 70 72 6f 67 |hange, drag prog| 000011f0 69 6e 66 6f 0a 31 2e 34 30 20 20 31 37 2d 4a 75 |info.1.40 17-Ju| 00001200 6c 2d 31 39 39 34 20 43 68 6f 69 63 65 73 20 64 |l-1994 Choices d| 00001210 69 61 6c 6f 67 75 65 20 62 6f 78 2c 20 77 6f 72 |ialogue box, wor| 00001220 6b 73 20 6f 6e 20 52 69 73 63 20 50 43 2c 20 6e |ks on Risc PC, n| 00001230 6f 2f 66 6f 6e 74 20 64 62 6f 78 65 73 0a 0a 42 |o/font dboxes..B| 00001240 61 63 6b 65 6e 64 20 55 70 64 61 74 65 73 0a 31 |ackend Updates.1| 00001250 2e 32 33 20 20 32 33 2d 53 65 70 2d 31 39 39 32 |.23 23-Sep-1992| 00001260 20 49 6e 20 61 73 73 65 6d 62 6c 65 72 20 22 53 | In assembler "S| 00001270 57 49 20 26 37 22 20 77 61 73 20 67 65 74 74 69 |WI &7" was getti| 00001280 6e 67 20 63 6f 6d 70 72 65 73 73 65 64 20 74 6f |ng compressed to| 00001290 20 22 53 57 49 26 37 22 0a 20 20 20 20 20 20 20 | "SWI&7". | 000012a0 20 20 20 20 20 20 20 20 20 20 20 49 6e 20 61 73 | In as| 000012b0 73 65 6d 62 6c 65 72 20 22 2e 7a 61 70 70 61 20 |sembler ".zappa | 000012c0 46 4e 28 66 6f 6f 5f 62 61 72 29 22 20 77 61 73 |FN(foo_bar)" was| 000012d0 6e 27 74 20 72 65 63 6f 67 6e 69 73 69 6e 67 20 |n't recognising | 000012e0 74 68 61 74 0a 20 20 20 20 20 20 20 20 20 20 20 |that. | 000012f0 20 20 20 20 20 20 20 20 20 74 68 65 20 46 4e 28 | the FN(| 00001300 29 20 73 75 62 73 74 69 74 75 74 65 73 20 66 6f |) substitutes fo| 00001310 72 20 61 20 6d 6e 65 6d 6f 6e 69 63 2c 20 61 6e |r a mnemonic, an| 00001320 64 20 73 6f 20 27 66 6f 6f 27 20 77 61 73 0a 20 |d so 'foo' was. | 00001330 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001340 20 20 20 74 68 65 20 6d 6e 65 6d 6f 6e 69 63 21 | the mnemonic!| 00001350 21 21 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |!!. | 00001360 20 20 20 20 20 53 74 61 72 74 20 6f 66 20 66 69 | Start of fi| 00001370 6c 65 20 63 6f 6e 73 69 73 74 73 20 6f 66 3a 0a |le consists of:.| 00001380 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001390 20 20 20 20 52 45 4d 20 3e 66 73 3a 3a 6d 65 64 | REM >fs::med| 000013a0 69 61 2e 64 69 72 2e 66 69 6c 65 0a 20 20 20 20 |ia.dir.file. | 000013b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000013c0 52 45 4d 20 70 72 6f 64 75 63 65 64 20 62 79 20 |REM produced by | 000013d0 42 61 73 43 6f 6d 70 72 65 73 73 20 76 78 2e 79 |BasCompress vx.y| 000013e0 79 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |y. | 000013f0 20 20 20 20 74 68 69 73 20 69 73 20 73 6f 20 74 | this is so t| 00001400 68 61 74 20 42 41 53 49 43 20 56 20 76 31 2e 30 |hat BASIC V v1.0| 00001410 35 20 6c 69 62 72 61 72 79 20 65 72 72 6f 72 20 |5 library error | 00001420 6d 65 73 73 61 67 65 73 20 61 72 65 20 4f 4b 0a |messages are OK.| 00001430 31 2e 32 34 20 20 30 31 2d 4f 63 74 2d 31 39 39 |1.24 01-Oct-199| 00001440 32 20 49 66 20 61 6e 20 65 72 72 6f 72 20 6f 63 |2 If an error oc| 00001450 63 75 72 65 64 20 64 75 72 69 6e 67 20 66 69 6c |cured during fil| 00001460 65 20 6f 75 74 70 75 74 2c 20 74 68 69 73 20 69 |e output, this i| 00001470 73 20 6e 6f 77 20 72 65 70 6f 72 74 65 64 0a 20 |s now reported. | 00001480 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001490 20 28 65 67 20 66 69 6c 65 20 6e 6f 74 20 68 61 | (eg file not ha| 000014a0 76 69 6e 67 20 77 72 69 74 65 20 61 63 63 65 73 |ving write acces| 000014b0 73 29 0a 31 2e 33 30 20 20 31 31 2d 4f 63 74 2d |s).1.30 11-Oct-| 000014c0 31 39 39 32 20 43 6f 72 72 75 70 74 65 64 20 62 |1992 Corrupted b| 000014d0 61 73 69 63 20 65 72 72 6f 72 20 6d 65 73 73 61 |asic error messa| 000014e0 67 65 20 6e 6f 77 20 22 63 6f 72 72 65 63 74 22 |ge now "correct"| 000014f0 20 2d 2d 2d 20 77 61 73 20 73 61 79 69 6e 67 0a | --- was saying.| 00001500 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001510 20 20 20 20 73 6f 6d 65 74 68 69 6e 67 20 64 69 | something di| 00001520 66 66 65 72 65 6e 74 0a 20 20 20 20 20 20 20 20 |fferent. | 00001530 20 20 20 20 20 20 20 20 20 20 53 74 61 72 74 20 | Start | 00001540 6f 66 20 66 69 6c 65 20 63 6f 6e 73 69 73 74 73 |of file consists| 00001550 20 6f 66 2c 20 61 73 20 61 63 6f 72 6e 20 67 75 | of, as acorn gu| 00001560 69 64 65 6c 69 6e 65 73 20 73 75 67 67 65 73 74 |idelines suggest| 00001570 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00001580 20 20 20 20 20 28 74 61 20 4a 6f 6e 61 74 68 61 | (ta Jonatha| 00001590 6e 29 20 6c 65 61 66 20 6e 61 6d 65 20 6f 6e 6c |n) leaf name onl| 000015a0 79 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |y. | 000015b0 20 20 20 20 2d 45 56 61 72 69 61 62 6c 65 20 6f | -EVariable o| 000015c0 70 74 69 6f 6e 20 73 75 70 70 72 65 73 73 65 73 |ption suppresses| 000015d0 20 60 45 27 20 76 61 72 69 61 62 6c 65 73 20 62 | `E' variables b| 000015e0 65 69 6e 67 0a 20 20 20 20 20 20 20 20 20 20 20 |eing. | 000015f0 20 20 20 20 20 20 20 20 20 70 72 6f 64 75 63 65 | produce| 00001600 64 20 28 73 65 65 20 65 78 61 6d 70 6c 65 20 66 |d (see example f| 00001610 69 6c 65 29 0a 31 2e 33 31 20 20 31 38 2d 4a 61 |ile).1.31 18-Ja| 00001620 6e 2d 31 39 39 33 20 20 61 73 73 65 6d 62 6c 65 |n-1993 assemble| 00001630 72 20 68 61 6e 64 6c 65 73 20 61 72 72 61 79 20 |r handles array | 00001640 6c 61 62 65 6c 73 20 28 65 67 20 5b 4f 50 54 34 |labels (eg [OPT4| 00001650 3a 2e 78 25 28 79 25 29 3a 5d 0a 20 20 20 20 20 |:.x%(y%):]. | 00001660 20 20 20 20 20 20 20 20 20 20 20 20 20 20 72 65 | re| 00001670 67 75 6c 61 72 20 65 78 70 72 65 73 73 69 6f 6e |gular expression| 00001680 73 20 75 73 65 64 20 6f 6e 20 76 61 72 69 61 62 |s used on variab| 00001690 6c 65 20 6e 61 6d 65 73 20 6e 6f 74 20 74 6f 20 |le names not to | 000016a0 73 71 75 61 73 68 0a 20 20 20 20 20 20 20 20 20 |squash. | 000016b0 20 20 20 20 20 20 20 20 20 20 28 62 75 74 20 72 | (but r| 000016c0 65 66 65 72 65 6e 63 65 20 73 61 79 73 20 66 72 |eference says fr| 000016d0 6f 6d 20 6d 61 69 6e 20 70 72 6f 67 72 61 6d 2c |om main program,| 000016e0 20 6e 6f 74 20 73 70 65 63 69 61 6c 29 0a 20 20 | not special). | 000016f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001700 20 28 6e 6f 20 73 75 70 70 6f 72 74 20 66 6f 72 | (no support for| 00001710 20 72 65 67 65 78 20 72 6f 75 74 69 6e 65 20 6e | regex routine n| 00001720 61 6d 65 73 20 6f 72 20 6c 69 62 72 61 72 69 65 |ames or librarie| 00001730 73 29 0a 0a 0a 42 75 67 73 0a 0a 54 68 65 72 65 |s)...Bugs..There| 00001740 20 61 70 70 65 61 72 73 20 74 6f 20 62 65 20 61 | appears to be a| 00001750 20 62 75 67 20 69 66 20 74 68 65 20 73 61 6d 65 | bug if the same| 00001760 20 72 6f 75 74 69 6e 65 20 69 73 20 64 65 66 69 | routine is defi| 00001770 6e 65 64 20 6d 61 6e 79 20 28 3e 20 32 29 20 74 |ned many (> 2) t| 00001780 69 6d 65 73 0a 69 6e 20 73 65 70 61 72 61 74 65 |imes.in separate| 00001790 20 6c 69 62 72 61 72 69 65 73 20 2d 20 66 6f 72 | libraries - for| 000017a0 20 6e 6f 77 20 6a 75 73 74 20 64 65 6c 65 74 65 | now just delete| 000017b0 20 74 68 65 20 65 78 74 72 61 20 63 6f 70 69 65 | the extra copie| 000017c0 73 20 61 6e 64 20 74 68 65 6e 20 69 74 0a 77 6f |s and then it.wo| 000017d0 72 6b 73 2e 0a 0a 0c 0a 0a 0a 0a 52 65 67 69 73 |rks........Regis| 000017e0 74 72 61 74 69 6f 6e 20 46 6f 72 6d 3a 0a 0a 0a |tration Form:...| 000017f0 0a 20 20 20 20 20 20 20 20 49 20 77 6f 75 6c 64 |. I would| 00001800 20 6c 69 6b 65 20 74 6f 20 72 65 67 69 73 74 65 | like to registe| 00001810 72 20 61 73 20 61 20 53 69 6e 67 6c 65 20 55 73 |r as a Single Us| 00001820 65 72 20 6f 66 20 42 61 73 43 6f 6d 70 72 65 73 |er of BasCompres| 00001830 73 20 76 31 2e 34 30 0a 20 20 20 20 20 20 20 20 |s v1.40. | 00001840 0a 20 20 20 20 20 20 20 20 61 6e 64 20 68 61 76 |. and hav| 00001850 65 20 65 6e 63 6c 6f 73 65 64 20 5f 5f 5f 5f 5f |e enclosed _____| 00001860 5f 5f 5f 5f 5f 2e 0a 20 20 20 20 20 20 20 20 0a |_____.. .| 00001870 20 20 20 20 20 20 20 20 54 68 69 73 20 44 4f 45 | This DOE| 00001880 53 20 2f 20 4e 4f 54 20 28 64 65 6c 65 74 65 20 |S / NOT (delete | 00001890 61 73 20 61 70 70 6c 69 63 61 62 6c 65 29 20 69 |as applicable) i| 000018a0 6e 63 6c 75 64 65 20 61 20 6d 61 6e 75 61 6c 2e |nclude a manual.| 000018b0 0a 20 20 20 20 20 20 20 20 0a 20 20 20 20 20 20 |. . | 000018c0 20 20 0a 20 20 20 20 20 20 20 20 54 69 74 6c 65 | . Title| 000018d0 3a 20 20 20 20 20 20 20 20 20 20 5f 5f 5f 5f 5f |: _____| 000018e0 5f 5f 5f 5f 5f 5f 0a 0a 20 20 20 20 20 20 20 20 |______.. | 000018f0 4e 61 6d 65 3a 20 20 20 20 20 20 20 20 20 20 20 |Name: | 00001900 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| 00001910 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 20 20 20 |____________. | 00001920 20 20 20 20 20 0a 20 20 20 20 20 20 20 20 41 64 | . Ad| 00001930 64 72 65 73 73 3a 20 20 20 20 20 20 20 20 5f 5f |dress: __| 00001940 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| 00001950 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 20 |______________. | 00001960 20 20 20 20 20 20 20 0a 20 20 20 20 20 20 20 20 | . | 00001970 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001980 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 000019a0 0a 20 20 20 20 20 20 20 20 0a 20 20 20 20 20 20 |. . | 000019b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000019c0 20 20 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f | ______________| 000019d0 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| 000019e0 5f 5f 0a 20 20 20 20 20 20 20 20 0a 20 20 20 20 |__. . | 000019f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001a00 20 20 20 20 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f | ____________| 00001a10 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| 00001a20 5f 5f 5f 5f 0a 20 20 20 20 20 20 20 20 0a 20 20 |____. . | 00001a30 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001a40 20 20 20 20 20 20 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f | __________| 00001a50 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| 00001a60 5f 5f 5f 5f 5f 5f 0a 20 20 20 20 20 20 20 20 0a |______. .| 00001a70 20 20 20 20 20 20 20 20 50 6f 73 74 63 6f 64 65 | Postcode| 00001a80 3a 20 20 20 20 20 20 20 5f 5f 5f 5f 5f 5f 5f 5f |: ________| 00001a90 5f 5f 5f 5f 5f 5f 5f 0a 20 20 20 20 20 20 20 20 |_______. | 00001aa0 0a 20 20 20 20 20 20 20 20 43 6f 75 6e 74 72 79 |. Country| 00001ab0 3a 20 20 20 20 20 20 20 20 5f 5f 5f 5f 5f 5f 5f |: _______| 00001ac0 5f 5f 5f 5f 5f 5f 5f 5f 0a 20 20 20 20 20 20 20 |________. | 00001ad0 20 0a 20 20 20 20 20 20 20 20 57 68 65 72 65 20 | . Where | 00001ae0 6f 62 74 61 69 6e 65 64 0a 20 20 20 20 20 20 20 |obtained. | 00001af0 20 42 61 73 43 6f 6d 70 72 65 73 73 3a 20 20 20 | BasCompress: | 00001b00 20 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f | _______________| 00001b10 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 20 20 |_____________. | 00001b20 20 20 20 20 20 20 0a 20 20 20 20 20 20 20 20 4d | . M| 00001b30 61 63 68 69 6e 65 3a 20 20 20 20 20 20 20 20 5f |achine: _| 00001b40 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00001b60 5f 5f 0a 0a 20 20 20 20 20 20 20 20 50 6f 73 73 |__.. Poss| 00001b70 69 62 6c 65 0a 20 20 20 20 20 20 20 20 69 6d 70 |ible. imp| 00001b80 72 6f 76 65 6d 65 6e 74 73 3a 20 20 20 5f 5f 5f |rovements: ___| 00001b90 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00001bb0 0a 20 20 20 20 20 20 20 20 0a 20 20 20 20 20 20 |. . | 00001bc0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001bd0 20 20 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f | ______________| 00001be0 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| 00001bf0 5f 5f 5f 5f 5f 0a 20 20 20 20 20 20 20 20 0a 20 |_____. . | 00001c00 20 20 20 20 20 20 20 4d 61 6b 65 20 63 68 65 71 | Make cheq| 00001c10 75 65 73 20 2f 20 70 6f 73 74 61 6c 20 6f 72 64 |ues / postal ord| 00001c20 65 72 73 20 70 61 79 61 62 6c 65 20 74 6f 3a 20 |ers payable to: | 00001c30 4d 72 20 43 59 20 4a 2e 20 42 4f 4f 4b 45 52 0a |Mr CY J. BOOKER.| 00001c40 20 20 20 20 20 20 20 20 0a 0a 20 20 20 20 20 20 | .. | 00001c50 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001c60 20 20 38 36 20 43 68 75 72 63 68 20 56 69 65 77 | 86 Church View| 00001c70 2c 20 20 4d 61 69 6e 20 52 6f 61 64 2c 0a 20 20 |, Main Road,. | 00001c80 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001c90 20 20 20 20 20 20 43 72 6f 63 6b 65 6e 68 69 6c | Crockenhil| 00001ca0 6c 2c 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |l,. | 00001cb0 20 20 20 20 20 20 20 20 20 20 20 53 77 61 6e 6c | Swanl| 00001cc0 65 79 2c 0a 20 20 20 20 20 20 20 20 20 20 20 20 |ey,. | 00001cd0 20 20 20 20 20 20 20 20 20 20 20 20 4b 65 6e 74 | Kent| 00001ce0 2e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |.. | 00001cf0 20 20 20 20 20 20 20 20 20 20 42 52 38 20 38 4a | BR8 8J| 00001d00 57 2e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |W.. | 00001d10 20 20 20 20 20 20 20 20 20 20 20 55 2e 4b 2e 0a | U.K..| 00001d20 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00001d30 20 20 20 20 20 20 20 20 20 49 6e 74 65 72 6e 65 | Interne| 00001d40 74 3a 20 63 79 40 63 68 65 65 70 6e 69 73 2e 64 |t: cy@cheepnis.d| 00001d50 65 6d 6f 6e 2e 63 6f 2e 75 6b 0a 20 20 20 20 20 |emon.co.uk. | 00001d60 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001d70 20 20 20 41 72 63 61 64 65 20 42 42 53 3a 20 23 | Arcade BBS: #| 00001d80 31 37 30 36 0a |1706.| 00001d85