BASIC lister  
     

This is a perl script which will take a BBC Micro file containing a BASIC program and produce a listing of the code.

Line numbering of the original program is preserved and tokens are expanded to their full command names.

I have tried to include all tokens used, but there may be obscure ones which I don't know. If so, please let me know.

There is a second file containing the actual mapping of token to command which you will need. Please update the script and change the location of $BASIC to point to where ever you place this tokens file.


  BASIC lister