dos33fsprogs/asoft_basic-utils
Vince Weaver 8fc7ef9ede asoft-utils: the token is TAB( not TAB
broke trying to tokenize/detokenize the rainbow.bas demo
2018-06-22 12:25:22 -04:00
..
asoft_compact.c
asoft_detoken.c asoft-utils: the token is TAB( not TAB 2018-06-22 12:25:22 -04:00
bin2data.c
float_convert.c
integer_detoken.c
Makefile
README asoft-utils: add new bin2data utility 2016-12-16 13:36:48 -05:00
tokenize_asoft.c asoft-utils: the token is TAB( not TAB 2018-06-22 12:25:22 -04:00
version.h

%%%%%%%%%%%%
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

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

bin2data:	takes binary image and converts it to suitable
		BASIC to poke into memory.

		Useful for getting machine language routines usable
		in BASIC programs