Home » Archimedes archive » Archimedes World » AW Readers Services Special FebMar 92.adf » !ArcWorld/Goodies/ChangeFSI/!ChangeFSI/!Help
!ArcWorld/Goodies/ChangeFSI/!ChangeFSI/!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 Readers Services Special FebMar 92.adf |
Filename: | !ArcWorld/Goodies/ChangeFSI/!ChangeFSI/!Help |
Read OK: | ✔ |
File size: | 0BA6 bytes |
Load address: | FFFFFF42 |
Exec address: | DDBF08DA |
File contents
ChangeFSI ~~~~~~~~~ Introduction and credits ~~~~~~~~~~~~~~~~~~~~~~~~ The difficult part of ChangeFSI was written by Roger Wilson of Acorn Computers. For some technical information on the program, see the October 1989 issue of RISC User (Volume 2, issue 10). Originally, it was used from the command line, but I added the desktop front end to make things look better when I demonstrate Archimedes systems. In recent versions, Roger and I have collaborated to produce an application which can be used from the command line as well as from the desktop, with no loss of functionality. The program is an image processing tool which uses advanced techniques to produce the best representation of an image in a given mode. As�the algorithms used are complex, this process cannot be carried out in real-time, but the high quality of ChangeFSI output makes up for this. A more technical explanation of this appears in RISC User - but for most of us the fact that ChangeFSI works so well is sufficient! Please report any bugs or "strange features" - I can't guarantee to fix them (I haven't given up my day job yet!), but I'll do my best. If you do have my phone number, please don't call during the day - I'm a sixth form student so the best time to ring me is after 4:30 pm. My thanks are due to Roger Wilson for his help with this project. Thanks also go to Dave Coathupe, for his valuable feedback on many aspects of the program. Robert Hamilton, January 1990 Contact me at: The Forge High Street Loftus Saltburn Cleveland TS13 4HW Installing and using ChangeFSI ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You should copy the file ChangeFSI into your library directory. This will enable you to use the program from the command line as well as from the desktop. At present, the features are changing quite frequently, so it is best the type '*ChangeFSI -help' and '*ChangeFSI -formats' to check on the latest details. Rather than provide a long description of using the desktop version, I've opted to use interactive help, as this makes things easier for most of us (particularly me!). Current limitations and bugs (Version 1.16) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Erm... well, there are a few, but most of them are behind the scenes so you needn't really worry. RAM transfers to other applications may fail if they only provide a small buffer for the transfer. This should be fixed on a later version, but it is not really vital. Redrawing very small sprites can cause problems but the technique used makes large sprites a lot quicker - you can't have everything (yet!). The routines which output to AIM are not yet finished. The program contains some, but not all of the code required. So, the relevant icon is currently greyed out. A full version should be available by the end of January 90, contact me nearer the time for details. As AIM isn't totally RISC OS yet I'm not in any real hurry...
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000020 43 68 61 6e 67 65 46 53 49 0a 20 20 20 20 20 20 |ChangeFSI. | 00000030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000040 20 20 20 20 20 20 20 20 20 20 7e 7e 7e 7e 7e 7e | ~~~~~~| 00000050 7e 7e 7e 0a 0a 20 49 6e 74 72 6f 64 75 63 74 69 |~~~.. Introducti| 00000060 6f 6e 20 61 6e 64 20 63 72 65 64 69 74 73 0a 20 |on and credits. | 00000070 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |~~~~~~~~~~~~~~~~| 00000080 7e 7e 7e 7e 7e 7e 7e 7e 0a 0a 54 68 65 20 64 69 |~~~~~~~~..The di| 00000090 66 66 69 63 75 6c 74 20 70 61 72 74 20 6f 66 20 |fficult part of | 000000a0 43 68 61 6e 67 65 46 53 49 20 77 61 73 20 77 72 |ChangeFSI was wr| 000000b0 69 74 74 65 6e 20 62 79 20 52 6f 67 65 72 20 57 |itten by Roger W| 000000c0 69 6c 73 6f 6e 20 6f 66 20 41 63 6f 72 6e 0a 43 |ilson of Acorn.C| 000000d0 6f 6d 70 75 74 65 72 73 2e 20 46 6f 72 20 73 6f |omputers. For so| 000000e0 6d 65 20 74 65 63 68 6e 69 63 61 6c 20 69 6e 66 |me technical inf| 000000f0 6f 72 6d 61 74 69 6f 6e 20 6f 6e 20 74 68 65 20 |ormation on the | 00000100 70 72 6f 67 72 61 6d 2c 20 73 65 65 20 74 68 65 |program, see the| 00000110 20 4f 63 74 6f 62 65 72 0a 31 39 38 39 20 69 73 | October.1989 is| 00000120 73 75 65 20 6f 66 20 52 49 53 43 20 55 73 65 72 |sue of RISC User| 00000130 20 28 56 6f 6c 75 6d 65 20 32 2c 20 69 73 73 75 | (Volume 2, issu| 00000140 65 20 31 30 29 2e 20 4f 72 69 67 69 6e 61 6c 6c |e 10). Originall| 00000150 79 2c 20 69 74 20 77 61 73 20 75 73 65 64 20 66 |y, it was used f| 00000160 72 6f 6d 0a 74 68 65 20 63 6f 6d 6d 61 6e 64 20 |rom.the command | 00000170 6c 69 6e 65 2c 20 62 75 74 20 49 20 61 64 64 65 |line, but I adde| 00000180 64 20 74 68 65 20 64 65 73 6b 74 6f 70 20 66 72 |d the desktop fr| 00000190 6f 6e 74 20 65 6e 64 20 74 6f 20 6d 61 6b 65 20 |ont end to make | 000001a0 74 68 69 6e 67 73 20 6c 6f 6f 6b 0a 62 65 74 74 |things look.bett| 000001b0 65 72 20 77 68 65 6e 20 49 20 64 65 6d 6f 6e 73 |er when I demons| 000001c0 74 72 61 74 65 20 41 72 63 68 69 6d 65 64 65 73 |trate Archimedes| 000001d0 20 73 79 73 74 65 6d 73 2e 20 49 6e 20 72 65 63 | systems. In rec| 000001e0 65 6e 74 20 76 65 72 73 69 6f 6e 73 2c 20 52 6f |ent versions, Ro| 000001f0 67 65 72 20 61 6e 64 0a 49 20 68 61 76 65 20 63 |ger and.I have c| 00000200 6f 6c 6c 61 62 6f 72 61 74 65 64 20 74 6f 20 70 |ollaborated to p| 00000210 72 6f 64 75 63 65 20 61 6e 20 61 70 70 6c 69 63 |roduce an applic| 00000220 61 74 69 6f 6e 20 77 68 69 63 68 20 63 61 6e 20 |ation which can | 00000230 62 65 20 75 73 65 64 20 66 72 6f 6d 20 74 68 65 |be used from the| 00000240 0a 63 6f 6d 6d 61 6e 64 20 6c 69 6e 65 20 61 73 |.command line as| 00000250 20 77 65 6c 6c 20 61 73 20 66 72 6f 6d 20 74 68 | well as from th| 00000260 65 20 64 65 73 6b 74 6f 70 2c 20 77 69 74 68 20 |e desktop, with | 00000270 6e 6f 20 6c 6f 73 73 20 6f 66 20 66 75 6e 63 74 |no loss of funct| 00000280 69 6f 6e 61 6c 69 74 79 2e 0a 0a 54 68 65 20 70 |ionality...The p| 00000290 72 6f 67 72 61 6d 20 69 73 20 61 6e 20 69 6d 61 |rogram is an ima| 000002a0 67 65 20 70 72 6f 63 65 73 73 69 6e 67 20 74 6f |ge processing to| 000002b0 6f 6c 20 77 68 69 63 68 20 75 73 65 73 20 61 64 |ol which uses ad| 000002c0 76 61 6e 63 65 64 20 74 65 63 68 6e 69 71 75 65 |vanced technique| 000002d0 73 20 74 6f 0a 70 72 6f 64 75 63 65 20 74 68 65 |s to.produce the| 000002e0 20 62 65 73 74 20 72 65 70 72 65 73 65 6e 74 61 | best representa| 000002f0 74 69 6f 6e 20 6f 66 20 61 6e 20 69 6d 61 67 65 |tion of an image| 00000300 20 69 6e 20 61 20 67 69 76 65 6e 20 6d 6f 64 65 | in a given mode| 00000310 2e 20 41 73 a0 74 68 65 0a 61 6c 67 6f 72 69 74 |. As.the.algorit| 00000320 68 6d 73 20 75 73 65 64 20 61 72 65 20 63 6f 6d |hms used are com| 00000330 70 6c 65 78 2c 20 74 68 69 73 20 70 72 6f 63 65 |plex, this proce| 00000340 73 73 20 63 61 6e 6e 6f 74 20 62 65 20 63 61 72 |ss cannot be car| 00000350 72 69 65 64 20 6f 75 74 20 69 6e 0a 72 65 61 6c |ried out in.real| 00000360 2d 74 69 6d 65 2c 20 62 75 74 20 74 68 65 20 68 |-time, but the h| 00000370 69 67 68 20 71 75 61 6c 69 74 79 20 6f 66 20 43 |igh quality of C| 00000380 68 61 6e 67 65 46 53 49 20 6f 75 74 70 75 74 20 |hangeFSI output | 00000390 6d 61 6b 65 73 20 75 70 20 66 6f 72 20 74 68 69 |makes up for thi| 000003a0 73 2e 20 41 0a 6d 6f 72 65 20 74 65 63 68 6e 69 |s. A.more techni| 000003b0 63 61 6c 20 65 78 70 6c 61 6e 61 74 69 6f 6e 20 |cal explanation | 000003c0 6f 66 20 74 68 69 73 20 61 70 70 65 61 72 73 20 |of this appears | 000003d0 69 6e 20 52 49 53 43 20 55 73 65 72 20 2d 20 62 |in RISC User - b| 000003e0 75 74 20 66 6f 72 20 6d 6f 73 74 20 6f 66 20 75 |ut for most of u| 000003f0 73 0a 74 68 65 20 66 61 63 74 20 74 68 61 74 20 |s.the fact that | 00000400 43 68 61 6e 67 65 46 53 49 20 77 6f 72 6b 73 20 |ChangeFSI works | 00000410 73 6f 20 77 65 6c 6c 20 69 73 20 73 75 66 66 69 |so well is suffi| 00000420 63 69 65 6e 74 21 0a 0a 50 6c 65 61 73 65 20 72 |cient!..Please r| 00000430 65 70 6f 72 74 20 61 6e 79 20 62 75 67 73 20 6f |eport any bugs o| 00000440 72 20 22 73 74 72 61 6e 67 65 20 66 65 61 74 75 |r "strange featu| 00000450 72 65 73 22 20 2d 20 49 20 63 61 6e 27 74 20 67 |res" - I can't g| 00000460 75 61 72 61 6e 74 65 65 20 74 6f 20 66 69 78 20 |uarantee to fix | 00000470 74 68 65 6d 0a 28 49 20 68 61 76 65 6e 27 74 20 |them.(I haven't | 00000480 67 69 76 65 6e 20 75 70 20 6d 79 20 64 61 79 20 |given up my day | 00000490 6a 6f 62 20 79 65 74 21 29 2c 20 62 75 74 20 49 |job yet!), but I| 000004a0 27 6c 6c 20 64 6f 20 6d 79 20 62 65 73 74 2e 20 |'ll do my best. | 000004b0 49 66 20 79 6f 75 20 64 6f 20 68 61 76 65 20 6d |If you do have m| 000004c0 79 0a 70 68 6f 6e 65 20 6e 75 6d 62 65 72 2c 20 |y.phone number, | 000004d0 70 6c 65 61 73 65 20 64 6f 6e 27 74 20 63 61 6c |please don't cal| 000004e0 6c 20 64 75 72 69 6e 67 20 74 68 65 20 64 61 79 |l during the day| 000004f0 20 2d 20 49 27 6d 20 61 20 73 69 78 74 68 20 66 | - I'm a sixth f| 00000500 6f 72 6d 20 73 74 75 64 65 6e 74 20 73 6f 0a 74 |orm student so.t| 00000510 68 65 20 62 65 73 74 20 74 69 6d 65 20 74 6f 20 |he best time to | 00000520 72 69 6e 67 20 6d 65 20 69 73 20 61 66 74 65 72 |ring me is after| 00000530 20 34 3a 33 30 20 70 6d 2e 0a 0a 4d 79 20 74 68 | 4:30 pm...My th| 00000540 61 6e 6b 73 20 61 72 65 20 64 75 65 20 74 6f 20 |anks are due to | 00000550 52 6f 67 65 72 20 57 69 6c 73 6f 6e 20 66 6f 72 |Roger Wilson for| 00000560 20 68 69 73 20 68 65 6c 70 20 77 69 74 68 20 74 | his help with t| 00000570 68 69 73 20 70 72 6f 6a 65 63 74 2e 20 54 68 61 |his project. Tha| 00000580 6e 6b 73 0a 61 6c 73 6f 20 67 6f 20 74 6f 20 44 |nks.also go to D| 00000590 61 76 65 20 43 6f 61 74 68 75 70 65 2c 20 66 6f |ave Coathupe, fo| 000005a0 72 20 68 69 73 20 76 61 6c 75 61 62 6c 65 20 66 |r his valuable f| 000005b0 65 65 64 62 61 63 6b 20 6f 6e 20 6d 61 6e 79 20 |eedback on many | 000005c0 61 73 70 65 63 74 73 20 6f 66 20 74 68 65 0a 70 |aspects of the.p| 000005d0 72 6f 67 72 61 6d 2e 0a 0a 52 6f 62 65 72 74 20 |rogram...Robert | 000005e0 48 61 6d 69 6c 74 6f 6e 2c 20 4a 61 6e 75 61 72 |Hamilton, Januar| 000005f0 79 20 31 39 39 30 0a 0a 43 6f 6e 74 61 63 74 20 |y 1990..Contact | 00000600 6d 65 20 61 74 3a 0a 20 54 68 65 20 46 6f 72 67 |me at:. The Forg| 00000610 65 0a 20 48 69 67 68 20 53 74 72 65 65 74 0a 20 |e. High Street. | 00000620 4c 6f 66 74 75 73 0a 20 53 61 6c 74 62 75 72 6e |Loftus. Saltburn| 00000630 0a 20 43 6c 65 76 65 6c 61 6e 64 0a 20 54 53 31 |. Cleveland. TS1| 00000640 33 20 20 34 48 57 0a 0a 0a 20 49 6e 73 74 61 6c |3 4HW... Instal| 00000650 6c 69 6e 67 20 61 6e 64 20 75 73 69 6e 67 20 43 |ling and using C| 00000660 68 61 6e 67 65 46 53 49 0a 20 7e 7e 7e 7e 7e 7e |hangeFSI. ~~~~~~| 00000670 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |~~~~~~~~~~~~~~~~| 00000680 7e 7e 7e 7e 7e 7e 7e 7e 0a 0a 59 6f 75 20 73 68 |~~~~~~~~..You sh| 00000690 6f 75 6c 64 20 63 6f 70 79 20 74 68 65 20 66 69 |ould copy the fi| 000006a0 6c 65 20 43 68 61 6e 67 65 46 53 49 20 69 6e 74 |le ChangeFSI int| 000006b0 6f 20 79 6f 75 72 20 6c 69 62 72 61 72 79 20 64 |o your library d| 000006c0 69 72 65 63 74 6f 72 79 2e 20 54 68 69 73 20 77 |irectory. This w| 000006d0 69 6c 6c 0a 65 6e 61 62 6c 65 20 79 6f 75 20 74 |ill.enable you t| 000006e0 6f 20 75 73 65 20 74 68 65 20 70 72 6f 67 72 61 |o use the progra| 000006f0 6d 20 66 72 6f 6d 20 74 68 65 20 63 6f 6d 6d 61 |m from the comma| 00000700 6e 64 20 6c 69 6e 65 20 61 73 20 77 65 6c 6c 20 |nd line as well | 00000710 61 73 20 66 72 6f 6d 20 74 68 65 0a 64 65 73 6b |as from the.desk| 00000720 74 6f 70 2e 20 41 74 20 70 72 65 73 65 6e 74 2c |top. At present,| 00000730 20 74 68 65 20 66 65 61 74 75 72 65 73 20 61 72 | the features ar| 00000740 65 20 63 68 61 6e 67 69 6e 67 20 71 75 69 74 65 |e changing quite| 00000750 20 66 72 65 71 75 65 6e 74 6c 79 2c 20 73 6f 20 | frequently, so | 00000760 69 74 20 69 73 0a 62 65 73 74 20 74 68 65 20 74 |it is.best the t| 00000770 79 70 65 20 27 2a 43 68 61 6e 67 65 46 53 49 20 |ype '*ChangeFSI | 00000780 2d 68 65 6c 70 27 20 61 6e 64 20 27 2a 43 68 61 |-help' and '*Cha| 00000790 6e 67 65 46 53 49 20 2d 66 6f 72 6d 61 74 73 27 |ngeFSI -formats'| 000007a0 20 74 6f 20 63 68 65 63 6b 20 6f 6e 20 74 68 65 | to check on the| 000007b0 0a 6c 61 74 65 73 74 20 64 65 74 61 69 6c 73 2e |.latest details.| 000007c0 20 52 61 74 68 65 72 20 74 68 61 6e 20 70 72 6f | Rather than pro| 000007d0 76 69 64 65 20 61 20 6c 6f 6e 67 20 64 65 73 63 |vide a long desc| 000007e0 72 69 70 74 69 6f 6e 20 6f 66 20 75 73 69 6e 67 |ription of using| 000007f0 20 74 68 65 20 64 65 73 6b 74 6f 70 0a 76 65 72 | the desktop.ver| 00000800 73 69 6f 6e 2c 20 49 27 76 65 20 6f 70 74 65 64 |sion, I've opted| 00000810 20 74 6f 20 75 73 65 20 69 6e 74 65 72 61 63 74 | to use interact| 00000820 69 76 65 20 68 65 6c 70 2c 20 61 73 20 74 68 69 |ive help, as thi| 00000830 73 20 6d 61 6b 65 73 20 74 68 69 6e 67 73 20 65 |s makes things e| 00000840 61 73 69 65 72 20 66 6f 72 0a 6d 6f 73 74 20 6f |asier for.most o| 00000850 66 20 75 73 20 28 70 61 72 74 69 63 75 6c 61 72 |f us (particular| 00000860 6c 79 20 6d 65 21 29 2e 20 0a 0a 0a 20 43 75 72 |ly me!). ... Cur| 00000870 72 65 6e 74 20 6c 69 6d 69 74 61 74 69 6f 6e 73 |rent limitations| 00000880 20 61 6e 64 20 62 75 67 73 20 28 56 65 72 73 69 | and bugs (Versi| 00000890 6f 6e 20 31 2e 31 36 29 0a 20 7e 7e 7e 7e 7e 7e |on 1.16). ~~~~~~| 000008a0 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |~~~~~~~~~~~~~~~~| * 000008c0 7e 7e 7e 7e 7e 0a 0a 45 72 6d 2e 2e 2e 20 77 65 |~~~~~..Erm... we| 000008d0 6c 6c 2c 20 74 68 65 72 65 20 61 72 65 20 61 20 |ll, there are a | 000008e0 66 65 77 2c 20 62 75 74 20 6d 6f 73 74 20 6f 66 |few, but most of| 000008f0 20 74 68 65 6d 20 61 72 65 20 62 65 68 69 6e 64 | them are behind| 00000900 20 74 68 65 20 73 63 65 6e 65 73 20 73 6f 20 79 | the scenes so y| 00000910 6f 75 0a 6e 65 65 64 6e 27 74 20 72 65 61 6c 6c |ou.needn't reall| 00000920 79 20 77 6f 72 72 79 2e 0a 0a 52 41 4d 20 74 72 |y worry...RAM tr| 00000930 61 6e 73 66 65 72 73 20 74 6f 20 6f 74 68 65 72 |ansfers to other| 00000940 20 61 70 70 6c 69 63 61 74 69 6f 6e 73 20 6d 61 | applications ma| 00000950 79 20 66 61 69 6c 20 69 66 20 74 68 65 79 20 6f |y fail if they o| 00000960 6e 6c 79 20 70 72 6f 76 69 64 65 20 61 20 73 6d |nly provide a sm| 00000970 61 6c 6c 0a 62 75 66 66 65 72 20 66 6f 72 20 74 |all.buffer for t| 00000980 68 65 20 74 72 61 6e 73 66 65 72 2e 20 54 68 69 |he transfer. Thi| 00000990 73 20 73 68 6f 75 6c 64 20 62 65 20 66 69 78 65 |s should be fixe| 000009a0 64 20 6f 6e 20 61 20 6c 61 74 65 72 20 76 65 72 |d on a later ver| 000009b0 73 69 6f 6e 2c 20 62 75 74 20 69 74 20 69 73 0a |sion, but it is.| 000009c0 6e 6f 74 20 72 65 61 6c 6c 79 20 76 69 74 61 6c |not really vital| 000009d0 2e 0a 0a 52 65 64 72 61 77 69 6e 67 20 76 65 72 |...Redrawing ver| 000009e0 79 20 73 6d 61 6c 6c 20 73 70 72 69 74 65 73 20 |y small sprites | 000009f0 63 61 6e 20 63 61 75 73 65 20 70 72 6f 62 6c 65 |can cause proble| 00000a00 6d 73 20 62 75 74 20 74 68 65 20 74 65 63 68 6e |ms but the techn| 00000a10 69 71 75 65 20 75 73 65 64 20 6d 61 6b 65 73 0a |ique used makes.| 00000a20 6c 61 72 67 65 20 73 70 72 69 74 65 73 20 61 20 |large sprites a | 00000a30 6c 6f 74 20 71 75 69 63 6b 65 72 20 2d 20 79 6f |lot quicker - yo| 00000a40 75 20 63 61 6e 27 74 20 68 61 76 65 20 65 76 65 |u can't have eve| 00000a50 72 79 74 68 69 6e 67 20 28 79 65 74 21 29 2e 0a |rything (yet!)..| 00000a60 0a 54 68 65 20 72 6f 75 74 69 6e 65 73 20 77 68 |.The routines wh| 00000a70 69 63 68 20 6f 75 74 70 75 74 20 74 6f 20 41 49 |ich output to AI| 00000a80 4d 20 61 72 65 20 6e 6f 74 20 79 65 74 20 66 69 |M are not yet fi| 00000a90 6e 69 73 68 65 64 2e 20 54 68 65 20 70 72 6f 67 |nished. The prog| 00000aa0 72 61 6d 20 63 6f 6e 74 61 69 6e 73 0a 73 6f 6d |ram contains.som| 00000ab0 65 2c 20 62 75 74 20 6e 6f 74 20 61 6c 6c 20 6f |e, but not all o| 00000ac0 66 20 74 68 65 20 63 6f 64 65 20 72 65 71 75 69 |f the code requi| 00000ad0 72 65 64 2e 20 53 6f 2c 20 74 68 65 20 72 65 6c |red. So, the rel| 00000ae0 65 76 61 6e 74 20 69 63 6f 6e 20 69 73 20 63 75 |evant icon is cu| 00000af0 72 72 65 6e 74 6c 79 0a 67 72 65 79 65 64 20 6f |rrently.greyed o| 00000b00 75 74 2e 20 41 20 66 75 6c 6c 20 76 65 72 73 69 |ut. A full versi| 00000b10 6f 6e 20 73 68 6f 75 6c 64 20 62 65 20 61 76 61 |on should be ava| 00000b20 69 6c 61 62 6c 65 20 62 79 20 74 68 65 20 65 6e |ilable by the en| 00000b30 64 20 6f 66 20 4a 61 6e 75 61 72 79 20 39 30 2c |d of January 90,| 00000b40 0a 63 6f 6e 74 61 63 74 20 6d 65 20 6e 65 61 72 |.contact me near| 00000b50 65 72 20 74 68 65 20 74 69 6d 65 20 66 6f 72 20 |er the time for | 00000b60 64 65 74 61 69 6c 73 2e 20 41 73 20 41 49 4d 20 |details. As AIM | 00000b70 69 73 6e 27 74 20 74 6f 74 61 6c 6c 79 20 52 49 |isn't totally RI| 00000b80 53 43 20 4f 53 20 79 65 74 20 49 27 6d 0a 6e 6f |SC OS yet I'm.no| 00000b90 74 20 69 6e 20 61 6e 79 20 72 65 61 6c 20 68 75 |t in any real hu| 00000ba0 72 72 79 2e 2e 2e |rry...| 00000ba6