MANUAL FOR LISTO8 (6502 Machine code) This file describes the program LISTO8 which adds a new listing option to BBC BASIC I/II/III and IV.This new option splits up multiline statements (ie.ones with colon ':' separators). The manual is (C)1997 SPROW and software is (C)1996 SPROW INSTRUCTIONS- At any command line prompt,eg.the BASIC command prompt '>' type *LISTO8 The program will then install itself into page &C00 (the CHR$ defn buffer on the BBC and Electron,or Econet workspace on the Master) where it will sit and wait until a program is LISTed. If,on listing,LISTO bit 3 is set then multiline statements are spilt onto new lines,even taking into account the other LIST options (such as 'Indent FOR...NEXT') loops. EXIT MESSAGES- "Not in BASIC" - the current language must be BASIC for the patch to work "Wrong BASIC version" - the patch only works with BASIC I/II/III KNOWN PROBLEMS/FUTURE ENHANCEMENTS- No known problems Repointing of the 'reset' vector,to allow the pressing of BREAK,as for example may be performed when pressing BREAK-SHIFT to boot a disk. HISTORY- V1.00 First release version,to the 8 Bit Software disk user group. V1.10 Improved error messages,tested with BASIC III,updated documentation.