asoft_basic-utils: add a README

This commit is contained in:
Vince Weaver 2016-03-11 14:55:55 -05:00
parent 002948dae0
commit 0dfcfcd5bd
1 changed files with 31 additions and 0 deletions

31
asoft_basic-utils/README Normal file
View File

@ -0,0 +1,31 @@
%%%%%%%%%%%%
dos33fsprogs
%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
asoft_detoken: takes an applesoft file obtained with dos33
and converts it to an ASCII text file
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
tokenize_asoft: takes an ASCII text file and converts it
into a tokenized applesoft file
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
integer_detoken: detokenize an Apple Integer BASIC program
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
asoft_compact: tries to compress your Applesoft basic program
to make it as small as possible
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%