dos33fsprogs/asoft_basic-utils
Vince Weaver 38994ef9a8 asoft-detoken: don't print trailing space on REM
this makes the output of detoken match input of token
2017-04-23 23:46:18 -04:00
..
Makefile asoft-utils: add new bin2data utility 2016-12-16 13:36:48 -05:00
README asoft-utils: add new bin2data utility 2016-12-16 13:36:48 -05:00
asoft_compact.c asoft_compact: clean up whitespace, fix compiler warning 2016-03-11 14:54:20 -05:00
asoft_detoken.c asoft-detoken: don't print trailing space on REM 2017-04-23 23:46:18 -04:00
bin2data.c bin2data: fix off by one error 2016-12-16 16:45:22 -05:00
integer_detoken.c split up into subprojects 2016-03-11 14:37:48 -05:00
tokenize_asoft.c tokenize_asoft: add support for manually setting offset 2017-04-23 23:24:30 -04:00
version.h split up into subprojects 2016-03-11 14:37:48 -05:00

README

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