home *** CD-ROM | disk | FTP | other *** search
- ; 00README.1ST VERS: 01.03 DATE: 06/10/87 TIME: 21:39
- ; COPYRIGHT 1987 William P.N. Smith - Commercial use prohibited!
- ;
- ; instructions for Z-80 assembly UUDECODE submitted to public domain
- ; archives on SIMTEL20.ARPA 06/10/87 William P.N. Smith
-
- The UUDCDZ80.LBR file contains the following programs:
-
- 00README.1ST the file you are reading now, instructions
-
- UUDECODE.COM the assembled and linked UUDECODE program
-
- UNCR24.COM LZW uncrunch program, to recover following files
-
- UUDECODE.MZC main program for decoding
- IFILEOPS.MZC input file operations
- OFILEOPS.MZC output file operations
- DELETE.MZC routine to delete files (before overwriting)
- PFN.MZC print file name to console
- STROUT.MZC send string to console
-
- UUDECODE.DZC documentation and further instructions
-
- In order to just run the program, extract the file UUDECODE.COM from the
- library and call it up, giving it the name of the file to be decoded. ie:
-
- A> UUDECODE FOOBAR.UUE
-
- To rebuild or enhance the program from the sources, unpack the *.?Z? files
- and uncrunch them with UNCR24.COM, and read the documentation.
-
- As usual, feel free to make unlimited numbers of free copies and distribute
- them widely, but I retain all commercial rights, and my lawers will call on
- your lawers if you sell this or any of its' derivatives for a profit.
-
- Feedback is more than welcome:
-
- William P.N. Smith
- Waldingfield Road
- Hamilton, MA 01936-0150
-
- Internet: w_smith@wookie.dec.com
- w_smith%wookie.dec.com@decwrl.dec.com
- USENET: {usenet backbone}!decwrl!wookie.dec.com!w_smith
-
-
- 06/10/87 WPNS