MANUAL FOR ASCEDIT (BBC BASIC) This file describes the program ASCEDIT which loads in any file of size 16k or less to edit one byte at a time,then resave as 'OUTPUT'. The manual is (C)1998 SPROW and software is (C)1996 SPROW INSTRUCTIONS- At the BASIC prompt,type CHAIN"ASCEDIT" Supply the program with a filename,and that will be loaded in. The file will be displayed in a '*DUMP' style,which can then be moved around using the cursor keys.Typing at the cursor overwrites the current byte and values must be entered in hexadecimal. When finished,press 'ESCAPE' to save your changes - the result will be saved as OUTPUT on the current media. EXIT MESSAGES- "Bad name or file not found" - the filename you entered does not exist "File too large to fit in memory" - only 16k or less files can be edited KNOWN PROBLEMS/FUTURE ENHANCEMENTS- No known problems HISTORY- V1.00 Original written in an attempt to trace a fault on a BBC micro