
				 README

			      Matthew Dillon
			      891 Regal Rd.
			      Berkeley, Ca. 94708
			      USA

			   dillon@ucbvax.berkeley.edu	INTERNET
			     ....!ucbvax!dillon 	USENET

			       FISH RELEASE
			      16 August 1988

	(c)Copyright 1988 Matthew Dillon, All Rights reserved.  All software
	on these disks which is mine may be distributed for non-profit
	only.  This software is 'freeware', NOT public domain since I hold
	the copyright on it. Terms are:

	-You may redistribute any of the programs and/or source files
	 but you may not distribute modified versions of said to the
	 general public (i.e. BBS's, USENET, etc....).  Redistribution is
	 for non-profit only.

	-You may extract and use any part of the source without strings
	 attached as long as the programs you write with it are not an
	 attempt to create an enhanced version of the program you extracted
	 the source from.

	-I am NOT requesting $$ (this is not ShareWare), but then again,
	 I am not so foolish as to not include my address in case anybody
	 feels the urge.


    These two disks contain binaries and sources to the latest release of
    quite a bunch of my programs.  Many are updates to older versions and
    some are new.  The two major additions that are noteworthy are
    DRES.LIBRARY and BACKUP.

    Note that to compile various programs you must have a working SUP32.LIB,
    DRES.LIB, and DRES.LIBRARY.  Also a new include subdirectory, local,
    must be installed. Only DRES.LIBRARY is independant while the other two
    (binaries) require Aztec C V3.6 ... you have to recompile for other
    versions of Aztec C.  With a bit of hacking a good programmer would be
    able to set up an enviroment for Lattice C.  Of particular attention to
    somebody trying to do this is the modification of the LIBREF program to
    generate Lattice compatible assembly (in the DRES source section).

    Noted programs which are missing:	DNET, and DTERM are not ready for
    re-release yet.


    CONFIG  V1.00	Used to configure friendly programs like DME for
			the initial window placement (configures the
			executable)

    Clock   V1.00	Simple clock, configurable with config.

    DME     V1.31	My programming oriented editor

    DMouse  V1.10	mouse enhancer .. acceleration, blanking, etc...
			(now handles requesters better w/ auto-activate)

    Backup  V2.01	HD backup/restore (same program just renamed)

    SUPLIB		Support (link time) library required to compile
			my programs.

    LIBREF		Utility for generating run-time library link library
			assembly files, lvo.asm, and the run-time library's
			vector list.  See the DRES source for usage.
			Currently very Aztec in terms of what it generates.

    DRES    V1		Support (run time) library w/ lots of functions
			including a generic parser and IPC.

    DASM    V2.11	Small-systems assembler.  Handles 6502 and some of
			the Motorola single chip microcomputers.  Generates
			code (not object module oriented).

    FTOHEX		Part of DASM used to convert a DASM executable into
			an intel-hex formatted ascii file.

    FILES   V1.2	My disk catalog program.  Haven't enhanced it much
			but did fix some bugs.

    SHELL   V2.10	Added enviroment variable support and some other
			junk.  Use ConMan if you want command line editing,
			I do (it should not be a function of the shell and
			it isn't in mine).

    FINDIT  V1.00	Search for a filename (wildcard)

    LIBS    V1.00	list libraries/devices in ram or attempt to remove
			libraries.

    SCAT    V1.00	Utility to 'cat' binaries without blowing up the
			display

    ADDCR   V1.00	Utility to add CR's before LF's in files

    REMCR   V1.00	Utility to remove CR's in files

    CMP     V1.00	Utility to compare two files





		    BINARIES		    SOURCES		DOCS

    INCLUDES		--		    Disk1:include/local

    Config	    Disk1:c/config	    Disk1:src/deemu	Disk1:doc/
    Clock	    Disk1:c/clock	    Disk1:src/deemu	Disk1:doc/
    DME 	    Disk1:c/dme 	    Disk2:src/dme	Disk1:doc/
    DMouse	    Disk1:c/dmouse	    Disk1:src/dmouse	Disk1:doc/
		    Disk1:l/dmouse-handler
    Suplib	    Disk2:clib/sup32.lib    Disk2:src/suplib	Disk1:doc/suplib/
    LibRef	    Disk1:c/libref	    (in DRES srcs)      (none, see dres sources)
    DRes library    Disk2:clib/dres.lib     Disk2:src/dres	Disk1:doc/dres/
		    Disk1:libs/dres.library
    Dasm	    Disk1:c/dasm	    Disk1:src/dasm/	Disk1:doc/
    FToHex	    Disk1:c/ftohex	    (in Dasm srcs)
    Files	    Disk1:c/files	    Disk1:src/files/	Disk1:doc/
    Shell	    Disk1:c/shell	    Disk2:src/shell/	Disk1:doc/

    Backup/Restore  Disk1:c/backup	    Disk1:src/com/	Disk1:doc/backup.doc
    Findit	    Disk1:c/findit	    Disk1:src/com/	Disk1:doc/com.doc
    Libs	    Disk1:c/libs	    Disk1:src/com/	Disk1:doc/com.doc
    Scat	    Disk1:c/scat	    Disk1:src/com/	Disk1:doc/com.doc
    AddCR	    Disk1:c/addcr	    Disk1:src/com/	Disk1:doc/com.doc
    RemCR	    Disk1:c/remcr	    Disk1:src/com/	Disk1:doc/com.doc
    Cmp 	    Disk1:c/cmp 	    Disk1:src/com/	Disk1:doc/com.doc


