;*************************** AMUS Program Label ******************************
; Filename: UUDECO.M68 Date: 9/25/90
; Category: UTIL Hash Code: 323-700-606-131 Version: 1.0(100)
; Initials: ROBB/AM Name: Erik Petrich
; Company: Microlink Computing Systems, Inc. Telephone #: 4053218333
; Related Files: UUENCO.M68
; Min. Op. Sys.: Expertise Level: ADV
; Special: Requires the 2.0 assembler to reassemble.
; Description: This is uudecode ported to AMOS/L. It converts ascii files
; built by uuencode or UUENCO back to the binary originals.
;*****************************************************************************
;
; UUDECO - Copyright 1990 Microlink Computing Systems, Inc.
;
; Usage:
; UUDECO {DestinationFile=}SourceFile {SourceFile...}
;
; Notes:
; The ascii source can be split across several files.
; UUDECO will ignore any lines in the source file that are previous to
; the line starting with the word "begin".
; UUDECO will ignore any lines in the source file that are following
; the line starting with the word "end".
; UUDECO will ignore any blank lines (unlike most implementations of
; uudecode). This make using multiple source files a bit easier.
; UUDECO supports lines terminated with LF or CR or CR/LF.
; If successfully decoded, UUDECO will display the decoded file size
; and value that sum reports. These are often specified along with
; the encoded file(s) to verify that you have received and decoded
; the file without any errors.
;
;Edit History:
;[100] 08 September 1990 00:43 Edited by Erik Petrich
;