Google
 

Trailing-Edge - PDP-10 Archives - bb-bt99g-bb - nip.c12
There are no other files named nip.c12 in the archive.
 INS 7/2	;12C1

	;14	RDH	12-May-85
	;	Problem with copying ASCII file which ended in <CR><EOF> - COACS9
	;	trashed the error code in M0 prior to dispatch to COASE.
 REP 32/86	;12C2
		SKIPN	ASCSTP		;GOT ANY OUTPUT BUFFERED UP?
 WIT
	COASE1:	SKIPN	ASCSTP		;[14] GOT ANY OUTPUT BUFFERED UP?
 REP 45/91	;12C3
		JRST	COASE		;GO PROCESS <EOF>
 WIT
		JRST	COASE1		;[14] GO PROCESS <EOF>
 SUM 189527