Google
 

Trailing-Edge - PDP-10 Archives - SRI_NIC_PERM_FS_1_19910112 - c/user/libord/libm.mac
There are no other files named libm.mac in the archive.
	TITLE IROT
	ENTRY IROT,ROT	;(X,NROT)
ROT:
IROT:	MOVE	1,@1(16)
	MOVE	0,@0(16)
	ROT	0,(1)
	POPJ	17,
	END