Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!genrad!mit-eddie!think!harvard!seismo!rochester!ritcv!ccivax!guest From: guest@ccivax.UUCP (What's in a name ?) Newsgroups: net.micro.atari Subject: Re: Public domain assembler for the ST; uuENcoded, long Message-ID: <344@ccivax.UUCP> Date: Thu, 16-Jan-86 20:13:08 EST Article-I.D.: ccivax.344 Posted: Thu Jan 16 20:13:08 1986 Date-Received: Sun, 19-Jan-86 04:16:28 EST References: <1766@utecfa.UUCP> <455@well.UUCP> Organization: CCI Telephony Systems Group, Rochester NY Lines: 38 > > /* ----------------I'm Edible -----------------------------*/ > > > > The version below is uuencoded. You should be able to > > uudecode this either using the standard uudecode on your > > Unix system, or using the uudecode for the ST. > > Could someone out in net-land explain what 'uudecode for the > ST' is and how I can get run it on my uuENcoded PD assembler file so > that I can convert it into an ST executable form. > Thanks! > Peter Espen > > > uuencode/uudecode are encoding schemes which allow binary files to be converted to/from text format files. The format is similar to "Intel Hex" or "Motorola S-Record" format but requires about 1/3 less disk space. Source for these utilities was submitted to the net about a month ago. If you are connected to a unix system: save the file to some temporary name like "asm68k.uuc" then run the following command from the shell. uudecode asm68k.uuc the file will now be in binary format so that you can use kermit or xmodem to transferr it directly to your ST disk. This method has 3 advantages: 1: files can be decoded on a unix host or on an ST 2: binary files decoded on a unix host take less time to transferr 3: longer, more complex programs can be sent over the mail/net before hitting the "size limit". 4: Cost of transferring files through the "Back Bone" of the net is lower.