2016-03-11 19:55:55 +00:00
|
|
|
%%%%%%%%%%%%
|
|
|
|
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
|
|
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
2016-12-16 18:36:48 +00:00
|
|
|
|
|
|
|
bin2data: takes binary image and converts it to suitable
|
|
|
|
BASIC to poke into memory.
|
|
|
|
|
|
|
|
Useful for getting machine language routines usable
|
|
|
|
in BASIC programs
|
|
|
|
|