[net.micro.cpm] PLINK 67AASM from MIT-MC

Chan.CST@hi-multics@sri-unix.UUCP (08/24/83)

The file AR64:CPM;PLINK 67AASM at MIT-MC looks funny.  I ftp a copy last
night and the end of the file doesn't look like a valid end for a ASM file.
Here is the last 14 lines:

;
;TEXT BUFFER
;
FLAG:   DS      1       ;TEXT SAVE FLAG
PTR:    DS      2       ;TEXT BUFFER POINTER
SIZE:   DS      2       ;TEXT BUFFER SIZE
TBUF:   EQU     $       ;START OF TEXT BUFFER
;
        END
L
        ORA     H
        JNZ     MS8
        POP     H
        CALL    MITEST
       
I ftp it twice and got the same result.  Could someone check into that?
Thanks.

W8SDZ@mit-mc@sri-unix.UUCP (08/27/83)

From:  Keith Petersen <W8SDZ@mit-mc>

AR64:CPM;PLINK 67AASM has been fixed.  The extra at the end was junk
left after EOF.  I had uploaded it to MC in squeezed format and
apparently the UnSQueezer on ITS doesn't know about EOF.  Just delete
those extra lines after the END statement.  Thanks for calling it to
my attention.  If anyone else finds problems with files in the CPM;
directory at MC please send a note to Info-Cpm-Request rather than the
whole list.  Thanks.
--Keith