Some utilities:

asoft_detoken:
	will "detokenize" an applesoft-basic program, and print out
	the file listing in plain text.
	
	can easily be converted to handle Integer BASIC, but I don't
	have any such files.
	
	usage:
	
	     asoft_detoken < FILENAME
	     
	     
 catalog:
 	will show contents of a disk image, just like the DOS command
	"CATALOG"
	
	usage:
	
		catalog DISK.IMG 
		
        for extra verbose disk-structure info you can do
	
	        catalog DISK.IMG 1
		
        this will also dump one of the files on the image to local file
	"out.out"
