Acorn Springboard

Total Page:16

File Type:pdf, Size:1020Kb

Acorn Springboard Acorn Springboard Powered by Acorns innovative ARM RISC processor, the Springboard coprocessor board turns your PC into a very powerful workstation, albeit minus the stunning graphics. Such numbercrunching power doesnt come cheap, however, as Dick Pountain discovered. The Acorn Springboard is a coprocessor board for IBM PC compatibles, powered by an Acorn ARM RISC processor. It contains either 1 or 4Mbytes of memory and communicates with the host PC through Acorns Tube parallel interface, originally developed on the BBC Micro. The Springboard is a selfcontained computer and can run programs quite independently of the host PC; this enables dual tasking, where the user runs an application on the PC while the Springboard runs its own program in the background. On the other hand, the Springboard Interface Software permits the board to swap data with the host PC using fast block transfers, to make DOS interrupt calls and use the host disks and filing system. The 8MHz ARM processor is one of the fastest microprocessors available today, capable of sustaining 4MIPS (million instructions per second). Adding a Springboard to a PC or AT gives you a workstation with computing power, for suitable tasks, that rivals that of a VAX control, which further reinforces this podule interface is not fast enough to support minicomputer. The sort of tasks that Acorn orientation toward the laboratory. the required level of VIDC/ MEMC has in mind for the Springboard are mainly One thing to be clear about right from the communication. If you need the graphics, buy numbercrunching ones, especially for start is that the Springboard will not turn your an Archimedes; Springboard is for CPU scientists and engineers; a Fortran compiler PC into an Acorn Archimedes, for the simple power only. is available, as is a Lisp interpreter complete reason that it lacks the Archimedes graphics. Hardware with the Reduce 4 Symbolic Maths system, The Springboard relies entirely on the host which until now has been too much for a PC for screen I/O, and the Acorn VIDC chip The Springboard is a full length card which occupies a single PC slot. It contains a micro to handle. The Springboard contains a which is responsible for the Archimedes jumper block that allows alteration of the fast external bus connector which can take graphic displays is not even present on the addresses of the I/O ports through which it addon podules, and the first two podules to board. Nor is it likely that graphics ability will will appear to the PC, a facility which I tested be released will be a very fast floatingpoint be added as a podule, because the immediately because my external hard disk coprocessor and an IEEE parallel interface Archimedes attains its superb graphics occupies the default port used by for data capture and instrument performance thanks to the close coupling of Springboard at 300hex. To inform the its various components, and the software of the new I/O address it is merely necessary to alter the 118 PCW JANUARY 1988 contents of a text file, ARMREG.DAT, from Part of the interface software lives in ROM places, with which you can become familiar, 300 to 308, or whatever. This faecility allows on the Springboard itself. The rest takes the rather than between two abstract modes; it up to four Springboards to be fitted in a single form of a hefty TSR ( is precisely the same illusion that makes PC, all of which could run different programs terminateandstayresident) program which SideKick and other popup software so simultaneously. runs on the PC host, called ARMINIT.EXE effective. Which reminds me: to my great The board I tested was the 4Mbytes and a frontend command interpreter called surprise and pleasure, I was able to pop up version, and its memory comes in the ARM.EXE. This takes up 131k of memory SideKick while running the ARM without any increasingly familiar form of four SIMM and so it is not worth using Springboard with trouble; this is quite a testament to the ' modules filled with nine 1Megabit chips each much less than a full 640k PC if you plan to hygiene of the interrupt handling in ARM. (parity checking is included, hence the extra run large PC applications too. ARMINIT loads EXE. one), and mounted in angled plastic grooves itself and resets the ARM, reporting on its I said that the Springboard screen would be to reduce the board area consumed. The rest success as it does so; then it goes to sleep exactly as you left it, but in fact there may of the neatly laid out board contains the ARM until summoned. The only small problem I have been some activity while you were itself, the Acorn MEMC memory controller found here is that the ARM will only initialise away, because any program running on the chip which translates all the addresses fed to properly if ARMINIT is run from the directory ARM continues to run when you return to the ARM, and the Acorn IOC chip which in which the ARM files are stored (probably DOS. When you have launched an ARM controls the podule interface, a Tube chip ARMREG.DAT is the important one); it program from the A> prompt, you can exit and four hefty EPROMs containing interface doesnt like PATH specifications and hangs back to DOS without waiting for it to software. Rather surprisingly, the EPROM the PC if invoked from another directory. terminate by pressing the CtrlEsc keys, does not contain Basic V, which comes To wake up the Springboard you type ARM leaving the program running. The converse is separately on disk and is RAMresident. at the PCDOS prompt, whereupon the screen not true; a DOS program cannot be running Across the very middle of the card runs a clears and the prompt changes from your when you activate the ARM because you 96pin female connector which is the podule normal prompt to A>. You are now talking to need to be at the DOS prompt to do it, and bus. The podules will be piggybacked boards the Springboards ARM rather than the PCs nor does CtrlEsc interrupt DOS programs. It which occupy a second PC slot adjacent to 8088. However, if you type DIR, a directory is possible to write DOS programs that can the Springboard, both for reasons of listing appears as usual, and whats more it is communicate with Springboard programs, but mechanical rigidity and to draw their power the listing of the directory you were in when more of that later. The point is that the directly from the PC bus. I was not supplied you typed ARM. The file system has crossed Springboard cannot be invoked from inside with any podules for review, but I do have the over from the PC to the ARM address space. standard DOS applications. I had a problem specifications of the floating point and IEEE This means for example that you could use a with the CtrlEsc command, in that it wouldnt podules. PCbased text editor to prepare program work while I had Borlands SuperKey loaded ( The floating point unit eschews the better code, then type ARM to perform the switch in whatever order). However, Ive had trouble known coprocessors like the Motorola 68881, and compile the resulting file with the ARM C with several other applications and Intel 80387 or Weitek in favour of ATTs Compiler, without any copying or conversion SuperKey, which appears to be rather WE32206 Math Acceleration Unit. This part of files at all. The frontend program maintains badlybehaved, and so dont feel inclined to was designed to complement ATTs 32bit its own default drive and directory which may put much blame on Acorn. Unix engine, the 32200, and looks like a very be different from that set in DOS. The ARM command can also take serious device indeed. Fabricated in 1 micron When you type EXIT to leave the command line parameters which make it CMOS, it performs single (32bit), double ( Springboard, you are returned to DOS even easier to set off a Springboard program. 64bit) and doubleextended (80bit) maths to exactly as you left it. I mean exactly, for the Typing ARM E MYPROG at DOS causes an ANSI/IEEE standard with onchip support for interface software actually buffers the original ARM program called MYPROG to be run on trig functions and square root. It uses a 32bit screen and restores it so that you see the the Springboard but then exits immediately bidirectional data bus to communicate with its word ARM you typed to leave it. When you back to DOS; its like launching a background ARM host, and can be clocked at up to type ARM again the A> screen is similarly task. ARM X MYPROG means exit back to 24MHz. restored exactly as when you left it. A DOS only when the ARM application The IEEE488 interface podule from seemingly trivial detail like this has a powerful MYPROG terminates. When an ARM Intelligent Interfaces Ltd is developed from effect on the ease of use of the software, application is running in background it one it produces for the BBC Micro, and can because it creates the concrete illusion of cannot do any I/O at all, either to screen or control up to 14 IEEE test and measurement switching between two real disk. I/O calls are suspended until you switch devices, plotter or printers. It can transfer back to the ARM side of the fence, hence any data at 250k per second and may be application which needs to do screen or disk programmed in highlevel languages such as I/O is better launched with ARM X.
Recommended publications
  • Acorn Risc Pc 600
    ACORN RISC PC 600 Acorn Acorns retort to the PowerMacs is an example of innovative design, with extensive expansion, the promise of RISC better cross-platform compatibility and graphics performance Archimedes owners only dreamed about. Ian PC 600 Burley gets a slice of the action. and CPU fans as the chip generates less than 1W of heat. Current ARM610s are 0.8 micron parts, and sample 0.6 micron parts are testing at 40MHz. One of the most striking aspects of the new RISC PC is its case, designed under the auspices of Allen Boothroyd, who designed the original BBC Micro and was a force behind hi-fi manufacturer Meridian. It is made of tough Bayer Bayblend ABS/Polycarbonate, which is used to make riot shields. Internal surfaces are coated to reduce radio frequency interference (RFI) but the external surface is an unpainted light grey. There is provision for screw-mounted peripherals inside but devices like CD-ROMs and hard disks will be clip-mounted Apple-style. Two twist-locking pins need to be turned 90° to get the case lid off. These can be padlocked and the case tethered. It takes less than a minute to open the case, swap processor modules and refit the lid, without any tools. Standard models have a slimline base case with ^ RISC PC Acorn Computers of Cambridge, and not their a two-expansion slot backplane; the front panel has a 600s get the colleagues from Cupertino, were the first to bring spring-loaded door to hide the floppy drive. If you need latest release affordable RISC computing to the masses.
    [Show full text]
  • Updated Virtualrpc Components for RISC OS 6
    ne of the main things that keeps me using my Risc PC is the versatility of the operating system - mainly due to it’s universal draw file format. For Oinstance I construct the centre pages in Artworks as this now has excellent PDF export facilities. However for proofing the magazine before it gets sent to the printers I like to do a printout to see if everything works properly. Because Artworks now can deal with multiple pages it is very easy to save each page either as an Artworks file or Draw file directly into the magazine’s Ovation Pro file by dragging and dropping. A two second job! Other computer platforms don’t generally have this facility of moving files directly into open application windows. Generally to move a file to another application you have to use the dreaded ‘save as’ filer window - choose a suitable format - navigate to where you need to save the file - save it - go to the other application - open a filer window - navigate to the saved file - open it in the new application. If you need to transfer a different file type you generally have to go through all that palaver again. Two seconds on RISC OS, thirty seconds on OS X or Windows. Draw is a great program with no real equivalent on a PC or Mac. For instance it can be put to good use in music for constructing objects the original program can’t do. I use the Sibelius music setting program on both RISC OS and Windows. The RISC OS still has one or two advantages over the PC version, one of which is it’s ability to export to Draw.
    [Show full text]
  • Acorn Archimedes
    Copyright © Acorn Computers Limited 1988 Neither the whole nor any part of the information contained in, nor the product described in this Guide may be adapted or reproduced in any material form except with the prior written approval of Acorn Computers Limited. The products described in this manual are subject to continuous development and improvement. All information of a technical nature and particulars of the products and their use (including the information and particulars in this Guide) are given by Acorn Computers Limited in good faith. However, Acorn Computers Limited cannot accept any liability for any loss or damage arising from the use of any information or particulars in this manual, or any incorrect use of the products. All maintenance and service on the products must be carried out by Acorn Computers' authorised dealers. Acorn Computers Limited can accept no liability whatsoever for any loss or damage caused by service, maintenance or repair by unauthorised personnel. All correspondence should be addressed to: Customer Support and Service Acorn Computers Limited Fulbourn Road Cherry Hinton Cambridge CB1 4JN Information can also be obtained from the Acorn Support Information Database (SID). This is a direct dial viewdata system available to registered SID users. Initially, access SID on Cambridge (0223) 243642: this will allow you to inspect the system and use a response frame for registration. ACORN, ARCHIMEDES and ECONET are trademarks of Acorn Computers Limited. Within this publication, the term 'BBC' is used as an abbreviation for 'British Broadcasting Corporation'. Edition 2 First published 1988 Published by Acorn Computers Limited ISBN 1 85250 055 7 Part number 0483,000 Issue 1 1 2 Welcome to the Archimedes personal workstation This guide introduces your new Archimedes personal workstation.
    [Show full text]
  • Access Technology: a Guide to Educational Technology Resources for Visually Impaired Users
    DOCUMENT RESUME ED 399 715 EC 305 046 AUTHOR Lodge, John, Ed. TITLE Access Technology: A Guide to Educational Technology Resources for Visually Impaired Users. INSTITUTION Royal National Inst. for the Blind, London (England). REPORT NO ISBN-1-85878-083-7 PUB DATE 96 NOTE 121p. AVAILABLE FROM Royal National Inst. for the Blind (RNIB), National Education Services, Garrow House, 190 Kensal Road, London W10 5BT (10 British pounds). PUB TYPE Guides NonClassroom Use (055) EDRS PRICE MF01/PC05 Plus Postage. DESCRIPTORS Assistive Devices (for Disabled); Braille; *Communication Aids (for Disabled); *Computer Uses in Education; Educational Technology; Electronic Equipment; Elementary Secondary Education; Foreign Countries; *Low Vision Aids; Partial Vision; Speech Synthesizers; *Visual Impairments IDENTIFIERS *United Kingdom ABSTRACT This book presents an introduction to the range of technology that can be used to assist in the education of students with visual impairments, with descriptions of the main features of approximately 45 systems. After an introductory chapter, Chapter 1 identifies four key uses for technology: in communication, in the production of materials, to provide access to information, and as a curriculum tool. Chapter 2 explains different computers and accessories including expansion cards, ink printers, scanners, CD-ROMs, special access systems, and overlay boards. Chapter 3 describes large display systems, including large text on screen, large print word processors, computer magnification systems, magnification system hardware, closed circuit television systems, and large print (paper). Chapter 4 reviews a variety of Braille systems such as electronic Braille displays, Braille note takers, mechanical Braille keyboards, and translation software for Braille. Chapter 5 evaluates speech systems, including screen readers, speech synthesizers, talking word processors, and different speech devices.
    [Show full text]
  • OF the 1980S
    THAT MADE THE HOME COMPUTER REVOLUTION OF THE 1980s 23 THAT MADE THE HOME COMPUTER REVOLUTION OF THE 1980s First published in 2021 by Raspberry Pi Trading Ltd, Maurice Wilkes Building, St. John’s Innovation Park, Cowley Road, Cambridge, CB4 0DS Publishing Director Editors Russell Barnes Phil King, Simon Brew Sub Editor Design Nicola King Critical Media Illustrations CEO Sam Alder with Brian O Halloran Eben Upton ISBN 978-1-912047-90-1 The publisher, and contributors accept no responsibility in respect of any omissions or errors relating to goods, products or services referred to or advertised in this book. Except where otherwise noted, the content of this book is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0). Contents Introduction. 6 Research Machines 380Z. 8 Commodore PET 2001. 18 Apple II. 36 Sinclair ZX80 and ZX81. 46 Commodore VIC-20 . 60 IBM Personal Computer (5150). 78 BBC Micro . 90 Sinclair ZX Spectrum. 114 Dragon 32. 138 Commodore 64. 150 Acorn Electron . .166 Apple Macintosh . .176 Amstrad CPC 464. 194 Sinclair QL . .210 Atari 520ST. 222 Commodore Amiga. 234 Amstrad PCW 8256. 256 Acorn Archimedes . .268 Epilogue: Whatever happened to the British PC? . .280 Acknowledgements . 281 Further reading, further viewing, and forums. 283 Index . .286 The chapters are arranged in order of each computer’s availability in the UK, as reflected by each model’s date of review in Personal Computer World magazine. Introduction The 1980s was, categorically, the best decade ever. Not just because it gave us Duran Duran and E.T., not even because of the Sony Walkman.
    [Show full text]
  • ACORN RISC MACHINE Jitendra Marathe ARM Is a Reduced
    SRJIS / BIMONTHLY/JITENDRA MARATHE. (581-585) ACORN RISC MACHINE Jitendra Marathe ARM is a reduced instruction set computer (RISC) instruction set architecture (ISA) developed by ARM Holdings. It was named the Advanced RISC Machine and, before that, the Acorn RISC Machine. The ARM architecture is the most widely used 32-bit instruction set architecture in numbers produced. Originally conceived by Acorn Computers for use in its personal computers, the first ARM-based products were the co-processor modules for the BBC series of computers. Features and applications: In 2005 about 98% of the more than one billion mobile phones sold each year used at least one ARM processor. As of 2009 ARM processors accounted for approximately 90% of all embedded 32-bit RISC processors and were used extensively in consumer electronics, including personal digital assistants (PDAs), tablets, mobile phones, digital media and music players, hand-held game consoles, calculators and computer peripherals such as hard drives and routers. Licensees: The ARM architecture is licensable. Companies that are current or former ARM licensees include Alcatel-Lucent, Apple Inc., AppliedMicro, Atmel, Broadcom, Cirrus Logic, CSR_plc, Digital Equipment Corporation, Ember, Energy Micro, Freescale, Intel (through DEC), LG, Marvell Technology Group, Microsemi, Microsoft, NEC, Nintendo, Nuvoton, Nvidia, Sony, NXP (formerly Philips Semiconductor), Oki, ON Semiconductor, Psion, Qualcomm, Renesas, Samsung, Sharp, Silicon Labs, STMicroelectronics, Symbios Logic, Texas Instruments, VLSI Technology, Yamaha, Fuzhou Rockchip, and ZiiLABS. In addition to the abstract architecture, ARM offers several microprocessor core designs, including the ARM7, ARM9, ARM11, Cortex- A8, Cortex-A9, and Cortex-A15. Companies often license these designs from ARM to manufacture and integrate into their own system on a chip (SoC) with other components like RAM, GPUs, or radio basebands (for mobile phones).
    [Show full text]
  • VIDC Enhancer Board and Sync on Green Fix for Acorn Archimedes A300, A400, A400/1 and A3000
    VIDC Enhancer board and Sync on Green fix for Acorn Archimedes A300, A400, A400/1 and A3000 Contents About the Retro-Kit VIDC Enhancer board ............................................................................................ 4 How it works ..................................................................................................................................... 4 Copyright notice................................................................................................................................ 4 Disclaimer ......................................................................................................................................... 4 A note about monitors .......................................................................................................................... 5 VGA display modes ........................................................................................................................... 5 Differences between RISC OS 2 and RISC OS 3...................................................................................... 5 VIDC Enhancer board differences for each model of Archimedes ........................................................ 7 Riser board configuration ................................................................................................................. 7 Non-riser configuration ..................................................................................................................... 8 Preparing your Archimedes for the VIDC Enhancer
    [Show full text]
  • Basic Skills Software Guide for the Apple Macintosh, Acorn Archimedes, RM Nimbus, IBM PC and Compatibles
    DOCUMENT RESUME ED 382 804 CE 068 887 AUTHOR Hollin, Freda, Comp.; Rowbottom, Nancy, Comp. TITLE Basic Skills Software Guide for the Apple Macintosh, Acorn Archimedes, RM Nimbus, IBM PC and Compatibles. Second Edition. INSTITUTION Adult Literacy and Basic Skills Unit, London (England). REPORT NO ISBN-1-85990-012-7 PUB DATE Mar 95 NOTE 80p.; Updated by Freda Hollin and Maggie Jakeman. AVAILABLE FROMAdult Literacy and Basic Ekills Unit. Commonwealth House, 1-19 New Oxford Street, London WC1A 1NU, England, United Kingdom (6.50 British pounds plus postage and packing). PUB TYPE Guides Non-Classroom Use (055) EDRS PRICE MF01/PC04 Plus Postage. DESCRIPTORS *Adult Basic Education; *Adult Literacy; *Basic Skills; Computer Assisted Instruction; *Computer Software; Courseware; Databases; Desktop Publishing; *English (Second Language); Foreign Countries; Job Skills; *Numeracy; Spreadsheets IDENTIFIERS Great Britain ABSTRACT This British guide contains reviews of software available for Basic Skills, including English for Speakers of Other Languages, in both education and training for employment. In addition, it offers guidance on how to use software effectively to develop basic skills. Section 1 provides information about the following aspects of the guide: computers and compatibility, windows, software included, prices, suppliers, and types of software--content free, dedicated, drill and practice, computer-based learning and training, and multimedia. Section 2 categorizes the software for literacy into these groups: literacy, numeracy, work skills, word processors, databases, spreadsheets, integrated packages, and desktop publishing. Before the appropriate category, information is provided on using a word processor, using a database, using a spreadsheet, integrated packages, and desktop publishing. Each review is accompanied by this information in a sidebar format: make of computer, price, publisher, and availability.
    [Show full text]
  • Acorn Archimedes
    Acorn Archimedes Fuelled by Acorns innovative ARM RISC processor, the Archimedes or A series offer workstation power and spectacular graphics abilities at PC prices. With their place in education already assured, Dick Pountain believes their speed may also guarantee them entry into the business world. 98 PCW AUGUST 1987 Ever since Acorn first announced the details of its ARM RISC processor chip it has been quite obvious, despite rather feeble denials from the company, that ARM was intended to power the successor to the venerable BBC Computer. ARMs designers quite openly stated their goal, which was to produce a 32bit replacement for the 6502, all the major competitors having been rejected as inadequate. When last year Acorn launched the Master, a slightly repackaged Beeb, it was received in the press with something approaching scorn, and many people expressed scepticism about whether Acorn had the wherewithall to do anything useful with ARM. With the launch of the Archimedes or ' A series of computers, we can see that the Master was merely a stopgap measure, and that behind the scenes One concession to industry standards is the Archimedes keyboard, which Aeorn was giving everything it had to offers both IBM PC and BBC Model B compatibility. Like the Model 300 it ARM technology. It has been well worth has red function keys, presumably to persuade BBC Model B owners to upgrade the wait. The A series machines offer to an Archimedes. A threebutton mouse is fitted as standard workstation power at personal computer prices, and they deliver this power to the ecute in a single clock cycle.
    [Show full text]
  • Arm System-On-Chip Architecture.Pdf
    Preface Aims This book introduces the concepts and methodologies employed in designing a system-on-chip (SoC) based around a microprocessor core and in designing the microprocessor core itself. The principles of microprocessor design are made con- crete by extensive illustrations based upon the ARM. The aim of the book is to assist the reader in understanding how SoCs and micro- processors are designed and used, and why a modern processor is designed the way that it is. The reader who wishes to know only the general principles should find that the ARM illustrations add substance to issues which can otherwise appear somewhat ethereal; the reader who wishes to understand the design of the ARM should find that the general principles illuminate the rationale for the ARM being as it is. Other microprocessor architectures are not described in this book. The reader who wishes to make a comparative study of architectures will find the required informa- tion on the ARM here but must look elsewhere for information on other designs. Audience The book is intended to be of use to two distinct groups of readers: • Professional hardware and software engineers who are tasked with designing an SoC product which incorporates an ARM processor, or who are evaluating the ARM for a product, should find the book helpful in their duties. Although there is considerable overlap with ARM technical publications, this book provides a broader context with more background. It is not a substitute for the manufac turer's data, since much detail has had to be omitted, but it should be useful as an introductory overview and adjunct to that data.
    [Show full text]
  • APP87 Retail Price List 15Th Edition April 1990
    ACORN RETAIL PRICE LIST APRIL 1990 RRP RRP GENERAL INFORMATION including excluding Code Description VAT VAT • Prices are correct at the time of going to press. Acorn reserves the right to update without prior notice. All sales by ARCHIMEDES EXPANSION CARDS Acorn subject to Acorn's standard conditions of sale. AKA01 Backplane for Expansion Cards 44.85 39.00 AKA15 MIDI Add-on to I/0 33.35 29.00 AKA20 Floating Point Expansion Card 688.85 599.00 • Correspondence regarding orders, deliveries and sales ARCHIMEDES UPGRADES queries for products, should be addressed to your local dealer. AKA51 0.5 Mbyte RAM for Archimedes 305 ' 171.35 149.00 • To obtain a dealer list please contact our Fulbourn Road AKA52 1 Mbyte RAM for 400/1 Series 171.35 149.00 office in Cambridge (0223) 245200. AKD50 Floppy Disc Upgrade for 300 Series 132.25 115.00 AKD51 Floppy Disc Upgrade for • Delivery of all products is subject to availability. 400/1 Series 143.75 125.00 AKD52 20 Mbyte Hard Disc + • Certain product prices include Manuals which are not Controller Card' 458.85 399.00 subject to VAT. AKA62 RISC OS Upgrade 33.35 29.00 AKA22 MEMC1A Upgrade 79.35 69.00 ' Prices are inclusive of fitting charges by your local dealer. • Applications software for the Archimedes and A3000 ARCHIMEDES DOCUMENTATION range of personal workstations is also supplied by a large AKJ05 Archimedes Welcome Guide number of independent software vendors. (RISC OS) 5.00 5.00 AKJ06 Archimedes User Guide (RISC OS) 15.00 15.00 THE LEARNING CURVE AKB19 The Leaming Curve 798.97 699.00 AKB19
    [Show full text]
  • Acorn Technical Publications Style Guide Copyright © Acorn Computers Limited 1997
    Acorn Technical Publications Style Guide Copyright © Acorn Computers Limited 1997. All rights reserved. Updates and changes copyright © 2018 RISC OS Open Ltd. All rights reserved. Issue 1 published by Acorn Computers Technical Publications Department. Issue 2 published by Acorn Computers Technical Publications Department. Issue 3 published by RISC OS Open Ltd. No part of this publication may be reproduced or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording or otherwise, or stored in any retrieval system of any nature, without the written permission of the copyright holder and the publisher, application for which shall be made to the publisher. The product described in this manual is not intended for use as a critical component in life support devices or any system in which failure could be expected to result in personal injury. The product described in this manual is subject to continuous development and improvement. All information of a technical nature and particulars of the product and its use (including the information and particulars in this manual) are given by the publisher in good faith. However, the publisher cannot accept any liability for any loss or damage arising from the use of any information or particulars in this manual. If you have any comments on this manual, please complete the form at the back of the manual and send it to the address given there. All trademarks are acknowledged as belonging to their respective owners. Published by RISC OS Open Ltd. Issue 1, January 1992 (Acorn part number AKJ17). Issue 2, August 1997 (Acorn part number 0472,501).
    [Show full text]