dos33fsprogs/asoft_basic-utils
Vince Weaver d97b15bbd8 asoft-tokenize: scrn() wasn't working
it had an extra space for some reason?  the original doc
probably did, but why?  actual Applesoft doesn't when doing LIST
2019-12-11 08:34:58 -05:00
..
Makefile Makefile: more cleanups 2018-06-10 23:56:47 -04: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-utils: the token is TAB( not TAB 2018-06-22 12:25:22 -04:00
bin2data.c bin2data: fix off by one error 2016-12-16 16:45:22 -05:00
float_convert.c entropy: add first working version 2018-05-28 00:02:37 -04:00
integer_detoken.c split up into subprojects 2016-03-11 14:37:48 -05:00
tokenize_asoft.c asoft-tokenize: scrn() wasn't working 2019-12-11 08:34:58 -05: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