From 0dfcfcd5bd8ae3737d4202fd83fd8add315d7fe2 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Fri, 11 Mar 2016 14:55:55 -0500 Subject: [PATCH] asoft_basic-utils: add a README --- asoft_basic-utils/README | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 asoft_basic-utils/README diff --git a/asoft_basic-utils/README b/asoft_basic-utils/README new file mode 100644 index 00000000..b8c5ea85 --- /dev/null +++ b/asoft_basic-utils/README @@ -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 + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%