Google
 

Trailing-Edge - PDP-10 Archives - decuslib20-04 - decus/20-0126/aptekm.mac
There is 1 other file named aptekm.mac in the archive. Click here to see a list.
	TITLE	APTEKM - MACRO subroutines for ATOPLT Tektronix 4012
	SUBTTL	Rob Cook	Nov 76		v:2
 
COMMENT ;
 
Just a dummy subroutine, called by ATOPLT and ONEPLT, whose sole purpose
is to force the searching of the PIC:TEKLIB library - saving the user
the bother of specifying it.
 
;
 
	.REQUE	PIC:TEKLIB.REL
 
	ENTRY	APTEKM
 
APTEKM:
	POPJ	17,			;dummy
 
	END